From: marek Date: Thu, 17 Dec 2009 12:53:31 +0000 (+0000) Subject: BUG#:8672 X-Git-Tag: RELEASE_2_10_0-RC1~49 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=bafcc9c5490a4093f98a56f78a1b06108917c85d;p=tpot%2Fpegasus%2F.git BUG#:8672 TITLE: Break in JMPI tests on invokeMethod via cimcli DESCRIPTION: --- diff --git a/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPICIMInstance2Provider.mof b/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPICIMInstance2Provider.mof index c0166dfbd..162b5d095 100644 --- a/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPICIMInstance2Provider.mof +++ b/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPICIMInstance2Provider.mof @@ -195,4 +195,8 @@ class JMPICIMInstance2_TestPropertyTypes : JMPICIMInstance2_TestElement [ Description ("a function which tells the provider to allow modifications") ] boolean enableModifications (boolean fState); + + [ Description ("a function that resets the provider state") + ] + boolean resetProvider (); }; diff --git a/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPICIMInstanceProvider.mof b/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPICIMInstanceProvider.mof index b62c2b3a9..a7afa027f 100644 --- a/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPICIMInstanceProvider.mof +++ b/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPICIMInstanceProvider.mof @@ -195,4 +195,8 @@ class JMPICIMInstance_TestPropertyTypes : JMPICIMInstance_TestElement [ Description ("a function which tells the provider to allow modifications") ] boolean enableModifications (boolean fState); + + [ Description ("a function that resets the provider state") + ] + boolean resetProvider (); }; diff --git a/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPIExpInstanceProvider.mof b/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPIExpInstanceProvider.mof index 3f05db49a..49550b4f5 100644 --- a/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPIExpInstanceProvider.mof +++ b/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPIExpInstanceProvider.mof @@ -195,4 +195,8 @@ class JMPIExpInstance_TestPropertyTypes : JMPIExpInstance_TestElement [ Description ("a function which tells the provider to allow modifications") ] boolean enableModifications (boolean fState); + + [ Description ("a function that resets the provider state") + ] + boolean resetProvider (); }; diff --git a/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPIInstanceProvider.mof b/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPIInstanceProvider.mof index c1097137f..2e701bb24 100644 --- a/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPIInstanceProvider.mof +++ b/src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPIInstanceProvider.mof @@ -195,4 +195,8 @@ class JMPIInstance_TestPropertyTypes : JMPIInstance_TestElement [ Description ("a function which tells the provider to allow modifications") ] boolean enableModifications (boolean fState); + + [ Description ("a function that resets the provider state") + ] + boolean resetProvider (); };