Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files
In directory vz-cvs-3.sog:/tmp/cvs-serv16158/src/org/sblim/cimclient/doc-files
Modified Files:
Tag: Experimental
unittest.html
Log Message:
3293248 - Support for CIM_ERROR instances within ERROR
Index: unittest.html
===================================================================
RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/doc-files/unittest.html,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -d -r1.1.2.13 -r1.1.2.14
--- unittest.html 13 May 2010 18:55:41 -0000 1.1.2.13
+++ unittest.html 3 May 2011 15:05:03 -0000 1.1.2.14
@@ -3,7 +3,7 @@
<head>
<!--
*
- * (C) Copyright IBM Corp. 2006, 2010
+ * (C) Copyright IBM Corp. 2006, 2011
*
* THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
* ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
@@ -23,6 +23,7 @@
* 2972697 2010-03-18 blaschke-oss Fix spelling errors in HTML files
* 2990370 2010-04-22 blaschke-oss Development/unittest HTML out of date
* 2994252 2010-04-30 blaschke-oss CIMDateTimeInterval.getTotalMilliseconds() not unit tested
+ * 3293248 2011-05-03 blaschke-oss Support for CIM_ERROR instances within ERROR
-->
</head>
<body style="background-color: white;">
@@ -44,6 +45,10 @@
<tr><td>testEnumerateClassesPULL/SAX/DOM</td>
<td>Parses a saved enumerateClasses XML response, iterates over it and
checks that it matches with the reference data.</td></tr>
+ <tr><td>testEnumerateClassesErrorPULL/SAX/DOM</td>
+ <td>Parses a saved enumerateClasses XML response that contains CIM_Error
+ instances within an ERROR node, checks that it matches with the reference
+ data.</td></tr>
<tr><td>testClosePULL/SAX/DOM</td>
<td>Starts iterating over an enumerateClasses XML response and closes, the
iterator before the last element is iterated. The testcase fails if the
|