commit | 70da33f00f68fe04e0baf51e592071096213eebd | [log] [tgz] |
---|---|---|
author | Joss Armstrong <joss.armstrong@ericsson.com> | Tue Dec 11 16:57:24 2018 +0000 |
committer | Takamune Cho <takamune.cho@att.com> | Thu Dec 13 15:00:57 2018 +0000 |
tree | e75ae8de5869f10c3b21aaf85fc2870b9b1ec4ea | |
parent | 73dcc9677a000d0ea7b900db6fc1fb0689863b0a [diff] [blame] |
Fix for APPC-1271 Replaced slow running tests which wait for timeout Testing time reduced from 22 seconds to 0.5 seconds Improved tests and line coverage increased from 26% to 96% Issue-ID: APPC-1271 Change-Id: I88713e5c819e5ce1bf695f6de3834db7c3007285 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
diff --git a/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml b/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml index 03143c5..b26a826 100644 --- a/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml +++ b/appc-adapters/appc-netconf-adapter/appc-netconf-adapter-bundle/pom.xml
@@ -191,7 +191,12 @@ <artifactId>jsch</artifactId> <version>0.1.54</version> </dependency> - + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-all</artifactId> + <version>1.3</version> + <scope>test</scope> + </dependency> </dependencies> <build>