Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Moved the processing of a file to its own method, incorporated a for loop into the execute method should -dir be passed in. * Finished with directory processing, adding test. * Fixed issue with test, now verify Bundle using instanceof * Removed member variable references for readability. * Validating input earlier, adjusted BundlUtils to handle logic about versioning the method call. * 80% code coverage on ExtractMatBundleOperation class * Added more robust tests for the supplied output directory by the user * Removed unused test * Added transactional bundle files for tests to POST * Added commented out line for localhost POST testing. * Updated ExtractMatBundle tests to cover wider range of file types and content. * Eliminating unused resource * Added resource ID verification so resources aren't processed repeatedly. Once extracted from a transaction bundle, the resource ID is logged, and if found in another bundle, removed from that bundle prior to processing it. * Fixed failing tests elsewhere in the app on null outputpath * Removing RefreshIG work accidentally included in this branch * Restoring Main documentation for -dir * Correcting failing test --------- Co-authored-by: Evan Chicoine <evan.chicoine@esacinc.com>
- Loading branch information