summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-04 09:56:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-04 09:56:08 (GMT)
commit86cfccca916781bdd91504a7d7b03d78cb6acfa8 (patch)
treee5bb8acc1ef00b24cec90992813d921bfc43c750 /tests/fileSystem.test
parentefb126543f991101ab3703d8f659d64674a54cd2 (diff)
parent1704d23d60d9f21edb117206e36ce0cf911ef376 (diff)
downloadtcl-86cfccca916781bdd91504a7d7b03d78cb6acfa8.zip
tcl-86cfccca916781bdd91504a7d7b03d78cb6acfa8.tar.gz
tcl-86cfccca916781bdd91504a7d7b03d78cb6acfa8.tar.bz2
TIP 590: Recommend lowercase Package Names
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 77c4c7a..500202d 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -25,7 +25,7 @@ namespace eval ::tcl::test::fileSystem {
testConstraint loaddll 0
catch {
::tcltest::loadTestedCommands
- package require -exact Tcltest [info patchlevel]
+ package require -exact tcl::test [info patchlevel]
set ::ddever [package require dde]
set ::ddelib [lindex [package ifneeded dde $::ddever] 1]
set ::regver [package require registry]
@@ -33,7 +33,7 @@ catch {
testConstraint loaddll 1
}
-# Test for commands defined in Tcltest executable
+# Test for commands defined in tcl::test package
testConstraint testfilesystem [llength [info commands ::testfilesystem]]
testConstraint testsetplatform [llength [info commands ::testsetplatform]]
testConstraint testsimplefilesystem [llength [info commands ::testsimplefilesystem]]