OParent 2.1.0
[aaf/authz.git] / cadi / core / src / test / java / org / onap / aaf / cadi / test / JU_Hash.java
index 3bc4456..86d647e 100644 (file)
@@ -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
+//        
+//        
+//    }
 }