Author: bodewig
Date: Wed Apr  2 02:39:38 2008
New Revision: 643817

URL: http://svn.apache.org/viewvc?rev=643817&view=rev
Log:
Xalan seems to require explicit encoding specifications when including files, 
should fix XsltTest and TraxLiaisonTest

Modified:
    ant/core/trunk/src/etc/testcases/taskdefs/optional/xml/entity.xml
    ant/core/trunk/src/etc/testcases/taskdefs/optional/xsltliaison-include.xml

Modified: ant/core/trunk/src/etc/testcases/taskdefs/optional/xml/entity.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/xml/entity.xml?rev=643817&r1=643816&r2=643817&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/optional/xml/entity.xml (original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/optional/xml/entity.xml Wed Apr  
2 02:39:38 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with

Modified: 
ant/core/trunk/src/etc/testcases/taskdefs/optional/xsltliaison-include.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/etc/testcases/taskdefs/optional/xsltliaison-include.xml?rev=643817&r1=643816&r2=643817&view=diff
==============================================================================
--- ant/core/trunk/src/etc/testcases/taskdefs/optional/xsltliaison-include.xml 
(original)
+++ ant/core/trunk/src/etc/testcases/taskdefs/optional/xsltliaison-include.xml 
Wed Apr  2 02:39:38 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with


Reply via email to