[Xpcgi-cvs-reports] CVS: XP/test/com/visi/gyles19/xpcgi TestDefaultPage.java.foo,NONE,1.1
Status: Beta
Brought to you by:
joiellis
|
From: Joi E. <joi...@us...> - 2001-11-12 04:47:47
|
Update of /cvsroot/xpcgi/XP/test/com/visi/gyles19/xpcgi
In directory usw-pr-cvs1:/tmp/cvs-serv3262
Added Files:
TestDefaultPage.java.foo
Log Message:
Taint work, use strict work, and some unit tests written and applied to validate some of the html
produced by the cgi scripts.
--- NEW FILE ---
package com.visi.gyles19.xpcgi;
public class TestDefaultPage extends ValidatingTest {
public static String SERVER = "http://artoo.gyles19.visi.com/";
public TestDefaultPage(String s) {
super(s);
}
// protected void setUp() {
// }
//
// protected void tearDown() {
// }
public void testDefaultPage() throws Exception {
multiTestPage( SERVER );
}
}
|