[jboss-dev-forums] [Design of Security on JBoss] - Re: inconcistency between security-config_5_0.xsd and xml te
alex.loubyansky@jboss.com
do-not-reply at jboss.com
Tue Aug 8 03:23:21 EDT 2006
The test doesn't fail because of entity resolution. If it's fixed like
| alex at 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#3963712
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963712
More information about the jboss-dev-forums
mailing list