Files
sics/test/testmisc.tcl
koennecke 79b0f40e50 - Implemented regresion tests for batch processing, scans,
histmem and peak optimization
2006-10-20 14:57:27 +00:00

22 lines
503 B
Tcl

#--------------------------------------------------------------------
# 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