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 18fb48116e9ccd8787eee6dda92443d321575c5b (commit)
from 4b32cde24cd555357d1137b8ababa20c7d46d4e8 (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 18fb48116e9ccd8787eee6dda92443d321575c5b
Author: Michael Chase-Salerno <br...@li...>
Date: Mon May 2 18:23:04 2011 -0400
[ 3190623 ] Set *IsSettable propperties to false for IndicationService
Problem with auto-enable when tests are enabled.
-----------------------------------------------------------------------
Summary of changes:
diff --git a/ChangeLog b/ChangeLog
index 16e3b4c..facb18a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-02 Michael Chase-Salerno <br...@li...>
+
+ * configure.ac
+ [ 3190623 ] Set *IsSettable propperties to false for IndicationService
+ Problem with auto-enable when tests are enabled.
+
2011-04-29 Michael Chase-Salerno <br...@li...>
* 20_indication.mof.pre.in, Makefile.am, configure.ac
diff --git a/configure.ac b/configure.ac
index cceff62..7a4bfc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,7 +180,6 @@ fi
# Check and configure requested tests.
if test "$enable_tests" == "yes"; then
- enable_settableretry="yes"
if test "$enable_local_connect_only" == "yes"; then
enable_tests="localtests,gcov"
else
@@ -188,6 +187,10 @@ else
enable_tests="unit,gcov,wbemcli,xml,commands,slp,providers,cimrs"
fi
fi
+if test "$enable_tests" != ""; then
+ enable_settableretry="yes"
+fi
+
OLDIFS="$IFS"
IFS=","
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|