summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ActionTests.py
diff options
context:
space:
mode:
authorJane Doe <jdoe@example.com>2017-05-30 00:17:38 (GMT)
committerJane Doe <jdoe@example.com>2017-05-30 00:17:38 (GMT)
commit80ab6440d1010d56e922fc99230b5a8426363885 (patch)
tree7db929662a67040245d0b73b918f34bb2da148eb /src/engine/SCons/ActionTests.py
parent4599444f86e113d52c6ccad970d78d7821021e46 (diff)
downloadSCons-80ab6440d1010d56e922fc99230b5a8426363885.zip
SCons-80ab6440d1010d56e922fc99230b5a8426363885.tar.gz
SCons-80ab6440d1010d56e922fc99230b5a8426363885.tar.bz2
Remove ancient Aegis revision control system files
Diffstat (limited to 'src/engine/SCons/ActionTests.py')
-rw-r--r--src/engine/SCons/ActionTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/ActionTests.py b/src/engine/SCons/ActionTests.py
index 7f7fe05..82c5e0e 100644
--- a/src/engine/SCons/ActionTests.py
+++ b/src/engine/SCons/ActionTests.py
@@ -2048,7 +2048,7 @@ class ObjectContentsTestCase(unittest.TestCase):
assert expected == c, "Got\n"+repr(c)+"\nExpected \n"+repr(expected)+"\n"
- @unittest.skip("Results vary between py2 and py3, not sure if test makes sense to implement")
+ # @unittest.skip("Results vary between py2 and py3, not sure if test makes sense to implement")
def test_object_contents(self):
"""Test that Action._object_contents works"""
@@ -2058,7 +2058,7 @@ class ObjectContentsTestCase(unittest.TestCase):
expected = bytearray("(i__main__\nTestClass\np1\n(dp2\nS'a'\nS'a'\nsS'b'\nS'b'\nsb.", 'utf-8')
assert expected == c, "Got\n" + repr(c) + "\nExpected\n" + repr(expected)
- @unittest.skip("Results vary between py2 and py3, not sure if test makes sense to implement")
+ # @unittest.skip("Results vary between py2 and py3, not sure if test makes sense to implement")
def test_code_contents(self):
"""Test that Action._code_contents works"""