You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by po...@apache.org on 2006/05/13 23:02:26 UTC

svn commit: r406151 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java

Author: polx
Date: Sat May 13 14:02:26 2006
New Revision: 406151

URL: http://svn.apache.org/viewcvs?rev=406151&view=rev
Log:
Spurious debug test-output left here, sorry.
paul

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java?rev=406151&r1=406150&r2=406151&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/src/test/org/apache/commons/jelly/jsl/TestJSL.java Sat May 13 14:02:26 2006
@@ -62,7 +62,6 @@
         Document document = runScript( "src/test/org/apache/commons/jelly/jsl/example.jelly" );
         Element small = (Element) document.selectSingleNode("/html/body/small");
 
-        new org.dom4j.io.XMLWriter(new java.io.FileOutputStream("file.xml")).write(document);
         //assertTrue( "<small> starts with 'James Elson'", small.getText().trim().startsWith("James Elson") );
         assertEquals( "I am a title!", small.valueOf( "h2" ).trim() );
         assertEquals( "Twas a dark, rainy night...", small.valueOf( "small" ).trim() );



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