blob: 55d990d9278fb53f7b128ca04fefc1de5f973d76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tests/ensemble.test.orig Fri Oct 24 20:00:39 2003
+++ tests/ensemble.test Fri Oct 24 20:00:53 2003
@@ -46,7 +46,7 @@
test ensemble-1.5 {invoking parts with improper arguments} {
list [catch "test_numbers three x" msg] $msg
-} {1 {no value given for parameter "y" to "test_numbers three"}}
+} {1 {wrong # args: should be "test_numbers three x y z"}}
test ensemble-1.6 {errors trigger a usage summary} {
list [catch "test_numbers foo x y" msg] $msg
|