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: [email protected]
For additional commands, e-mail: [email protected]