Author: asankha
Date: Fri Nov 17 10:54:28 2006
New Revision: 476245

URL: http://svn.apache.org/viewvc?view=rev&rev=476245
Log:
fix test failure

Modified:
    
incubator/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/registry/url/SimpleURLRegistryTest.java
    
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform.xslt
    
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_back.xslt
    
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_unittest.xslt

Modified: 
incubator/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/registry/url/SimpleURLRegistryTest.java
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/registry/url/SimpleURLRegistryTest.java?view=diff&rev=476245&r1=476244&r2=476245
==============================================================================
--- 
incubator/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/registry/url/SimpleURLRegistryTest.java
 (original)
+++ 
incubator/synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/registry/url/SimpleURLRegistryTest.java
 Fri Nov 17 10:54:28 2006
@@ -29,7 +29,7 @@
 
 public class SimpleURLRegistryTest extends TestCase {
 
-    private static final String FILE = "target/unittest/text.xml";
+    private static final String FILE = "target/text.xml";
     private static final String TEXT_1 = "<text1 />";
     private static final String TEXT_2 = "<text2 />";
 

Modified: 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform.xslt
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform.xslt?view=diff&rev=476245&r1=476244&r2=476245
==============================================================================
--- 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform.xslt
 (original)
+++ 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform.xslt
 Fri Nov 17 10:54:28 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
   ~  Licensed to the Apache Software Foundation (ASF) under one
   ~  or more contributor license agreements.  See the NOTICE file
@@ -16,8 +17,6 @@
   ~  specific language governing permissions and limitations
   ~  under the License.
   -->
-
-<?xml version="1.0" encoding="ISO-8859-1"?>
 <xsl:stylesheet version="2.0" 
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
        xmlns:fn="http://www.w3.org/2005/02/xpath-functions";

Modified: 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_back.xslt
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_back.xslt?view=diff&rev=476245&r1=476244&r2=476245
==============================================================================
--- 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_back.xslt
 (original)
+++ 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_back.xslt
 Fri Nov 17 10:54:28 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
   ~  Licensed to the Apache Software Foundation (ASF) under one
   ~  or more contributor license agreements.  See the NOTICE file
@@ -16,8 +17,6 @@
   ~  specific language governing permissions and limitations
   ~  under the License.
   -->
-
-<?xml version="1.0" encoding="ISO-8859-1"?>
 <xsl:stylesheet version="2.0" 
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
        xmlns:fn="http://www.w3.org/2005/02/xpath-functions";

Modified: 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_unittest.xslt
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_unittest.xslt?view=diff&rev=476245&r1=476244&r2=476245
==============================================================================
--- 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_unittest.xslt
 (original)
+++ 
incubator/synapse/trunk/java/repository/conf/sample/resources/transform/transform_unittest.xslt
 Fri Nov 17 10:54:28 2006
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
   ~  Licensed to the Apache Software Foundation (ASF) under one
   ~  or more contributor license agreements.  See the NOTICE file
@@ -16,8 +17,6 @@
   ~  specific language governing permissions and limitations
   ~  under the License.
   -->
-
-<?xml version="1.0" encoding="ISO-8859-1"?>
 <xsl:stylesheet version="2.0" 
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
        xmlns:fn="http://www.w3.org/2005/02/xpath-functions";



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to