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/TestStorables.java | |
| 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/TestStorables.java')
| -rw-r--r-- | src/test/java/com/amazon/carbonado/TestStorables.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/java/com/amazon/carbonado/TestStorables.java b/src/test/java/com/amazon/carbonado/TestStorables.java index 70cef19..07f32f3 100644 --- a/src/test/java/com/amazon/carbonado/TestStorables.java +++ b/src/test/java/com/amazon/carbonado/TestStorables.java @@ -1546,6 +1546,7 @@ public class TestStorables extends TestCase { assertEquals(0, query.with(0.2).count()); } + /* FIXME: Deleting of derived index entries needs more thought. public void test_basicDerivedJoinIndex() throws Exception { test_basicDerivedJoinIndex(getRepository()); } @@ -1573,6 +1574,7 @@ public class TestStorables extends TestCase { join = storage1.query("intProp = ?").with(999).tryLoadOne(); assertNull(join); } + */ public void test_derivedJoinIndex() throws Exception { test_derivedJoinIndex(getRepository()); |
