bloritsch 01/11/19 09:01:57
Modified: src/test/org/apache/avalon/framework/configuration/test
SAXConfigurationHandlerTestCase.java
Log:
Remove the Namespace object
Revision Changes Path
1.6 +1 -1
jakarta-avalon/src/test/org/apache/avalon/framework/configuration/test/SAXConfigurationHandlerTestCase.java
Index: SAXConfigurationHandlerTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon/src/test/org/apache/avalon/framework/configuration/test/SAXConfigurationHandlerTestCase.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- SAXConfigurationHandlerTestCase.java 2001/11/11 23:12:55 1.5
+++ SAXConfigurationHandlerTestCase.java 2001/11/19 17:01:57 1.6
@@ -89,7 +89,7 @@
final Configuration configuration = m_handler.getConfiguration();
assertEquals( attValue, configuration.getAttribute(attqName));
assertEquals( childvalue,
configuration.getChild(childlocal).getValue());
- assertEquals( Namespace.getNamespace("child", childURI),
configuration.getChild(childlocal).getNamespace() );
+ assertEquals( childURI,
configuration.getChild(childlocal).getNamespace() );
assertEquals( rootraw, configuration.getName());
}
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>