Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organize to standard Daffodil test layout + minor updates #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

stevedlawrence
Copy link

This pull request includes three commits.

The first commit the layout of this repository to follow the standard Daffodil schema project layout. This allows for easily running tests via "sbt test", and easily integrating into a Daffodil regression test suite so that we can ensure we don't break functionality with future Daffodil updates. There are no functional chnages in this commit.

The second commit just makes a few minor changes to the schema and expected infoset based on the latest version of how Daffodil behaves.

The last commit just updates the README so the examples match the locations of the files and fix a few other minor things.

No functional changes here, just moving files around

- Allows for packaging the schema into a jar
- Adds tdml file to allow quick testing by running "sbt test"
- Remove elementFormDefault, this property is ignored
- Increase the decimal precision of the textNumberPattern. This ensures
  that when we unparse numbers that no precision is lost
- The text elements are nillable when their value is the empty string.
  Updates the expected infoset so that empty text elements are nilled
  instead of just being empty
- Update example infoset for nillable empty text
- Use Apache Daffodil website instead of old NCSA daffodil
- Fix paths based on new layout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant