Details
Description
I've created some code for XML Schema test. Please see the attached patch.
Attachments
Issue Links
| This issue is depended upon by: | ||||
| CASTOR-2402 | org.castor.xmlctf.xmldiff.XMLDiff returns wrong value for namespace |
|
|
|
I've created some code for XML Schema test. Please see the attached patch.
| This issue is depended upon by: | ||||
| CASTOR-2402 | org.castor.xmlctf.xmldiff.XMLDiff returns wrong value for namespace |
|
|
|
Good stuff, Bao. Just a few random observations and comments:
a) Please drop these section delimiter stuff from all source files ...
. This is Java, and with a decent editor (such as Eclipse), there's no need to have //---------
b) I think we'll need test code that checks for errors as well, i.e. where a condition is not met. What do you think about adding some more (abstract) test case classes that make it really easy to write such a failing test case.
Other than that, I think we can go ahead and commit this patch; all future changes will be (once again) based against SVN trunk.