You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/05/30 07:45:31 UTC

svn commit: r410194 - in /cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation: XIncludeTransformerTestCase.java xinclude-result-nestedXincludeFallbackTest.xml

Author: antonio
Date: Mon May 29 22:45:31 2006
New Revision: 410194

URL: http://svn.apache.org/viewvc?rev=410194&view=rev
Log:
Reuse expected result.

Removed:
    cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/xinclude-result-nestedXincludeFallbackTest.xml
Modified:
    cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.java

Modified: cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.java
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.java?rev=410194&r1=410193&r2=410194&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.java (original)
+++ cocoon/branches/BRANCH_2_1_X/src/test/org/apache/cocoon/transformation/XIncludeTransformerTestCase.java Mon May 29 22:45:31 2006
@@ -111,7 +111,7 @@
     public void testXIncludeNestedXincludeElementInAFallback() throws Exception {
          getLogger().debug("testXIncludeNestedXincludeElementInAFallback");
          xincludeTest("resource://org/apache/cocoon/transformation/xinclude-input-nestedXincludeFallbackTest.xml",
-                 "resource://org/apache/cocoon/transformation/xinclude-result-nestedXincludeFallbackTest.xml");
+                 "resource://org/apache/cocoon/transformation/xinclude-result-1.xml");
      }
 
     /**