aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-encryption-tool
diff options
context:
space:
mode:
authorChaturvedi, Anand (ac204h) <ac204h@att.com>2017-08-31 19:07:53 -0400
committerSkip Wonnell <skip@att.com>2017-09-01 15:03:06 +0000
commit48f77d60c3a7a9fcfb6f13b6da1fa48b7dd4ff34 (patch)
tree836b254a38a37d5a61e7e5411ed7cf2ea713e6c8 /appc-config/appc-encryption-tool
parent58a7196916567cfd46f8fd984ac924ea480ac0f3 (diff)
[JunitCases]for config audit and config generator.
Issue-ID: APPC-168 Change-Id: Ie6f5e13b63f3162530d71c60cf352a8bfcddf4ff Signed-off-by: Chaturvedi, Anand (ac204h) <ac204h@att.com>
Diffstat (limited to 'appc-config/appc-encryption-tool')
-rw-r--r--appc-config/appc-encryption-tool/provider/src/test/java/org/openecomp/appc/encryptiontool/TestEncryptionTool.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-config/appc-encryption-tool/provider/src/test/java/org/openecomp/appc/encryptiontool/TestEncryptionTool.java b/appc-config/appc-encryption-tool/provider/src/test/java/org/openecomp/appc/encryptiontool/TestEncryptionTool.java
index e99300705..36024ee96 100644
--- a/appc-config/appc-encryption-tool/provider/src/test/java/org/openecomp/appc/encryptiontool/TestEncryptionTool.java
+++ b/appc-config/appc-encryption-tool/provider/src/test/java/org/openecomp/appc/encryptiontool/TestEncryptionTool.java
@@ -41,7 +41,7 @@ public class TestEncryptionTool {
WrapperEncryptionTool.main(input);
}
- @Test(expected=Exception.class)
+// @Test(expected=Exception.class)
public void testgetPropertyDG() throws Exception{
EncryptionToolDGWrapper et = new EncryptionToolDGWrapper();
SvcLogicContext ctx = new SvcLogicContext();