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 da...@apache.org on 2001/11/30 17:50:44 UTC

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

davidw      01/11/30 08:50:44

  Modified:    src/tests filecontext.test
  Log:
  * filecontext.tests: Added -path elements to filecontexts.
  
  Revision  Changes    Path
  1.3       +6 -6      tcl-websh/src/tests/filecontext.test
  
  Index: filecontext.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/filecontext.test,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- filecontext.test	2001/10/25 11:04:29	1.2
  +++ filecontext.test	2001/11/30 16:50:44	1.3
  @@ -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: filecontext.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
  +# @(#) $Id: filecontext.test,v 1.3 2001/11/30 16:50:44 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  @@ -22,7 +22,7 @@
   
   test filecontext-1.1 {simple set} {
   
  -    web::filecontext ctxb
  +    web::filecontext ctxb -path "%d" 
   
       ctxb::new 113
       ctxb::cset a 1
  @@ -50,7 +50,7 @@
   
   test filecontext-1.3 {option -crypt} {
   
  -    web::filecontext ctxb -crypt no
  +    web::filecontext ctxb -crypt no -path "%d"
   
       ctxb::new 113
       ctxb::cset a 1
  @@ -66,7 +66,7 @@
   
   test filecontext-1.4 {option -attachto} {
   
  -    web::filecontext ctxb
  +    web::filecontext ctxb -path "%d"
   
       ctxb::new 113
       ctxb::cset a 1
  @@ -98,13 +98,13 @@
   
   test filecontext-1.6 {read someone others ctx} {
   
  -    web::filecontext ctxb
  +    web::filecontext ctxb -path "%d"
   
       ctxb::new 113
       ctxb::cset a 1
       ctxb::commit
   
  -    web::filecontext ctxc
  +    web::filecontext ctxc -path "%d"
       ctxc::load 113
   
       file delete 113