diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-09-10 06:52:52 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-09-10 06:53:01 -0500 |
commit | 4872ec0b4ae4f4ed85e9cf205695bc90702f8952 (patch) | |
tree | ed1b13082c977f55d7c62de1521bbd8daf054c8d /cadi/core | |
parent | 128345fbbf2fe28d65899c4c0a02ff063a978076 (diff) |
OParent 2.1.0
Issue-ID: AAF-966
Change-Id: I2de5d5747ce8bce4ba2cfe11f5c407869d3be20d
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'cadi/core')
-rw-r--r-- | cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java b/cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java index 3bc44566..86d647e3 100644 --- a/cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java +++ b/cadi/core/src/test/java/org/onap/aaf/cadi/test/JU_Hash.java @@ -208,4 +208,11 @@ public class JU_Hash { assertEquals(new String(new byte[] {(byte)0x0A, (byte)0xB0}), new String(output)); assertNull(Hash.fromHexNo0x("~~")); } +// +// @Test +// public void aaf_941() throws Exception { +// // User notes: From reported error "aaf" not coded right +// +// +// } } |