[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/config ...
Brian Stansberry
brian.stansberry at jboss.com
Fri Nov 10 08:48:35 EST 2006
User: bstansberry
Date: 06/11/10 08:48:35
Modified: tests/functional/org/jboss/cache/config
ConfigurationTest.java
Log:
Fix the build
Revision Changes Path
1.6 +1 -1 JBossCache/tests/functional/org/jboss/cache/config/ConfigurationTest.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ConfigurationTest.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/config/ConfigurationTest.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- ConfigurationTest.java 25 Oct 2006 04:50:21 -0000 1.5
+++ ConfigurationTest.java 10 Nov 2006 13:48:35 -0000 1.6
@@ -70,7 +70,7 @@
" shun=\"true\" print_local_addr=\"true\"/>\n" +
" <pbcast.STATE_TRANSFER up_thread=\"true\" down_thread=\"true\"/>\n" +
" </config>";
- String expected = conf.parseClusterConfigXml(XmlHelper.stringToElement(rawExpectedXml));
+ String expected = XmlConfigurationParser.parseClusterConfigXml(XmlHelper.stringToElement(rawExpectedXml));
assertEquals(expected, actual);
}
More information about the jboss-cvs-commits
mailing list