Backed out changeset c33ec815962f (bug 1036639) for windows checktest failures.

This commit is contained in:
Chris Manchester
2014-07-09 21:51:07 -04:00
parent 642af0c371
commit be7bf54e23
2 changed files with 0 additions and 16 deletions

View File

@@ -537,19 +537,6 @@ tail =
self.assertEquals(1, self.x.passCount)
self.assertEquals(0, self.x.failCount)
def testLogCorrectFileName(self):
"""
Make sure a meaningful filename and line number is logged
by a passing test.
"""
self.writeFile("test_add_test_simple.js", ADD_TEST_SIMPLE)
self.writeManifest(["test_add_test_simple.js"])
self.assertTestResult(True, verbose=True)
self.assertInLog("true == true")
self.assertNotInLog("[do_check_true :")
self.assertInLog("[test_simple : 5]")
def testAddTestFailing(self):
"""
Ensure add_test() with a failing test is reported.