You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_dtcl-cvs@tcl.apache.org by da...@apache.org on 2001/03/19 18:33:34 UTC

cvs commit: mod_dtcl/tests dtcl-test.ttml dtcl.test

davidw      01/03/19 09:33:34

  Modified:    tests    dtcl-test.ttml dtcl.test
  Log:
  Minor updates to tests.
  
  Revision  Changes    Path
  1.4       +4 -1      mod_dtcl/tests/dtcl-test.ttml
  
  Index: dtcl-test.ttml
  ===================================================================
  RCS file: /home/cvs/mod_dtcl/tests/dtcl-test.ttml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dtcl-test.ttml	2001/03/01 18:32:06	1.3
  +++ dtcl-test.ttml	2001/03/19 17:33:33	1.4
  @@ -1,8 +1,11 @@
   <?
  +# $Id: dtcl-test.ttml,v 1.4 2001/03/19 17:33:33 davidw Exp $
  +# dtcl page used with mod_dtcl's dtcl.test
  +# place in DocumentRoot of http://localhost/
   
   hgetvars
   
  -headers setcookie mod dtcl -expires 01-01-2003 
  +headers setcookie -name mod -value dtcl -expires 01-01-2003 
   
   # hello-1.1
   hputs "Hello, World\n"
  
  
  
  1.6       +2 -2      mod_dtcl/tests/dtcl.test
  
  Index: dtcl.test
  ===================================================================
  RCS file: /home/cvs/mod_dtcl/tests/dtcl.test,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- dtcl.test	2001/02/12 21:21:37	1.5
  +++ dtcl.test	2001/03/19 17:33:33	1.6
  @@ -2,12 +2,12 @@
   
   # mod_dtcl test suite, by David N. Welton <da...@apache.org>
   
  -# $Id: dtcl.test,v 1.5 2001/02/12 21:21:37 davidw Exp $ 
  +# $Id: dtcl.test,v 1.6 2001/03/19 17:33:33 davidw Exp $ 
   
   package require tcltest
   package require http 2.1
   
  -set urlbase "http://eugene.i.prosa.it/~davidw/tests/"
  +set urlbase "http://localhost/"
   set testfilename "dtcl-test.ttml"
   
   ::tcltest::test hello-1.1 {hello world test} {