This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SFCB - Small Footprint CIM Broker".
The branch, master has been updated
via 0ae4e474a4f4f45c0b6ca0ae1db848ff492a269b (commit)
from 0a679f01ec554f2d6d4a08168275a67e76660d35 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0ae4e474a4f4f45c0b6ca0ae1db848ff492a269b
Author: Michael Chase-Salerno <br...@li...>
Date: Mon Feb 21 12:44:56 2011 -0500
[ 3152523 ] Changes for footprinting in ABT
delta computation trips on bad input
-----------------------------------------------------------------------
Summary of changes:
diff --git a/ChangeLog b/ChangeLog
index 0f761b3..d0da56d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-13 Michael Chase-Salerno <br...@li...>
+
+ * ABTScript:
+ [ 3152523 ] Changes for footprinting in ABT
+
2011-02-18 Narasimha Sharoff <nsh...@us...>
* cimXmlGen.c, cmpiTestExecQueryProvider.c
diff --git a/test/ABT/ABTScript b/test/ABT/ABTScript
index 72fe5af..05fbfbd 100755
--- a/test/ABT/ABTScript
+++ b/test/ABT/ABTScript
@@ -176,6 +176,10 @@ FIND_DELTA()
if (($DELTA))
then
prev=$(grep $1 $FPPREV | cut -d":" -f2)
+ if [ -z $prev ]
+ then
+ prev=0
+ fi
del=$(($2-$prev))
delta="(delta:$del)"
fi
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|