wiki.techinc.nl/testsuite
Lee Daniel Crocker fcc80ed2bb Password encryption should finally work now. Updates to
user login and testsuite.
2003-04-30 21:52:53 +00:00
..
data Initial revision 2003-04-14 23:10:40 +00:00
jars Initial revision 2003-04-14 23:10:40 +00:00
src/com/piclab/wikitest Password encryption should finally work now. Updates to 2003-04-30 21:52:53 +00:00
build.xml Initial revision 2003-04-14 23:10:40 +00:00
README Updated READMEs, etc. 2003-04-17 18:45:28 +00:00
run Initial revision 2003-04-14 23:10:40 +00:00
wikitest.prefs.sample Initial revision 2003-04-14 23:10:40 +00:00

This is a first pass at a unit test and timing suite
for the Wikipedia software. It is all in Java, using
"httpunit" (http://httpunit.sourceforge.net/). The
jars in the jars directory need to be in your classpath
for compiling and running (it may require others as
well depending on your JVM, but if you're a Java coder
you know about all that). Apache's "ant" tool is used
for building (http://ant.apache.org/).

I'm personally using generic Sun JDK 1.4 for Linux,
though other 1.4-level VMs should work (or earlier
ones with the addition of things like java.util.regex).

--Lee Daniel Crocker <lee@piclab.com>
March 4, 2003