You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2016/06/27 14:55:56 UTC

svn commit: r1750355 - /qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/model/AttributeValueConverterTest.java

Author: kwall
Date: Mon Jun 27 14:55:56 2016
New Revision: 1750355

URL: http://svn.apache.org/viewvc?rev=1750355&view=rev
Log:
QPID-6954: [Java Broker] Remove commented out test code

Modified:
    qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/model/AttributeValueConverterTest.java

Modified: qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/model/AttributeValueConverterTest.java
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/model/AttributeValueConverterTest.java?rev=1750355&r1=1750354&r2=1750355&view=diff
==============================================================================
--- qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/model/AttributeValueConverterTest.java (original)
+++ qpid/java/trunk/broker-core/src/test/java/org/apache/qpid/server/model/AttributeValueConverterTest.java Mon Jun 27 14:55:56 2016
@@ -310,11 +310,6 @@ public class AttributeValueConverterTest
         assertNull(nullValues.getInteger());
         assertEquals(0, nullValues.getInt());
         assertNull(expectedStringValue, nullValues.getAnotherString());
-
-
-        // TODO: should changes to the underlying map be visible?
-//        input.put("anotherString", "laterchange");
-//        assertNull(expectedStringValue, value.getAnotherString());
     }
 
     @ManagedAttributeValueType



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