test/ftp/anon_special.rb in rio-0.3.8 vs test/ftp/anon_special.rb in rio-0.3.9
- old
+ new
@@ -20,11 +20,11 @@
super
self.class.once unless @@once
FS_RWROOT.entries { |ent| ent.delete! }
end
- def test_mkpath
+ def atest_mkpath
rwdir = rio(FTP_RWROOT)
tpath = rwdir/'d0'/'d1'/'d2'
tpath.mkpath
assert(tpath.dir?)
end
@@ -35,15 +35,15 @@
assert(tpath.dir?)
rwdir/'d0'/'f0' < "a file"
rwdir/'d0'/'d1'/'f1' < "a file"
d0 = rio(rwdir,'d0').rmtree
assert!(d0.exist?)
- tpath.mkpath
- assert(tpath.dir?)
- d0 = rio(rwdir,'d0').rmtree
- assert!(d0.exist?)
+# tpath.mkpath
+# assert(tpath.dir?)
+# d0 = rio(rwdir,'d0').rmtree
+# assert!(d0.exist?)
end
- def test_sel
+ def atest_sel
rwdir = rio(FTP_RWROOT)
d0 = rwdir/'d0'
d1 = d0/'d1'
d2 = d1/'d2'
d2.mkpath