You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2002/09/11 15:50:50 UTC

cvs commit: tcl-websh/src/tests webout.test

ronnie      2002/09/11 06:50:50

  Modified:    src/tests webout.test
  Log:
  - lazier check in output to match alpha beta and patch versions
  
  Revision  Changes    Path
  1.8       +2 -2      tcl-websh/src/tests/webout.test
  
  Index: webout.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/webout.test,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- webout.test	31 Jul 2002 22:32:08 -0000	1.7
  +++ webout.test	11 Sep 2002 13:50:50 -0000	1.8
  @@ -375,7 +375,7 @@
   test output-4.4 {test Generator} {
       web::response -select #output4_4
       web::put #output4_4 "Hello, World !"
  -    regsub -all {websh [0-9\.]*} $output4_4 "websh <VERSION>" output4_4
  +    regsub -all {websh [0-9abp_\.-]*} $output4_4 "websh <VERSION>" output4_4
       set output4_4
   
   } "Content-Type: text/html\u0D
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org