From a2c161be080e3bf86ed49aabdca27e007ce2e45f Mon Sep 17 00:00:00 2001 From: Christopher Eykamp Date: Wed, 19 Dec 2012 10:45:25 +0100 Subject: [PATCH] Revert error message change --- 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 74baa39c8a..b9368fab9e 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 reported correctly"); // That is, the above should place an error in obj.error + t.ok(!!obj.error, "Error reported correctly"); // The above should place an error in obj.error } function test_read(t) {