You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/04/25 22:56:06 UTC

svn commit: r1475955 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java

Author: tn
Date: Thu Apr 25 20:56:05 2013
New Revision: 1475955

URL: http://svn.apache.org/r1475955
Log:
Enable serialization tests for bags.

Modified:
    commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java

Modified: commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java?rev=1475955&r1=1475954&r2=1475955&view=diff
==============================================================================
--- commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java (original)
+++ commons/proper/collections/trunk/src/test/java/org/apache/commons/collections4/bag/AbstractBagTest.java Thu Apr 25 20:56:05 2013
@@ -487,18 +487,6 @@ public abstract class AbstractBagTest<T>
     }
 
     /**
-     * Skip the serialized cannonical tests for now.
-     *
-     * @return true
-     *
-     * TODO: store a new serialized object on the disk.
-     */
-    @Override
-    protected boolean skipSerializedCanonicalTests() {
-        return true;
-    }
-
-    /**
      * Compare the current serialized form of the Bag
      * against the canonical version in SVN.
      */