The test doesn't fail because of entity resolution. If it's fixed like
| alex@ASTUDIO /cygdrive/e/cvsroot/jboss-head/testsuite/src/main/org/jboss/test/xml
| $ cvs diff DynamicLoginConfigUnitTestCase.java
| Enter passphrase for key '/home/alex/.ssh/identity':
| Index: DynamicLoginConfigUnitTestCase.java
| ===================================================================
| RCS file:
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/xml/DynamicLoginConfigUnitTestCase.java,v
| retrieving revision 1.7
| diff -r1.7 DynamicLoginConfigUnitTestCase.java
| 129c129,132
| < return null;
| ---
| > int slash = systemId.lastIndexOf('/');
| > String shortId = slash == -1 ? systemId : systemId.substring(slash +
1);
| > systemId = url.toExternalForm() + shortId;
| > return new InputSource(systemId);
|
then the test will fail.
It's not committed yet. I need to checkout the codebase from the SVN.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963712#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...