mirror of https://gitee.com/bigwinds/arangodb
Cleanup of tests.
This commit is contained in:
parent
c9d9ec048c
commit
20fb42afd5
|
@ -72,7 +72,6 @@ function CollectionDocumentSuiteBabies() {
|
|||
testInsertRemoveMulti: function() {
|
||||
var docs = collection.insert([{}, {}, {}]);
|
||||
assertEqual(docs.length, 3);
|
||||
require("internal").print("Foxxy:", docs);
|
||||
collection.remove(docs);
|
||||
assertEqual(collection.count(), 0);
|
||||
},
|
||||
|
@ -403,9 +402,9 @@ function CollectionDocumentSuiteBabies() {
|
|||
assertEqual(collection.count(), 0);
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief update multiple documents
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
testUpdateMulti: function() {
|
||||
var docs = collection.insert([{
|
||||
|
|
Loading…
Reference in New Issue