Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-7952-0410-af00-57a81ceafa0f
  • Loading branch information
rfkelly0 committed Feb 5, 2011
1 parent 39cc39d commit 82dca54
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fs/tests/test_expose.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,8 @@ def test_remove(self):
# This appears to be a bug in Dokan - DeleteFile will happily
# delete an empty directory.
#self.assertRaises(ResourceInvalidError,self.fs.remove,"dir1")
print >> sys.stderr, "\n\n===============HERE================\n\n"
self.fs.createfile("/dir1/a.txt")
print >> sys.stderr, "\n\n===============cREATED================\n\n"
try:
self.assertTrue(self.check("dir1/a.txt"))
finally:
print >> sys.stderr, "\n\n===============CHECKED================\n\n"
self.assertTrue(self.check("dir1/a.txt"))
self.fs.remove("dir1/a.txt")
self.assertFalse(self.check("/dir1/a.txt"))

Expand Down

0 comments on commit 82dca54

Please sign in to comment.