You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2015/10/13 12:05:38 UTC

qpid-jms git commit: QPIDJMS-128: update test to use a different combination that remains unsupported

Repository: qpid-jms
Updated Branches:
  refs/heads/master 69de1a540 -> 47b67bfdf


QPIDJMS-128: update test to use a different combination that remains unsupported


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/47b67bfd
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/47b67bfd
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/47b67bfd

Branch: refs/heads/master
Commit: 47b67bfdf1f3bccdc32f8ba59afce4ac60d78207
Parents: 69de1a5
Author: Robert Gemmell <ro...@apache.org>
Authored: Tue Oct 13 11:04:24 2015 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Tue Oct 13 11:05:09 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/qpid/jms/transports/TransportSupportTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/47b67bfd/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/TransportSupportTest.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/TransportSupportTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/TransportSupportTest.java
index c0123fe..a48bf3c 100644
--- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/TransportSupportTest.java
+++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/TransportSupportTest.java
@@ -161,7 +161,7 @@ public class TransportSupportTest extends QpidJmsTestCase {
     @Test(expected = IOException.class)
     public void testCreateSslContextIncorrectStoreType() throws Exception {
         TransportSslOptions options = createPkcs12SslOptions();
-        options.setStoreType(KEYSTORE_JKS_TYPE);
+        options.setStoreType(KEYSTORE_JCEKS_TYPE);
         TransportSupport.createSslContext(options);
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org