From ff2c4f1bf5498a7133055f7a4dc1cd91af46c830 Mon Sep 17 00:00:00 2001 From: Coke Date: Wed, 31 Mar 2010 01:26:26 -0400 Subject: [PATCH] move test into 'make test' and todo the one failing test. --- build/Makefile.in | 3 ++- t/cmd_linsert.t | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/Makefile.in b/build/Makefile.in index db3bd8c..a36d939 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -72,6 +72,7 @@ TEST_FILES = \ t/cmd_lappend.t \ t/cmd_lassign.t \ t/cmd_lindex.t \ + t/cmd_linsert.t \ t/cmd_list.t \ t/cmd_llength.t \ t/cmd_lrange.t \ @@ -91,7 +92,7 @@ TEST_FILES = \ # t/cmd_append.t t/cmd_apply.t t/cmd_array.t t/cmd_binary.t t/cmd_break.t # t/cmd_catch.t t/cmd_continue.t t/cmd_eval.t t/cmd_expr.t t/cmd_file.t # t/cmd_fileevent.t t/cmd_foreach.t t/cmd_format.t t/cmd_gets.t -# t/cmd_global.t t/cmd_if.t t/cmd_info.t t/cmd_linsert.t +# t/cmd_global.t t/cmd_if.t t/cmd_info.t # t/cmd_lsort.t t/cmd_namespace.t # t/cmd_proc.t t/cmd_regexp.t t/cmd_return.t t/cmd_set.t t/cmd_socket.t # t/cmd_subst.t t/cmd_switch.t t/cmd_trace.t t/cmd_unset.t t/cmd_upvar.t diff --git a/t/cmd_linsert.t b/t/cmd_linsert.t index 446ba14..8acfae2 100755 --- a/t/cmd_linsert.t +++ b/t/cmd_linsert.t @@ -24,6 +24,6 @@ eval_is {linsert a} \ eval_is { linsert [list a c] q b] } {bad index "q": must be integer?[+-]integer? or end?[+-]integer?} \ - {insert bad index} + {insert bad index} {TODO NQPRX} # vim: filetype=tcl: