Author: ajaquith
Date: Wed Jun 11 23:48:27 2008
New Revision: 666994

URL: http://svn.apache.org/viewvc?rev=666994&view=rev
Log:
Web unit tests refactored (yet again) to use an embedded Jetty server. This 
replaces the need to use a separate Tomcat server, and *should* always work 
without any configuration of any kind. Please tests this via the Ant 'webtests' 
target! Note that this checkin introduces the TestContainer class, which with a 
little modification (later, please!) could easily be used as a stand-alone 
server. Refactorings are welcome; in the meantime, TestContainer should be 
considered volatile. Note also that the Rename Profile web unit tests for the 
container scenarios currently fails; all others run successfully.

Modified:
    incubator/jspwiki/trunk/build.properties

Modified: incubator/jspwiki/trunk/build.properties
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.properties?rev=666994&r1=666993&r2=666994&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.properties (original)
+++ incubator/jspwiki/trunk/build.properties Wed Jun 11 23:48:27 2008
@@ -36,16 +36,6 @@
 jks.password = jspwiki
 
 #
-#  If you are running web tests, these need to be set to your
-#  Tomcat admin name and password.
-#
-tomcat.admin = admin
-tomcat.password = greyroot
-tomcat.host = localhost
-tomcat.port = 8080
-tomcat.protocol = http
-
-#
 #  JDBC testing properties
 #
 jdbc.driver.id=hsql


Reply via email to