diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-02 12:08:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-02 12:08:37 (GMT) |
commit | 47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4 (patch) | |
tree | 77b059089eb70cf671ae3bf5930fda9cf184e04b /tests/parse.test | |
parent | 657ded5397a440b328236e0e1e575df180e331dd (diff) | |
parent | bc7cee752da36301f1478e54749f8e6b4a8d8b3e (diff) | |
download | tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.zip tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.tar.gz tcl-47b9d4a19f065a528e365e8cf8ca5ae6bd5a8cb4.tar.bz2 |
merge trunk
Diffstat (limited to 'tests/parse.test')
-rw-r--r-- | tests/parse.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/parse.test b/tests/parse.test index 3523975..0f76d64 100644 --- a/tests/parse.test +++ b/tests/parse.test @@ -16,6 +16,9 @@ if {[catch {package require tcltest 2.0.2}]} { namespace eval ::tcl::test::parse { namespace import ::tcltest::* +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testparser [llength [info commands testparser]] testConstraint testevalobjv [llength [info commands testevalobjv]] testConstraint testevalex [llength [info commands testevalex]] |