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

XML Parser Updates #175

Merged
merged 5 commits into from
Feb 4, 2016
Merged

XML Parser Updates #175

merged 5 commits into from
Feb 4, 2016

Conversation

pbauman
Copy link
Member

@pbauman pbauman commented Feb 3, 2016

Replaces #174. The only changes I made were to the last commit where I shortened the XML files to only have the failing reaction (and added a comment about what we were testing).

the falloff specification:
  - in a falloff environment, only one "name" attribute is allowed
  - in a falloff environment, only the value "k0" for this attribute is allowed
in the default rate constant block
  - one to test the name="k0" multiple attribute (fail_parsing_xml_1)
  - another to test the value other than "k0" restriction (fail_parsing_xml_2)

We use the same program than for the regular xml test. The xml files
only inclue the reaction to trigger the failure.
Some update of the test had to be made: it requires three input files,
originally, only the path to the folder was given, the names of the
files were hard coded in the code.  Now all three files are given
explicitely in the sh file.
@pbauman pbauman mentioned this pull request Feb 3, 2016
@pbauman
Copy link
Member Author

pbauman commented Feb 3, 2016

Will merge once tests successfully complete.

@pbauman
Copy link
Member Author

pbauman commented Feb 3, 2016

This will close #173.

pbauman added a commit that referenced this pull request Feb 4, 2016
@pbauman pbauman merged commit 390f0fc into libantioch:master Feb 4, 2016
@pbauman pbauman deleted the xml-parser-updates branch February 4, 2016 02:08
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.

2 participants