You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by sa...@apache.org on 2006/02/17 06:48:02 UTC

svn commit: r378441 - /incubator/synapse/trunk/java/modules/core/test/org/apache/synapse/spi/processors/XSLTProcessorTest.java

Author: saminda
Date: Thu Feb 16 21:48:00 2006
New Revision: 378441

URL: http://svn.apache.org/viewcvs?rev=378441&view=rev
Log:
do a small change to XSLTProcessorTest

Modified:
    incubator/synapse/trunk/java/modules/core/test/org/apache/synapse/spi/processors/XSLTProcessorTest.java

Modified: incubator/synapse/trunk/java/modules/core/test/org/apache/synapse/spi/processors/XSLTProcessorTest.java
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/modules/core/test/org/apache/synapse/spi/processors/XSLTProcessorTest.java?rev=378441&r1=378440&r2=378441&view=diff
==============================================================================
--- incubator/synapse/trunk/java/modules/core/test/org/apache/synapse/spi/processors/XSLTProcessorTest.java (original)
+++ incubator/synapse/trunk/java/modules/core/test/org/apache/synapse/spi/processors/XSLTProcessorTest.java Thu Feb 16 21:48:00 2006
@@ -41,7 +41,7 @@
 
     private String synapsexml =
             "<synapse xmlns=\"http://ws.apache.org/ns/synapse\">\n" +
-                    "<xslt name=\"stlt_test_name\" xsl=\"./tranformation/simple_transformation.xsl\" type=\"body\"/>" +
+                    "<xslt name=\"stlt_test_name\" xsl=\"./transformation/simple_transformation.xsl\" type=\"body\"/>" +
                     "</synapse>";
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org