jdk/test/sun/security/ssl/sanity/interop/CipherTest.java
changeset 7043 5e2d1edeb2c7
parent 7039 6464c8e62a18
child 8991 7df5283fd3b8
--- a/jdk/test/sun/security/ssl/sanity/interop/CipherTest.java	Mon Nov 01 10:59:03 2010 -0700
+++ b/jdk/test/sun/security/ssl/sanity/interop/CipherTest.java	Mon Nov 01 22:02:35 2010 -0700
@@ -363,6 +363,12 @@
                 }
             }
 
+            // ignore obsoleted cipher suite for the specified protocol
+            // TODO
+
+            // ignore unsupported cipher suite for the specified protocol
+            // TODO
+
             return true;
         }
     }