bloritsch 01/10/29 07:49:25
Modified: src/test/org/apache/avalon/framework/configuration/test
SAXConfigurationHandlerTestCase.java
Log:
debug SAXConfigurationHandler. It was emitting incorrect SAX events
Revision Changes Path
1.3 +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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SAXConfigurationHandlerTestCase.java 2001/10/29 15:46:58 1.2
+++ SAXConfigurationHandlerTestCase.java 2001/10/29 15:49:25 1.3
@@ -66,7 +66,7 @@
final String attValue = "attValue";
final AttributesImpl attributes = new AttributesImpl();
- attributes.addAttribute(null,null,attqName,
+ attributes.addAttribute("",attqName,attqName,
"CDATA",attValue);
final AttributesImpl childAttributes = new AttributesImpl();
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>