From ef141ea75480747c1b1e289c845db3daa2c735c6 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Sat, 22 Sep 2012 11:35:06 +1000 Subject: [PATCH] minor test cleanup --- tests/dommanip-test.js | 4 +--- tests/tests.html | 14 ++++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/dommanip-test.js b/tests/dommanip-test.js index 7fdedda..9105990 100644 --- a/tests/dommanip-test.js +++ b/tests/dommanip-test.js @@ -29,9 +29,7 @@ sink('DOM Manipulation', function(test, ok, before, after, assert) { for (var i = 0; i < e.length; i++) h.appendChild(e[i]) actual = h.innerHTML.toLowerCase().replace(/[\n\r"]/g, '') // normalize acceptable cross-browser differences - if (actual != fixture) - alert('[' + actual + ']\n[' + fixture + ']') - assert.equal(actual, fixture) + assert.equal(actual, fixture) done() }) diff --git a/tests/tests.html b/tests/tests.html index 23c5fa4..9da7baa 100644 --- a/tests/tests.html +++ b/tests/tests.html @@ -136,16 +136,18 @@ +
+
+
+
+
+
+ +
-
-
-
-
-
-

Bonzo Tests