Author: rgodfrey
Date: Wed Dec  9 17:38:12 2015
New Revision: 1718922

URL: http://svn.apache.org/viewvc?rev=1718922&view=rev
Log:
QPID-6938 : fix test error messages

Modified:
    
qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java

Modified: 
qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java
URL: 
http://svn.apache.org/viewvc/qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java?rev=1718922&r1=1718921&r2=1718922&view=diff
==============================================================================
--- 
qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java
 (original)
+++ 
qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/transport/TCPandSSLTransportTest.java
 Wed Dec  9 17:38:12 2015
@@ -69,7 +69,7 @@ public class TCPandSSLTransportTest exte
         try
         {
             checkSSLExcluded("TLSv1", Transport.TCP, Transport.SSL);
-            fail("Should not be able to connect using SSLv3");
+            fail("Should not be able to connect using TLSv1");
         }
         catch(SSLHandshakeException e)
         {
@@ -83,7 +83,7 @@ public class TCPandSSLTransportTest exte
         try
         {
             checkSSLExcluded("TLSv1", Transport.SSL);
-            fail("Should not be able to connect using SSLv3");
+            fail("Should not be able to connect using TLSv1");
         }
         catch(SSLHandshakeException e)
         {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to