[Tclresource-commits] Extras/Tests OpenCmd.test,1.3,1.4
Status: Beta
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2006-01-05 09:16:14
|
Update of /cvsroot/tclresource/Extras/Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31594 Modified Files: OpenCmd.test Log Message: Modif string in test 2-7 Index: OpenCmd.test =================================================================== RCS file: /cvsroot/tclresource/Extras/Tests/OpenCmd.test,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- OpenCmd.test 6 Sep 2004 16:56:23 -0000 1.3 +++ OpenCmd.test 5 Jan 2006 09:16:06 -0000 1.4 @@ -1,11 +1,11 @@ # ------------------------------------------------------- # File: "OpenCmd.test" # Created: 2004-09-05 20:16:33 -# Last modification: 2004-09-06 13:18:23 +# Last modification: 2006-01-04 18:40:03 # Author: Bernard Desgraupes # e-mail: <bde...@ea...> # www: <http://webperso.easyconnect.fr/bdesgraupes/> -# (c) Copyright: Bernard Desgraupes, 2004 +# (c) Copyright: Bernard Desgraupes, 2004-2006 # All rights reserved. # This software is free software with BSD licence. # Versions history: see the Changes.Log file. @@ -117,7 +117,7 @@ } -body { set rid [resource open $resfileDF z] } -cleanup { - } -returnCodes error -result "couldn't get open mode for z" + } -returnCodes error -result "invalid access mode 'z'" # Cleanup ::tcltest::cleanupTests |