You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2015/02/16 10:38:42 UTC

svn commit: r1660060 - /tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java

Author: rjung
Date: Mon Feb 16 09:38:41 2015
New Revision: 1660060

URL: http://svn.apache.org/r1660060
Log:
Improve r1659983 (test output on failure).

Modified:
    tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java

Modified: tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java?rev=1660060&r1=1660059&r2=1660060&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOpenSSLCipherConfigurationParser.java Mon Feb 16 09:38:41 2015
@@ -498,11 +498,8 @@ public class TestOpenSSLCipherConfigurat
 
         TesterOpenSSL.removeUnimplementedCiphersJsse(jsseCipherListFromParser);
 
-        String listFromOpenSSL = listToString(jsseCipherListFromOpenSSL);
-        String listFromParser = listToString(jsseCipherListFromParser);
-        Assert.assertEquals("Cipher list OpenSSL: '" + listFromOpenSSL +
-                            "', from parser: '" + listFromParser + "'",
-                            listFromOpenSSL, listFromParser);
+        Assert.assertEquals("Tested '" + specification + "': ",
+                            listToString(jsseCipherListFromOpenSSL), listToString(jsseCipherListFromParser));
     }
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org