various small test, make fixes
authorVince Darley <vincentdarley@sourceforge.net>
Fri, 7 Dec 2001 18:49:46 +0000 (18:49 +0000)
committerVince Darley <vincentdarley@sourceforge.net>
Fri, 7 Dec 2001 18:49:46 +0000 (18:49 +0000)
ChangeLog
tests/vfsFtp.test
tests/vfsUrl.test

index 4c2c8259ce65e0e4a6805677bfc45475f21e06a7..7f654d4c07e3ddc72752066ebcc42ad7a74f9c29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2001-12-07 Vince Darley <vincentdarley@sourceforge.net>
+       * various test, install fixes (unix) thanks to Larry Virden.
+       
 2001-12-02 Vince Darley <vincentdarley@sourceforge.net>
        * generic/vfs.c: minor code cleanup and simplification. Fix
        to problem with absolute paths on unix systems introduced in
index 35b306279b911ca27059ec04c26db4a27fc569c3..461a716ea7b9e482b14917ab60e5e2ebd59234e5 100644 (file)
@@ -21,6 +21,9 @@ if {![auto_load ::vfs::ftp::Mount]} {
       [file dirname [file normalize [info script]]]] library]
 }
 
+puts stdout "These tests require an internet connection, and might"
+puts stdout "take a long time to complete."
+
 test vfsFtp-1.1 {mount and source} {
     set dir [pwd]
     vfs::ftp::Mount ftp://ftp.ucsd.edu/pub/alpha/ localmount
index b367ade852017f860f9a77b83ea3cc333a41ca38..cb32d756b885e4b3891326a8464c4d73bd4b1663 100644 (file)
@@ -21,6 +21,9 @@ if {![auto_load ::vfs::urltype::Mount]} {
       [file dirname [file normalize [info script]]]] library]
 }
 
+puts stdout "These tests require an internet connection, and might"
+puts stdout "take a long time to complete."
+
 test vfsUrl-1.1 {mount} {
     vfs::urltype::Mount ftp
 } {Mounted at "ftp://"}
@@ -68,8 +71,9 @@ test vfsUrl-2.2 {auto-mount bad ftp} {
     set res
 } {file doesn't exist}
 
-test vfsUrl-3.1 {mount} {
-} {}
+test vfsUrl-3.1 {mount http} {
+    vfs::urltype::Mount http
+} {Mounted at "http://"}
 
 # cleanup
 catch {