PSI sics-cvs-psi-2008-10-02

This commit is contained in:
2008-10-02 00:00:00 +00:00
committed by Douglas Clowes
parent 6e926b813f
commit 4baffb9b7a
304 changed files with 77527 additions and 3612 deletions

21
test/testmisc.tcl Normal file
View File

@@ -0,0 +1,21 @@
#--------------------------------------------------------------------
# This is for testing odd bits and pieces
#
# Mark Koennecke, October 2006
#--------------------------------------------------------------------
puts stdout "Testing variables and aliases"
test misc-1.0 {Test Variables} -body {
testPar lotte Uuuuuurgs User
return OK
} -result OK
test misc-1.1 {Test Alias} -body {
config rights User User
miau errortype 0
testDrive miau 10 User
return OK
} -result OK