diff --git a/test/test.js b/test/test.js index 297b4dedc..2683d5f16 100644 --- a/test/test.js +++ b/test/test.js @@ -204,14 +204,6 @@ test("jsDump output", function() { } }); -module("diff"); -test("basics", function() { - var expected = "the quick brown fox jumped over jumps over ", - // for some reason, the diff output has some misleading whitespace; doesn't matter when outputting html - actual = QUnit.diff("the quick brown fox jumped over", "the quick fox jumps over").replace(/^\s+/, '').replace(/\s+$/, ''); - equal(actual, expected); -}); - module("assertions"); test("raises", function() { function thrower1() {