refector (baby steps)

This commit is contained in:
2014-12-03 17:54:45 +01:00
parent 4880615660
commit 7d7045060c
2 changed files with 30 additions and 29 deletions

View File

@@ -1162,7 +1162,7 @@ class BamRelativeAbsoluteTest(BamSessionTestCase):
stdout, stderr = bam_run(["checkout", blendfile, "--output", session_path], proj_path)
self.assertEqual("", stderr)
_check()
_dbg_dump_path(session_path)
# _dbg_dump_path(session_path)
def test_absolute_relative_from_blendfiles(self):
"""
@@ -1257,7 +1257,7 @@ class BamRelativeAbsoluteTest(BamSessionTestCase):
# XXX (end hack!)
_dbg_dump_path(session_path)
# _dbg_dump_path(session_path)
stdout, stderr = bam_run(["commit", "-m", "new house to remap"], session_path)
self.assertEqual("", stderr)