From: Michael Chase-S. <mc...@us...> - 2012-07-10 16:24:37
|
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 a73f4d580ff22fe0d6f672fdb2f432160b2dc986 (commit) from 6f0bb8b21e228e869156c02b26d415ec4863c27d (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 a73f4d580ff22fe0d6f672fdb2f432160b2dc986 Author: Michael Chase-Salerno <br...@li...> Date: Tue Jul 10 12:23:57 2012 -0400 [ 3532494 ] interopProvider not honoring SourceNamespaces[] correctly Test case schema incorrect ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index 2bc8ef1..c96d50d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-07-10 Michael Chase-Salerno <br...@li...> + + * test/stageschema.sh, test/schema/root/interop2/*: + [ 3532494 ] interopProvider not honoring SourceNamespaces[] correctly + Test case schema incorrect + 2012-07-09 Narasimha Sharoff <nsh...@us...> * interopProvider.c, sfcCustomLib.c, support.c: @@ -35,7 +41,6 @@ * brokerUpc.c, indCIMXMLExport.c, indCIMXMLHandler.c, interopProvider.c, support.c, support.h: - [ 3539006 ] Possible indication deadlock 2012-06-28 Narasimha Sharoff <nsh...@us...> diff --git a/test/schema/root/interop2/Test_Indication.mof b/test/schema/root/interop2/Test_Indication.mof deleted file mode 100644 index 01e4480..0000000 --- a/test/schema/root/interop2/Test_Indication.mof +++ /dev/null @@ -1,6 +0,0 @@ -[Indication] -class Test_Indication : CIM_ProcessIndication -{ - string MethodName; - [Static] uint32 SendTestIndication(); -}; diff --git a/test/schema/root/interop2/Test_Indication.reg b/test/schema/root/interop2/Test_Indication.reg deleted file mode 100644 index bc8d15e..0000000 --- a/test/schema/root/interop2/Test_Indication.reg +++ /dev/null @@ -1,6 +0,0 @@ -[Test_Indication] - provider: TestIndicationProvider - location: TestIndicationProvider - type: indication method - namespace: root/interop -# diff --git a/test/stageschema.sh b/test/stageschema.sh index cb669ce..f675ee7 100755 --- a/test/stageschema.sh +++ b/test/stageschema.sh @@ -21,7 +21,7 @@ usage() echo "usage: $0 [-p prefix] [ -d testschemadir] [ -u ] " 1>&2 } -NAMESPACE_DIRS="root/cimv2 root/interop root/interop2" +NAMESPACE_DIRS="root/cimv2 root/interop" unstage=0 args=`getopt p:d:u $*` hooks/post-receive -- SFCB - Small Footprint CIM Broker |