Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove references to obsolete RTs.
  • Loading branch information
coke committed Dec 10, 2009
1 parent 0308da1 commit c5072a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions t/cmd_flush.t
Expand Up @@ -22,5 +22,3 @@ eval_is {flush the monkeys} \
eval_is {flush toilet} \
{can not find channel named "toilet"} \
{invalid channel name}
# RT#40627: test actual flushing.
2 changes: 0 additions & 2 deletions t/cmd_string.t
Expand Up @@ -287,8 +287,6 @@ eval_is {string wordend} \
{wordend too few args}
# [string is]
# # RT#40629: - many of the classes are NOT tested here, and we rely
# on the cvs tests from tcl for that.
is [string is double 2.1] 1 {string is double}
is [string is double 7.0] 1 {string is double}
is [string is double 7] 1 {string is double}
Expand Down
2 changes: 0 additions & 2 deletions t/cmd_switch.t
Expand Up @@ -188,8 +188,6 @@ eval_is {switch -glob a {a 1 b}} \
{extra switch pattern with no body} \
{-glob, pattern with no body}
# RT#40619: Need -regexp tests
eval_is {switch -regexp a {a 1 b}} \
{extra switch pattern with no body} \
{-regexp, pattern with no body}

0 comments on commit c5072a4

Please sign in to comment.