diff options
Diffstat (limited to 'test_json_diff.py')
-rw-r--r-- | test_json_diff.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test_json_diff.py b/test_json_diff.py index a4f40e4..855c170 100644 --- a/test_json_diff.py +++ b/test_json_diff.py @@ -115,10 +115,10 @@ class TestBasicJSONSadPath(OurTestCase): '{"a": 01}', '{"a": 2}', '{"_update": {"a": 2}}', "Octal numbers not supported") -# class TestPiglitData(OurTestCase): -# def test_piglit_results(self): -# self._run_test(open("test/old-testing-data.json"), open("test/new-testing-data.json"), -# open("test/diff-testing-data.json"), "Large piglit results diff.") +#class TestPiglitData(OurTestCase): +# def test_piglit_results(self): +# self._run_test(open("test/old-testing-data.json"), open("test/new-testing-data.json"), +# open("test/diff-testing-data.json"), "Large piglit results diff.") if __name__ == "__main__": unittest.main() |