More tweaks to failure messages
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Wed, 07 Sep 2011 09:28:19 -0600
changeset 566 f221bc549d33
parent 565 d5bd7f8ede9e
child 567 f61db0aad1f8
More tweaks to failure messages

Reported-By: timeless
Report-URL: http://krijnhoetmer.nl/irc-logs/whatwg/20110907#l-561
conformancetest/runtest.html
--- a/conformancetest/runtest.html	Wed Sep 07 09:23:42 2011 -0600
+++ b/conformancetest/runtest.html	Wed Sep 07 09:28:19 2011 -0600
@@ -80,7 +80,7 @@
 	}, testName + " setup and sanity checks");
 
 	test(function() {
-		assert_true(setupDone, "Setup failed, cannot proceed");
+		assert_true(setupDone, "Setup and sanity checks must pass for further tests to be executed on this input");
 
 		assert_equals(testDiv.innerHTML,
 			browserTest[2].replace(/[\[\]{}]/g, ""),