From: yeechan <ibm...@us...> - 2005-07-14 18:19:48
|
Update of /cvsroot/sblim/cmpi-tests/cmpi-instancetest/schema In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7322 Modified Files: TST_InstanceProperties.mof Log Message: defect#1238362 Index: TST_InstanceProperties.mof =================================================================== RCS file: /cvsroot/sblim/cmpi-tests/cmpi-instancetest/schema/TST_InstanceProperties.mof,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- TST_InstanceProperties.mof 4 May 2005 01:03:46 -0000 1.1.1.1 +++ TST_InstanceProperties.mof 14 Jul 2005 18:19:35 -0000 1.2 @@ -13,7 +13,10 @@ /* EXPAND THIS CLASS BY DEFINING MORE PROPERTIES HERE */ [Maxlen(256), Description ("a string property")] - string Property_string; + string Property_string1; + + [Maxlen(256), Description ("a string property")] + string Property_string2; [Description ("a uint8 property")] uint8 Property_uint8; |