vmassol     02/02/28 03:43:33

  Modified:    conf/sample/build/servlet23 build-tests-resin-13.xml
                        build-tests-weblogic-61.xml
  Log:
  typos
  
  Revision  Changes    Path
  1.5       +1 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build-tests-resin-13.xml  28 Feb 2002 11:40:35 -0000      1.4
  +++ build-tests-resin-13.xml  28 Feb 2002 11:43:33 -0000      1.5
  @@ -10,7 +10,7 @@
                The servlet engine is stopped if the tests fail for any reason -->
   
           <runservertests 
  -            
testURL=""http://localhost:${test.port}/test/ServletRedirector?Cactus_Service=RUN_TEST";
  +            
testURL="http://localhost:${test.port}/test/ServletRedirector?Cactus_Service=RUN_TEST";
               startTarget="start_resin_13"
               stopTarget="stop_resin_13"
               testTarget="tests"/>
  
  
  
  1.3       +1 -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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-tests-weblogic-61.xml       28 Feb 2002 11:40:35 -0000      1.2
  +++ build-tests-weblogic-61.xml       28 Feb 2002 11:43:33 -0000      1.3
  @@ -10,7 +10,7 @@
                The servlet engine is stopped if the tests fail for any reason -->
   
           <runservertests 
  -            
testURL=""http://localhost:${test.port}/test/ServletRedirector?Cactus_Service=RUN_TEST"";
  +            
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