From 7790a0a9b6a56ee1600955143a8fd46cec2abbc8 Mon Sep 17 00:00:00 2001 From: Christopher Eykamp Date: Wed, 19 Dec 2012 10:31:42 +0100 Subject: [PATCH] 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 30230d13bb..47464890ed 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 reported correctly"); + t.ok(!!obj.error, "Error not correctly reported"); // That is, the above should place an error in obj.error } function test_read(t) {