Even more sensible error message

This commit is contained in:
Christopher Eykamp
2012-12-19 10:32:19 +01:00
parent 7790a0a9b6
commit 428335fd0d

View File

@@ -17,7 +17,7 @@
'</ows:ExceptionReport>';
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) {