Skip to content

Commit

Permalink
Repairing baselines for changes in libdap CE parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ndp-opendap committed Apr 16, 2020
1 parent e0019b4 commit 3c2b649
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion errors/BadConstraintSyntax.dap.baseline
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<dap4:Error xmlns:dap4="http://xml.opendap.org/ns/DAP/4.0#" httpcode="400">
<dap4:Message>libdap error transmitting DAP4Data: u,v:1.2: syntax error, unexpected ",", expecting end of file</dap4:Message>
<dap4:Message>libdap error transmitting DAP4Data: Constraint expression parse error: syntax error, unexpected ",", expecting end of file</dap4:Message>
<dap4:Context />
<dap4:OtherInformation />
</dap4:Error>
Expand Down
2 changes: 1 addition & 1 deletion errors/BadConstraintSyntax.dap.csv.baseline
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Dataset: ERROR
status, 400
message, "Failed to return values as ascii: u,v:1.2: syntax error, unexpected ",", expecting end of file"
message, "Failed to return values as ascii: Constraint expression parse error: syntax error, unexpected ",", expecting end of file"
2 changes: 1 addition & 1 deletion errors/BadConstraintSyntax.dmr.baseline
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<dap4:Error xmlns:dap4="http://xml.opendap.org/ns/DAP/4.0#" httpcode="400">
<dap4:Message>libdap error transmitting DMR: u,v:1.2: syntax error, unexpected ",", expecting end of file</dap4:Message>
<dap4:Message>libdap error transmitting DMR: Constraint expression parse error: syntax error, unexpected ",", expecting end of file</dap4:Message>
<dap4:Context />
<dap4:OtherInformation />
</dap4:Error>
Expand Down

0 comments on commit 3c2b649

Please sign in to comment.