Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20324/src/org/sblim/cimclient/doc-files
Modified Files:
Tag: Experimental
unittest.html
Log Message:
2714 Add detailed CIM-XML parser test based on DSP0201 2.4
Index: unittest.html
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files/unittest.html,v
retrieving revision 1.1.2.36
retrieving revision 1.1.2.37
diff -u -d -r1.1.2.36 -r1.1.2.37
--- unittest.html 29 Oct 2013 18:46:26 -0000 1.1.2.36
+++ unittest.html 23 Nov 2013 15:13:11 -0000 1.1.2.37
@@ -44,6 +44,7 @@
* 2151 2013-08-20 blaschke-oss gzip compression not supported
* 2660 2013-09-04 blaschke-oss CIMObjectPath.equalsModelPath same as equals
* 2696 2013-10-29 blaschke-oss parseIRETURNVALUE ignores VALUE and VALUE.ARRAY
+ * 2714 2013-11-22 blaschke-oss Add detailed CIM-XML parser test based on DSP0201 2.4
-->
</head>
<body style="background-color: white;">
@@ -205,6 +206,25 @@
a VALUE, VALUE.ARRAY and VALUE.REFERENCE child element.</td></tr>
</table>
+<h3>wbem.DSP0201</h3>
+ <table border="1" cellpadding="5" cellspacing="0" width="100%">
+ <tr><td>testValidCIMXMLRequests</td>
+ <td>Parses over 140 hand made valid request XML strings with each of
+ the three parsers and checks that the expected "not-a-response" parsing
+ exception is thrown.</td></tr>
+ <tr><td>testInvalidCIMXMLRequests</td>
+ <td>Parses over 135 hand made invalid request XML strings with each of
+ the three parsers and checks that the expected parsing exception is
+ thrown.</td></tr>
+ <tr><td>testValidCIMXMLResponses</td>
+ <td>Parses over 250 hand made valid response XML strings with each of
+ the three parsers and checks that no parsing exception is thrown.</td></tr>
+ <tr><td>testInvalidCIMXMLResponses</td>
+ <td>Parses over 175 hand made invalid response XML strings with each of
+ the three parsers and checks that the expected parsing exception is
+ thrown.</td></tr>
+ </table>
+
<h3>wbem.WBEMClientTest</h3>
<table border="1" cellpadding="5" cellspacing="0" width="100%">
<tr><td>testClientIsActive</td>
|