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/04/17 18:17:39 UTC

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

ronnie      02/04/17 09:17:39

  Modified:    src/tests cfg.test
  Log:
  - fixed cfg-1.1 (new subcommands)
  
  Revision  Changes    Path
  1.5       +2 -2      tcl-websh/src/tests/cfg.test
  
  Index: cfg.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/cfg.test,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- cfg.test	3 Dec 2001 15:43:39 -0000	1.4
  +++ cfg.test	17 Apr 2002 16:17:39 -0000	1.5
  @@ -9,7 +9,7 @@
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: cfg.test,v 1.4 2001/12/03 15:43:39 davidw Exp $
  +# @(#) $Id: cfg.test,v 1.5 2002/04/17 16:17:39 ronnie Exp $
   #
   
   # -----------------------------------------------------------------------------
  @@ -26,7 +26,7 @@
   test cfg-1.1 {wrong subcommand} {
       catch {web::config foo bar} msg
       set msg
  -} {bad subcommand "foo": must be uploadfilesize, encryptchain, decryptchain, cmdparam, timeparam, putxmarkup, logsubst, version, copyright, cmdurltimestamp, or reset}
  +} {bad subcommand "foo": must be uploadfilesize, encryptchain, decryptchain, cmdparam, timeparam, putxmarkup, logsubst, version, copyright, cmdurltimestamp, reset, script, server_root, document_root, or interpclass}
   
   
   test cfg-1.2 {invalid value} {
  
  
  

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