* tests/vfsFtp.test: correct unmount ordering
authorJeff Hobbs <hobbs@users.sourceforge.net>
Wed, 3 Dec 2008 08:19:27 +0000 (08:19 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Wed, 3 Dec 2008 08:19:27 +0000 (08:19 +0000)
ChangeLog
tests/vfsFtp.test

index c1f917ba67b587ce0838c5fe6c2166566b41eb15..1922ba9b38ca12bf7d66961ba22981e0d166235a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-12-03  Jeff Hobbs  <jeffh@ActiveState.com>
 
+       * tests/vfsFtp.test: correct unmount ordering
+
        * library/tclprocvfs.tcl (vfs::ns::matchindirectory): Handle the
        single item dir/file, and don't add a slash for single proc.
 
index 92df8f97bff36a152ddb70bafa051d4fab2c14ec..f815c8b80282b246969a807990cc2c7fbbbfe907 100644 (file)
@@ -38,10 +38,8 @@ test vfsFtp-1.3 {mount and source} {
 } {This was returned from a remote file}
 
 # cleanup
-catch {
-    vfs::ftp::Unmount ftp://ftp.ucsd.edu/pub/alpha/ localmount
-}
 cd $dir
+catch {vfs::unmount localmount}
 
 ::tcltest::cleanupTests
 return