- Expanded test cases

This commit is contained in:
koennecke
2009-02-03 08:11:59 +00:00
parent 7663b4e88b
commit 9d4d09854e
7 changed files with 265 additions and 21 deletions

View File

@@ -164,7 +164,7 @@ test sicsdata-1.8 {Testing UU write} -body {
test sicsdata-1.9 {Testing file dump} -body {
data clear
data copyhm 0 hm
testOK "data dump test.dat"
testOK "data dumpxy test.dat"
set status [catch {exec diff test.dat sicsdatasoll.dat} msg]
if {$status != 0} {
error "Difference in dump file: $msg"