Revert error message change
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user