diff options
author | sg481n <sg481n@att.com> | 2017-10-04 19:48:09 +0000 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-10-04 20:06:16 +0000 |
commit | 9f41e31a64b38a40cc19948955171c2617a0f047 (patch) | |
tree | b3dbf2a54627a9d6a004989eae2e956a60d55fa1 /core/src | |
parent | b06f7e948bb2e4a7b34d436b5a4c2505b8a58f23 (diff) |
Improve code coverage for aaf cadi modules
Modify test case and add properties file.
Issue-ID: AAF-82
Change-Id: Ied85f1da15ff7ffede39749f1fb851d017aa9e81
Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/test/java/org/onap/aaf/cadi/JU_PropAccessTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/test/java/org/onap/aaf/cadi/JU_PropAccessTest.java b/core/src/test/java/org/onap/aaf/cadi/JU_PropAccessTest.java index 907b5e1..0dcb3a9 100644 --- a/core/src/test/java/org/onap/aaf/cadi/JU_PropAccessTest.java +++ b/core/src/test/java/org/onap/aaf/cadi/JU_PropAccessTest.java @@ -30,6 +30,7 @@ import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue;
import java.io.IOException;
+import java.util.Properties;
import org.junit.Before;
import org.junit.Test;
@@ -105,5 +106,4 @@ public class JU_PropAccessTest { p = new PropAccess(args);
}
-}
-
+}
\ No newline at end of file |