-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite functional TDML tests to use new JUnit API
The changes neccessary to use the new API are: 1. Modify imports 2. Extend the new TdmlSuite/TdmlTests traits 3. Split test suites with multiple runners into separate test suites--this API only supports a single runner per suite 4. Override createRunner() for suites that need tweaks to the runner, usually disabling validate 5. Change names of all test to match the TDML test name 6. Change tests to run by calling the "test" function 7. Change TDML test names that contain characger that are not valid in Scala function names, needed since function names are now used to find the TDML name 8. Switch to using @ignore to disable tests that are known to fail Additionally, a few very old tests uses TDML XML embedded in the Scala source. These were moved into TDML files. DAFFODIL-2958
- Loading branch information
1 parent
17d4dd7
commit 29bc34b
Showing
158 changed files
with
7,594 additions
and
11,544 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
Oops, something went wrong.