From: Dave B. <bla...@us...> - 2013-05-08 17:02:55
|
Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4884/src/org/sblim/cimclient/doc-files Modified Files: Tag: Experimental unittest.html Log Message: 2636 Nested embedded instances cause CIMXMLParseException Index: unittest.html =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files/unittest.html,v retrieving revision 1.1.2.30 retrieving revision 1.1.2.31 diff -u -d -r1.1.2.30 -r1.1.2.31 --- unittest.html 23 Feb 2013 19:56:54 -0000 1.1.2.30 +++ unittest.html 8 May 2013 17:02:49 -0000 1.1.2.31 @@ -38,13 +38,14 @@ * 3596303 2013-01-04 blaschke-oss windows http response WWW-Authenticate: Negotiate fails * 3598613 2013-01-11 blaschke-oss different data type in cim instance and cim object path * 2616 2013-02-23 blaschke-oss Add new API WBEMClientSBLIM.sendIndication() + * 2636 2013-05-08 blaschke-oss Nested embedded instances cause CIMXMLParseException --> </head> <body style="background-color: white;"> <h1>Unit Test Coverage</h1> - <p>The SBLIM CIM Client for Java ships with a large collection of around 180 + <p>The SBLIM CIM Client for Java ships with a large collection of around 190 unit tests. Whenever you the "all" target is build with ant the complete unit test suite will be executed. This document describes what is covered by these tests.</p> @@ -179,6 +180,14 @@ sblim.wbem.synchronizeNumericKeyDataTypes is set to true.</td></tr> </table> +<h3>wbem.NestedEmbInstTest</h3> + <table border="1" cellpadding="5" cellspacing="0" width="100%"> + <tr><td>testEnumInstancesSAX/PULL/DOM</td> + <td>Parses a hand made enumerateInstances() response XML file and checks + that the embedded instances (that is, an instance within an instance + within an instance) are as expected.</td></tr> + </table> + <h3>wbem.WBEMClientTest</h3> <table border="1" cellpadding="5" cellspacing="0" width="100%"> <tr><td>testClientIsActive</td> |