diff options
| author | Brian S. O'Neill <bronee@gmail.com> | 2009-02-10 19:15:17 +0000 | 
|---|---|---|
| committer | Brian S. O'Neill <bronee@gmail.com> | 2009-02-10 19:15:17 +0000 | 
| commit | e8c2474ddf01872909159bf8eaacba500a20df83 (patch) | |
| tree | 727fa216b7f8d09e6ce65b377e61d289c2ccdfe7 /src/test/java/com/amazon/carbonado/repo | |
| parent | 6d92426a4899b4f8ed14e69182230e911c0a3297 (diff) | |
Commented out changes made in revision 1098. Deleting of derived index entries needs more thought.
Diffstat (limited to 'src/test/java/com/amazon/carbonado/repo')
| -rw-r--r-- | src/test/java/com/amazon/carbonado/repo/jdbc/TestH2.java | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/java/com/amazon/carbonado/repo/jdbc/TestH2.java b/src/test/java/com/amazon/carbonado/repo/jdbc/TestH2.java index b1e8d09..f0d54e0 100644 --- a/src/test/java/com/amazon/carbonado/repo/jdbc/TestH2.java +++ b/src/test/java/com/amazon/carbonado/repo/jdbc/TestH2.java @@ -68,6 +68,7 @@ public class TestH2 extends com.amazon.carbonado.TestStorables {          test_derivedJoinIndex(repo);
      }
 +    /* FIXME: Deleting of derived index entries needs more thought.
      @Override
      public void test_basicDerivedJoinIndex() throws Exception {
          // Needs to use custom indexing for this test to work.
 @@ -76,7 +77,7 @@ public class TestH2 extends com.amazon.carbonado.TestStorables {          Repository repo = builder.build();
          test_basicDerivedJoinIndex(repo);
      }
 -
 +    */
      @Override
      protected Repository buildRepository(boolean isMaster) throws RepositoryException {
  | 
