You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2016/07/29 16:29:02 UTC

activemq git commit: https://issues.apache.org/jira/browse/AMQ-6379

Repository: activemq
Updated Branches:
  refs/heads/master 7118247b6 -> dd971a00f


https://issues.apache.org/jira/browse/AMQ-6379

Removed unreliable check from unit test


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/dd971a00
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/dd971a00
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/dd971a00

Branch: refs/heads/master
Commit: dd971a00f2a3922e264aaa9860313b9978ec53a4
Parents: 7118247
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Authored: Fri Jul 29 12:27:58 2016 -0400
Committer: Christopher L. Shannon (cshannon) <ch...@gmail.com>
Committed: Fri Jul 29 12:27:58 2016 -0400

----------------------------------------------------------------------
 .../org/apache/activemq/openwire/WireFormatInfoPropertiesTest.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/dd971a00/activemq-unit-tests/src/test/java/org/apache/activemq/openwire/WireFormatInfoPropertiesTest.java
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/openwire/WireFormatInfoPropertiesTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/openwire/WireFormatInfoPropertiesTest.java
index 5e90f87..5c0608d 100644
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/openwire/WireFormatInfoPropertiesTest.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/openwire/WireFormatInfoPropertiesTest.java
@@ -69,8 +69,6 @@ public class WireFormatInfoPropertiesTest {
             assertTrue(clientWf.get().getProperties().containsKey("PlatformDetails"));
             assertTrue(clientWf.get().getProviderName().equals(ActiveMQConnectionMetaData.PROVIDER_NAME));
             assertTrue(clientWf.get().getPlatformDetails().equals(ActiveMQConnectionMetaData.PLATFORM_DETAILS));
-            // the version won't be valid until runtime
-            assertTrue(clientWf.get().getProviderVersion() == null);
         } finally {
             stopBroker(service);
         }