BUG#:8604
[tpot/pegasus/.git] / src / Pegasus / ControlProviders / InteropProvider / tests / interop.cpp
index b1caa1b7d42a21e48139cad02c9c1e7ea2591074..60521e2615d44d4c3336fe2d24f912e48f038317 100644 (file)
@@ -3111,11 +3111,11 @@ int main(int argc, char** argv)
         //it.testEnumerateOptions( CIM_OBJECTMANAGER_CLASSNAME, true, true,
         //CIMPropertyList(), 4);
         it.testEnumerateOptions( CIM_OBJECTMANAGER_CLASSNAME, false, true,
-                CIMPropertyList(), 22);
+                CIMPropertyList(), 29);
         //it.testEnumerateOptions( CIM_OBJECTMANAGER_CLASSNAME, true, false,
         //CIMPropertyList(), 4);
         it.testEnumerateOptions( CIM_OBJECTMANAGER_CLASSNAME, false, false,
-                CIMPropertyList(), 22);
+                CIMPropertyList(), 29);
 
         CIMPropertyList pl1;
         Array<CIMName> pla1;
@@ -3147,13 +3147,13 @@ int main(int argc, char** argv)
         // Repeat the tests for the superclass.
         // classname, lo, di, propertylist, expected rtn count
         it.testEnumerateOptions( CIM_WBEMSERVICE_CLASSNAME, true, true,
-                CIMPropertyList(),22);
+                CIMPropertyList(),29);
         it.testEnumerateOptions( CIM_WBEMSERVICE_CLASSNAME, false, true,
-                CIMPropertyList(), 22);
+                CIMPropertyList(), 29);
         it.testEnumerateOptions( CIM_WBEMSERVICE_CLASSNAME, true, false,
-                CIMPropertyList(), 21);
+                CIMPropertyList(), 28);
         it.testEnumerateOptions( CIM_WBEMSERVICE_CLASSNAME, false, false,
-                CIMPropertyList(), 21);
+                CIMPropertyList(), 28);
 
         it.testEnumerateOptions( CIM_WBEMSERVICE_CLASSNAME, true, true,
                 pl1, 1);