mirror of https://gitee.com/bigwinds/arangodb
Removed non-applicable test case.
This commit is contained in:
parent
0ce293bb6a
commit
d1933486da
|
@ -241,8 +241,7 @@ function dumpTestSuite () {
|
|||
|
||||
assertEqual(2, c.type()); // document
|
||||
assertFalse(p.waitForSync);
|
||||
assertTrue(p.isVolatile);
|
||||
|
||||
|
||||
assertEqual(1, c.getIndexes().length); // just primary index
|
||||
assertEqual("primary", c.getIndexes()[0].type);
|
||||
assertEqual(0, c.count());
|
||||
|
|
Loading…
Reference in New Issue