jdk/test/sun/security/krb5/auto/SSL.java
changeset 26629 3b9ed8175488
parent 20499 4aa3d51ec41b
child 29902 dc24eacaae11
--- a/jdk/test/sun/security/krb5/auto/SSL.java	Tue Sep 16 23:04:13 2014 +0400
+++ b/jdk/test/sun/security/krb5/auto/SSL.java	Wed Sep 17 13:55:12 2014 +0800
@@ -186,13 +186,13 @@
             // Client checks "initiate", then server gets the name
             // and checks "accept". Second connection resume.
             if (!permChecks.equals("IA")) {
-                throw new Exception();
+                throw new Exception(permChecks);
             }
         } else {
             // For bound, JAAS checks "accept" once. Server checks again,
             // client then checks "initiate". Second connection resume.
             if (!permChecks.equals("AAI")) {
-                throw new Exception();
+                throw new Exception(permChecks);
             }
         }
     }