diff options
author | Magnusen, Drew (dm741q) <dm741q@att.com> | 2017-09-06 12:22:33 -0500 |
---|---|---|
committer | Magnusen, Drew (dm741q) <dm741q@att.com> | 2017-09-06 12:52:22 -0500 |
commit | 40d0d77001e5a36e6fe799b9e1fbc26752c5c6f5 (patch) | |
tree | 4afe419b6c246dc9759269ff5601b22776ab9ab6 /feature-test-transaction/pom.xml | |
parent | fb79f7aa356ef2e4507cac5d5a328f789617cd5a (diff) |
Added junit for test-transaction feature
Single junit was added for test-transaction feature.
Junit does not test full functionality of the feature,
but does test some of the peripheral methods.
Also fixed small indentation error in assemble_zip.xml.
Issue-ID: POLICY-198
Change-Id: Iad7a98be45eb8ef6701bf8381aa764d2dd1ca9c7
Signed-off-by: Magnusen, Drew (dm741q) <dm741q@att.com>
Diffstat (limited to 'feature-test-transaction/pom.xml')
-rw-r--r-- | feature-test-transaction/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/feature-test-transaction/pom.xml b/feature-test-transaction/pom.xml index 693c3dc6..14ba010c 100644 --- a/feature-test-transaction/pom.xml +++ b/feature-test-transaction/pom.xml @@ -93,5 +93,10 @@ <version>${project.version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> </dependencies> </project>
\ No newline at end of file |