From: <ba...@us...> - 2008-10-13 19:05:30
|
Revision: 1088 http://omc.svn.sourceforge.net/omc/?rev=1088&view=rev Author: bartw Date: 2008-10-13 19:05:22 +0000 (Mon, 13 Oct 2008) Log Message: ----------- fixed classname Modified Paths: -------------- cmpi-bindings/trunk/test/python/TestMethod.py Modified: cmpi-bindings/trunk/test/python/TestMethod.py =================================================================== --- cmpi-bindings/trunk/test/python/TestMethod.py 2008-10-10 23:34:20 UTC (rev 1087) +++ cmpi-bindings/trunk/test/python/TestMethod.py 2008-10-13 19:05:22 UTC (rev 1088) @@ -745,7 +745,7 @@ insts = [] for kn, val in g_insts.items(): - inst = pywbem.CIMInstance('TestMethod', + inst = pywbem.CIMInstance('Test_Method', properties={'id':kn, 'p_str':val[0], 'p_sint32':val[1]}) insts.append(inst) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |