vmassol     02/02/28 03:40:35

  Modified:    conf/sample/build/servlet23 build-tests-resin-13.xml
                        build-tests-tomcat-40.xml
                        build-tests-weblogic-61.xml
  Log:
  this should be the default URL to test for as it is sure to always exist
  
  Revision  Changes    Path
  1.4       +2 -1      
jakarta-cactus/conf/sample/build/servlet23/build-tests-resin-13.xml
  
  Index: build-tests-resin-13.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/conf/sample/build/servlet23/build-tests-resin-13.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build-tests-resin-13.xml  15 Sep 2001 12:40:42 -0000      1.3
  +++ build-tests-resin-13.xml  28 Feb 2002 11:40:35 -0000      1.4
  @@ -9,7 +9,8 @@
                unit tests, stop the servlet engine, wait for it to be stopped.
                The servlet engine is stopped if the tests fail for any reason -->
   
  -        <runservertests testURL="http://localhost:${test.port}/test";
  +        <runservertests 
  +            
testURL=""http://localhost:${test.port}/test/ServletRedirector?Cactus_Service=RUN_TEST";
               startTarget="start_resin_13"
               stopTarget="stop_resin_13"
               testTarget="tests"/>
  
  
  
  1.8       +2 -1      
jakarta-cactus/conf/sample/build/servlet23/build-tests-tomcat-40.xml
  
  Index: build-tests-tomcat-40.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/conf/sample/build/servlet23/build-tests-tomcat-40.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build-tests-tomcat-40.xml 24 Jan 2002 16:29:38 -0000      1.7
  +++ build-tests-tomcat-40.xml 28 Feb 2002 11:40:35 -0000      1.8
  @@ -9,7 +9,8 @@
                unit tests, stop the servlet engine, wait for it to be stopped.
                The servlet engine is stopped if the tests fail for any reason -->
   
  -        <runservertests testURL="http://localhost:${test.port}/test";
  +        <runservertests
  +            
testURL="http://localhost:${test.port}/test/ServletRedirector?Cactus_Service=RUN_TEST";
               startTarget="start_tomcat_40"
               stopTarget="stop_tomcat_40"
               testTarget="tests"/>
  
  
  
  1.2       +2 -1      
jakarta-cactus/conf/sample/build/servlet23/build-tests-weblogic-61.xml
  
  Index: build-tests-weblogic-61.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/conf/sample/build/servlet23/build-tests-weblogic-61.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-tests-weblogic-61.xml       15 Dec 2001 23:09:10 -0000      1.1
  +++ build-tests-weblogic-61.xml       28 Feb 2002 11:40:35 -0000      1.2
  @@ -9,7 +9,8 @@
                unit tests, stop the servlet engine, wait for it to be stopped.
                The servlet engine is stopped if the tests fail for any reason -->
   
  -        <runservertests testURL="http://localhost:${test.port}/test/test/test.jsp";
  +        <runservertests 
  +            
testURL=""http://localhost:${test.port}/test/ServletRedirector?Cactus_Service=RUN_TEST"";
               startTarget="start_weblogic_61"
               stopTarget="stop_weblogic_61"
               testTarget="tests"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to