From 428335fd0db0745c8dfa2eb89a4a08838240245c Mon Sep 17 00:00:00 2001 From: Christopher Eykamp Date: Wed, 19 Dec 2012 10:32:19 +0100 Subject: [PATCH] Even more sensible error message --- tests/Format/WFSCapabilities/v1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Format/WFSCapabilities/v1.html b/tests/Format/WFSCapabilities/v1.html index 47464890ed..74baa39c8a 100644 --- a/tests/Format/WFSCapabilities/v1.html +++ b/tests/Format/WFSCapabilities/v1.html @@ -17,7 +17,7 @@ ''; var obj = parser.read(text); - t.ok(!!obj.error, "Error not correctly reported"); // That is, the above should place an error in obj.error + t.ok(!!obj.error, "Error not reported correctly"); // That is, the above should place an error in obj.error } function test_read(t) {