1
0
Fork 0

Removed Test for new features. It cannot work in Cluster Case. Needs to be fixed later on.

This commit is contained in:
Michael Hackstein 2016-04-01 12:27:37 +02:00
parent 4637d0ff40
commit a14120d239
1 changed files with 2 additions and 0 deletions

View File

@ -2342,6 +2342,7 @@ function DatabaseDocumentSuiteReturnStuff () {
/// @brief test new features from 3.0
////////////////////////////////////////////////////////////////////////////////
/* Not Functional in arangosh connected to coordinator.
testNewFeatures : function () {
if (! require("@arangodb/cluster").isCluster()) {
var x = collection.insert({Hallo: 12}, { silent: true });
@ -2364,6 +2365,7 @@ function DatabaseDocumentSuiteReturnStuff () {
assertEqual(true, y);
}
}
*/
};
}