Index: tests/testo.xotcl =================================================================== diff -u -rf37d836d9b24c8cdf9a44b29da6a2bd92dfd3716 -r84396a78ea963f52832233d23dab1d17603a502a --- tests/testo.xotcl (.../testo.xotcl) (revision f37d836d9b24c8cdf9a44b29da6a2bd92dfd3716) +++ tests/testo.xotcl (.../testo.xotcl) (revision 84396a78ea963f52832233d23dab1d17603a502a) @@ -524,8 +524,7 @@ lappend guide [list array $i w] } - - if {$guide != $trail} then { + if {$guide != $trail} then { error "FAILED [self] - trace: expected $guide, got $trail" } @@ -540,7 +539,7 @@ } avar2 killSelf - + if {[lsort $guide] != [lsort $trail]} then { error "FAILED [self] - trace: expected $guide, got $trail" }