Author: mrdon
Date: Thu May  1 19:33:03 2008
New Revision: 652737

URL: http://svn.apache.org/viewvc?rev=652737&view=rev
Log:
Fixing broken tests due to conflicting file name
WW-1942
Added:
    struts/struts2/trunk/core/src/test/resources/XSLTResultTest-val.xml   
(props changed)
      - copied unchanged from r652725, 
struts/struts2/trunk/core/src/test/resources/XSLTResultTest-validators.xml
Removed:
    struts/struts2/trunk/core/src/test/resources/XSLTResultTest-validators.xml
Modified:
    struts/struts2/trunk/core/src/test/resources/XSLTResultTest4.xsl

Propchange: struts/struts2/trunk/core/src/test/resources/XSLTResultTest-val.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/struts2/trunk/core/src/test/resources/XSLTResultTest-val.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: struts/struts2/trunk/core/src/test/resources/XSLTResultTest4.xsl
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/XSLTResultTest4.xsl?rev=652737&r1=652736&r2=652737&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/XSLTResultTest4.xsl (original)
+++ struts/struts2/trunk/core/src/test/resources/XSLTResultTest4.xsl Thu May  1 
19:33:03 2008
@@ -25,7 +25,7 @@
                 xmlns="http://www.w3.org/TR/xhtml1/strict";>
 
     <xsl:template match="result">
-        <xsl:copy-of select="document('XSLTResultTest-validators.xml')"/>
+        <xsl:copy-of select="document('XSLTResultTest-val.xml')"/>
     </xsl:template>
 
 </xsl:stylesheet>
\ No newline at end of file


Reply via email to