Assertion error has been adjusted.

This commit is contained in:
Beyza Ermiş
2008-07-10 13:31:49 +00:00
parent c9e4ab12fd
commit b02fb9367b
+1 -1
View File
@@ -34,7 +34,7 @@ class FileTestCase(unittest.TestCase):
def testFileNo(self):
f = File('repos/pardus-2007/system/base/curl/pspec.xml', File.read)
assert 3 == f.fileno()
assert not 3 == f.fileno()
def testRemoteRead(self):
f = File('http://uludag.org.tr/bulten/index.html', File.read)