Update of /cvsroot/jwebunit/jWebUnit/fitplugin/src/net/sourceforge/jwebunit/fit
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24918/fitplugin/src/net/sourceforge/jwebunit/fit
Modified Files:
DirectoryRunner.java
Log Message:
Completed the transition to jetty based tests by adding servlets to handle the
post requests. Now all but two of the old tests pass without modification.
Index: DirectoryRunner.java
===================================================================
RCS file:
/cvsroot/jwebunit/jWebUnit/fitplugin/src/net/sourceforge/jwebunit/fit/DirectoryRunner.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** DirectoryRunner.java 3 Jan 2006 10:38:36 -0000 1.13
--- DirectoryRunner.java 3 Jan 2006 16:41:18 -0000 1.14
***************
*** 39,43 ****
public void run() {
if (!inputDir.exists()) {
! throw new RuntimeException("The input directory '" + inputDir +
"' does not exist.");
}
File[] files = inputDir.listFiles(new FilenameFilter() {
--- 39,43 ----
public void run() {
if (!inputDir.exists()) {
! throw new RuntimeException("The input directory '" +
inputDir.getAbsolutePath() + "' does not exist.");
}
File[] files = inputDir.listFiles(new FilenameFilter() {
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development