You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by el...@apache.org on 2013/07/20 07:44:36 UTC

svn commit: r1505093 - /labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/RecordManagerWithDuplicatesTest.java

Author: elecharny
Date: Sat Jul 20 05:44:36 2013
New Revision: 1505093

URL: http://svn.apache.org/r1505093
Log:
Rmoved the @Ignored

Modified:
    labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/RecordManagerWithDuplicatesTest.java

Modified: labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/RecordManagerWithDuplicatesTest.java
URL: http://svn.apache.org/viewvc/labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/RecordManagerWithDuplicatesTest.java?rev=1505093&r1=1505092&r2=1505093&view=diff
==============================================================================
--- labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/RecordManagerWithDuplicatesTest.java (original)
+++ labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/RecordManagerWithDuplicatesTest.java Sat Jul 20 05:44:36 2013
@@ -34,7 +34,6 @@ import org.apache.mavibot.btree.exceptio
 import org.apache.mavibot.btree.serializer.LongSerializer;
 import org.apache.mavibot.btree.serializer.StringSerializer;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.TemporaryFolder;
@@ -133,7 +132,6 @@ public class RecordManagerWithDuplicates
      * Test the creation of a RecordManager with a BTree containing data.
      */
     @Test
-    @Ignore("This test is failing atm...")
     public void testRecordManagerWithBTree() throws IOException, BTreeAlreadyManagedException, KeyNotFoundException
     {
         // Now, add some elements in the BTree



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