More sensible error message

This commit is contained in:
Christopher Eykamp
2012-12-19 10:31:42 +01:00
parent 2478e2311f
commit 7790a0a9b6

View File

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