Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle leading zeros values, accept a single-character filename and c…
…orrect file separator for non-linux machine 1. Add test resources for github297 to src/test/resources 2. Add test resources for github299 to src/test/resources 3. Modify name pattern to allow one-character file name and correct leading zero values in FieldValueValidator.java 4. Modify hard-coded file separator to be machine-dependent in ValidateLauncher.java 5. Add 2 new tests for github297 to validate.feature 6. Add 2 new tests for github299 to validate.feature Refs #297 #297 Content validation of ASCII_Integer field does not accept value with leading zeroes #299 #299 Validate tool does not PASS a bundle with a single-character filename #300 #300 validate -u flag reports an error on Windows
- Loading branch information