fix python binding test
This commit is contained in:
parent
a3fd8b91b2
commit
d090bec242
|
@ -87,7 +87,7 @@ class test_torrent_info(unittest.TestCase):
|
||||||
print f.path
|
print f.path
|
||||||
|
|
||||||
self.assertEqual(os.path.split(f.path)[1], expected[idx])
|
self.assertEqual(os.path.split(f.path)[1], expected[idx])
|
||||||
self.assertEqual(os.path.split(f.path)[0], 'temp/foo')
|
self.assertEqual(os.path.split(f.path)[0], os.path.join('temp', 'foo'))
|
||||||
idx += 1
|
idx += 1
|
||||||
|
|
||||||
class test_alerts(unittest.TestCase):
|
class test_alerts(unittest.TestCase):
|
||||||
|
|
Loading…
Reference in New Issue