test/tc_nadol_disks.rb in dsktool-0.4.2 vs test/tc_nadol_disks.rb in dsktool-0.5.1
- old
+ new
@@ -60,10 +60,9 @@
end
#make sure we can overwrite the same file (which also tests we are freeing sectors when files are deleted)
for i in 0..250
t=dsk.make_file("MULTICOPY","TEST #{i} ")
- puts "iteratio #{i}"
dsk.add_file(t)
assert_equal(t,dsk.files[t.filename])
end
#check picture files can be extracted