Update of /cvsroot/httpunit/httpunit/test/com/meterware/pseudoserver
In directory usw-pr-cvs1:/tmp/cvs-serv401/test/com/meterware/pseudoserver
Modified Files:
PseudoServerTest.java
Log Message:
Add support for Javascript arrays with named indices
Index: PseudoServerTest.java
===================================================================
RCS file: /cvsroot/httpunit/httpunit/test/com/meterware/pseudoserver/PseudoServerTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PseudoServerTest.java 5 Sep 2002 14:46:56 -0000 1.3
+++ PseudoServerTest.java 5 Sep 2002 19:10:44 -0000 1.4
@@ -56,7 +56,6 @@
try {
WebResponse response = wc.getResponse( "http://no.such.host" );
} catch (HttpNotFoundException e) {
- e.printStackTrace();
}
}
|