-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #211 from bwspenc/error_tests
Clean up errors and add error tests
- Loading branch information
Showing
4 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
[Tests] | ||
issues = '#171' | ||
design = 'ConcreteThermalMoisture.md ReactionNetwork/index.md' | ||
[./test] | ||
[test] | ||
type = 'Exodiff' | ||
input = 'sulfide_attack.i' | ||
exodiff = 'sulfide_attack_out.e' | ||
requirement = 'Blackbear shall model the migration and reactions between chemical species involved in sulfide attack on concrete' | ||
[../] | ||
[] | ||
[aqueous_speciations_syntax] | ||
type = 'RunException' | ||
input = 'sulfide_attack.i' | ||
cli_args = 'ReactionNetwork/aqueous_speciations="(1.0)ca / (1.0)cl = (1.0)cacl -0.7"' | ||
expect_err = 'Error parsing term: /' | ||
requirement = 'The ReactionNetwork model shall generate an error if an incorrect form is provided for aqueous speciations' | ||
[] | ||
[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters