fix python binding test

This commit is contained in:
arvidn 2016-04-16 22:41:43 -04:00
parent a3fd8b91b2
commit d090bec242
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class test_torrent_info(unittest.TestCase):
print f.path
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
class test_alerts(unittest.TestCase):