mirror of https://gitee.com/bigwinds/arangodb
Removed non-applicable test case.
This commit is contained in:
parent
0ce293bb6a
commit
d1933486da
|
@ -241,7 +241,6 @@ 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);
|
||||
|
|
Loading…
Reference in New Issue