-
Notifications
You must be signed in to change notification settings - Fork 88
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 #9 from xtuml/master
Merge upstream into fork
- Loading branch information
Showing
45 changed files
with
89,017 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
integrity_report.txt |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
`run_integrity_tests.sh` | ||
======================== | ||
|
||
Clean Model Data for Integrity Testing | ||
|
||
`run_integrity_tests.sh < integrity_tests` is a script that runs the | ||
integrity checker on models specified in the `integrity_tests` file. | ||
A single expected output file (`expected_results.txt`) is compared to | ||
the single output file (`integrity_report.txt`) and differences reported. | ||
|
||
`integrity_tests` is the input file listing the models to interrogate. | ||
|
||
`expected_results.txt` is the expected output from the integrity checks. | ||
|
||
`integrity_report.txt` is the default produced output file. It is included | ||
in a .gitignore file to prevent it from being committed to the repository. |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*.actual |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
same subtype not found across S_CDT->S_DT[R17]->S_CDT[R17]: DT_ID 149 | ||
instances checked: 872 | ||
checks made: 4394 | ||
errors found: 1 |
Oops, something went wrong.