tests: Change remote file URI to fix filetest

This commit is contained in:
Fatih Aşıcı
2011-12-21 15:09:22 +02:00
parent 07984393e5
commit 6e9202060e
+1 -3
View File
@@ -28,8 +28,6 @@ class FileTestCase(unittest.TestCase):
assert (len(r) > 0)
def testRemoteRead(self):
f = File('http://www.pardus.org.tr/urunler/pardus-2009.2-Geronticus_eremita-surum-notlari-tr.html', File.read)
f = File('http://www.gnu.org/licenses/gpl2.txt', File.read)
r = f.readlines()
assert (len(r) > 0)