diff options
author | Parshad Patel <pars.patel@samsung.com> | 2019-03-18 16:02:43 +0900 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-04-01 08:36:21 +0000 |
commit | 8b8061e8b47703beb7a19174de5c9b29ccf1ca14 (patch) | |
tree | 902e0828458e4a9ef97e1ad125e150f638f0b5dd /test-apis-ci | |
parent | 8824935445f26a3f8077f48c327951dd9e778d90 (diff) |
Increase test coverage for asdctool
Add basic JUnit test cases in asdctool/migration/tasks/mig1806
Add hamcrest-all version in parent pom.xml
Issue-ID: SDC-1895
Change-Id: I88b1bdb2f3619721fe80f57f0526de5b59e8a6af
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
Diffstat (limited to 'test-apis-ci')
-rw-r--r-- | test-apis-ci/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-apis-ci/pom.xml b/test-apis-ci/pom.xml index 54c08714d7..a770fe7886 100644 --- a/test-apis-ci/pom.xml +++ b/test-apis-ci/pom.xml @@ -38,7 +38,7 @@ <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-all</artifactId> - <version>1.3</version> + <version>${hamcrest-all.version}</version> <scope>test</scope> </dependency> <dependency> |