[FOLIO-430] The cql2pgjson-java userdata.json schema has inconsistency Created: 28/Dec/16 Updated: 12/Nov/18 Resolved: 05/Jan/17 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P3 |
| Reporter: | David Crossley | Assignee: | Julian Ladisch |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 1 hour | ||
| Original estimate: | Not Specified | ||
| Sprint: |
| Description |
|
While ensuring proper indenting and formatting, i found that 'src/test/resources/userdata.json' is inconsistent with the test data. |
| Comments |
| Comment by David Crossley [ 28/Dec/16 ] |
|
The file 'src/test/resources/users.sql' has "lang" as being a top-level attribute, whereas the schema has it as an attribute of the "address" object. Also the indenting of this section is askew. |
| Comment by Julian Ladisch [ 05/Jan/17 ] |
|
Thank you for noticing and reporting, fixed: https://github.com/folio-org/cql2pgjson-java/pull/2 |