fix for silly mistake in test

This commit is contained in:
2014-12-03 14:22:06 +01:00
parent 9404e2e08c
commit 4ad5a396ae

View File

@@ -1176,7 +1176,7 @@ class BamRelativeAbsoluteTest(BamSessionTestCase):
if not blendfile_template_create(blendfile_abs, session_path, "create_blank", None, []): if not blendfile_template_create(blendfile_abs, session_path, "create_blank", None, []):
self.fail("blend file couldn't be created") self.fail("blend file couldn't be created")
return return
self.assertTrue(os.path.exists(blendfile)) self.assertTrue(os.path.exists(blendfile_abs))
stdout, stderr = bam_run(["commit", "-m", "test message"], session_path) stdout, stderr = bam_run(["commit", "-m", "test message"], session_path)
self.assertEqual("", stderr) self.assertEqual("", stderr)