summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2011-08-05 17:15:45 -0400
committerJames Moger <james.moger@gmail.com>2011-08-05 17:15:45 -0400
commit0c5463e7372fe4c47341dcf0c48bdd94682d0c7c (patch)
tree402aa2ea095bd79a83205c2474da6e4ac753fcb8 /tests
parent2b180c643562e5f789b638f16f90607d2473590c (diff)
downloadiciql-0c5463e7372fe4c47341dcf0c48bdd94682d0c7c.tar.gz
iciql-0c5463e7372fe4c47341dcf0c48bdd94682d0c7c.zip
IndexValidation was broken for single-indexes or non-standard indexes.v0.6.2
Diffstat (limited to 'tests')
-rw-r--r--tests/com/iciql/test/ModelsTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/com/iciql/test/ModelsTest.java b/tests/com/iciql/test/ModelsTest.java
index 9012296..8fbf219 100644
--- a/tests/com/iciql/test/ModelsTest.java
+++ b/tests/com/iciql/test/ModelsTest.java
@@ -115,7 +115,7 @@ public class ModelsTest {
true);
assertEquals(1, models.size());
// a poor test, but a start
- assertEquals(1895, models.get(0).length());
+ assertEquals(1893, models.get(0).length());
}
@Test