BUG#:8672
authormarek <marek>
Thu, 17 Dec 2009 12:53:31 +0000 (12:53 +0000)
committermarek <marek>
Thu, 17 Dec 2009 12:53:31 +0000 (12:53 +0000)
TITLE: Break in JMPI tests on invokeMethod via cimcli

DESCRIPTION:

src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPICIMInstance2Provider.mof
src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPICIMInstanceProvider.mof
src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPIExpInstanceProvider.mof
src/Pegasus/ProviderManager2/JMPI/org/pegasus/jmpi/tests/Providers/Instances/JMPIInstanceProvider.mof

index c0166dfbd611384678430bfcd000d7793c4d3b67..162b5d09552340df82d39b149bc7c944284d388f 100644 (file)
@@ -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 ();
 };
index b62c2b3a926cf87d3a2eb7f593128d37c0da3841..a7afa027f9941408f8c9b8e943c92cbd13605b90 100644 (file)
@@ -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 ();
 };
index 3f05db49af5561432df678374a31ead92ca9f7bb..49550b4f55e15027582f91f2ea98bc6f045939d0 100644 (file)
@@ -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 ();
 };
index c1097137fbfe098d3bcd959526412c65d1054bc6..2e701bb24e4be26ee8f2589a7fb523ec0e8f91d6 100644 (file)
@@ -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 ();
 };