- changes to trics tests

This commit is contained in:
koennecke
2009-03-16 14:26:13 +00:00
parent c7f5857022
commit 133129c8c9
2 changed files with 6 additions and 4 deletions

View File

@ -35,8 +35,8 @@ proc configureBiList {} {
test tricslist-1.0 {Test Reflectionlist Bisecting} -body {
configureBiList
configureBiList
refsave test/test.dat
set status [catch {exec diff test.dat testbi.ref} msg]
refsave test/testbi.dat
set status [catch {exec diff testbi.dat testbi.ref} msg]
if {$status != 0} {
error "Differences found in reflection list for bisecting, investigate!"
}