You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by gg...@apache.org on 2012/06/08 02:02:37 UTC

svn commit: r1347838 - /xalan/test/trunk/java/src/org/apache/qetest/xsl/StylesheetTestlet.java

Author: ggregory
Date: Fri Jun  8 00:02:37 2012
New Revision: 1347838

URL: http://svn.apache.org/viewvc?rev=1347838&view=rev
Log:
Add // comment.

Modified:
    xalan/test/trunk/java/src/org/apache/qetest/xsl/StylesheetTestlet.java

Modified: xalan/test/trunk/java/src/org/apache/qetest/xsl/StylesheetTestlet.java
URL: http://svn.apache.org/viewvc/xalan/test/trunk/java/src/org/apache/qetest/xsl/StylesheetTestlet.java?rev=1347838&r1=1347837&r2=1347838&view=diff
==============================================================================
--- xalan/test/trunk/java/src/org/apache/qetest/xsl/StylesheetTestlet.java (original)
+++ xalan/test/trunk/java/src/org/apache/qetest/xsl/StylesheetTestlet.java Fri Jun  8 00:02:37 2012
@@ -196,6 +196,7 @@ public class StylesheetTestlet extends T
                       + " goldName=" + datalet.goldName + " flavor="  + datalet.flavor
                       + " paramName="  + datalet.paramName);
 
+        // Optional: configure a test with XSLT parameters.
         final File paramFile = new File(datalet.paramName);
         if (paramFile.exists()) {
             Properties params = new Properties();
@@ -211,6 +212,7 @@ public class StylesheetTestlet extends T
                 inStream.close();
             }
         }
+        
         // Simply have the wrapper do all the transforming
         //  or processing for us - we handle either normal .xsl 
         //  stylesheet tests or just .xml embedded tests



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org