Revert error message change

This commit is contained in:
Christopher Eykamp
2012-12-19 10:45:25 +01:00
parent 428335fd0d
commit a2c161be08

View File

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