refactor, cleanup remapping paths
This commit is contained in:
@@ -1143,7 +1143,6 @@ class BamRelativeAbsoluteTest(BamSessionTestCase):
|
||||
self.assertEqual(ret[1][1], "//" + os.path.join("rel", "path", "house_rel.blend"))
|
||||
self.assertEqual(ret[1][3], "OK")
|
||||
|
||||
|
||||
stdout, stderr = bam_run(["checkout", blendfile, "--output", session_path], proj_path)
|
||||
self.assertEqual("", stderr)
|
||||
_check()
|
||||
@@ -1256,9 +1255,6 @@ class BamRelativeAbsoluteTest(BamSessionTestCase):
|
||||
del data, f
|
||||
# XXX (end hack!)
|
||||
|
||||
|
||||
# _dbg_dump_path(session_path)
|
||||
|
||||
stdout, stderr = bam_run(["commit", "-m", "new house to remap"], session_path)
|
||||
self.assertEqual("", stderr)
|
||||
|
||||
|
Reference in New Issue
Block a user