You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2014/09/16 00:57:38 UTC

svn commit: r1625181 - /qpid/jms/trunk/qpid-jms-client-tmp/src/test/java/org/apache/qpid/jms/MapMessageIntegrationTest.java

Author: tabish
Date: Mon Sep 15 22:57:37 2014
New Revision: 1625181

URL: http://svn.apache.org/r1625181
Log:
Small change to suppress warnings for unused variables

Modified:
    qpid/jms/trunk/qpid-jms-client-tmp/src/test/java/org/apache/qpid/jms/MapMessageIntegrationTest.java

Modified: qpid/jms/trunk/qpid-jms-client-tmp/src/test/java/org/apache/qpid/jms/MapMessageIntegrationTest.java
URL: http://svn.apache.org/viewvc/qpid/jms/trunk/qpid-jms-client-tmp/src/test/java/org/apache/qpid/jms/MapMessageIntegrationTest.java?rev=1625181&r1=1625180&r2=1625181&view=diff
==============================================================================
--- qpid/jms/trunk/qpid-jms-client-tmp/src/test/java/org/apache/qpid/jms/MapMessageIntegrationTest.java (original)
+++ qpid/jms/trunk/qpid-jms-client-tmp/src/test/java/org/apache/qpid/jms/MapMessageIntegrationTest.java Mon Sep 15 22:57:37 2014
@@ -184,6 +184,7 @@ index 808d43e..6cdf84c 100644
      * an AmqpValue section containing a map which holds entries of the various supported entry
      * types with the expected values.
      */
+    @SuppressWarnings("unused")  // TODO - Remove once Char tests re-added
     @Test
     public void testSendBasicMapMessage() throws Exception
     {



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