webwork/src/test/webwork/action/factory ReloadingTestCase.java,1.1,1.2

[email protected] Thu, 13 Nov 2003 15:14:28 -0800
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork/src/test/webwork/action/factory
In directory sc8-pr-cvs1:/tmp/cvs-serv12053/src/test/webwork/action/factory

Modified Files:
	ReloadingTestCase.java 
Log Message:
Take out system.out.printlns

Index: ReloadingTestCase.java
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/test/webwork/action/factory/ReloadingTestCase.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ReloadingTestCase.java	8 Nov 2003 16:30:55 -0000	1.1
+++ ReloadingTestCase.java	13 Nov 2003 23:14:25 -0000	1.2
@@ -51,9 +51,7 @@
     File newFile = new File(url.getFile());
     assertTrue("Cannot find file " + url.getFile() + " for " + NEW, newFile.exists());
     pipe(new FileInputStream(newFile), new FileOutputStream(actions));
-    System.out.println("lastModified=" + actions.lastModified());
     actions.setLastModified(System.currentTimeMillis()+2000);
-    System.out.println("fileModified=" + actions.lastModified());
     try
     {
       Action a = ActionFactory.getAction("foo");




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/