mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' into ClustUp1
This commit is contained in:
commit
dc033e31d9
|
@ -115,7 +115,7 @@ function GeneralGraphCreationSuite() {
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
test_collectionRenameEdge: function() {
|
||||
if (! cluster.isCluster()) {
|
||||
if (cluster.isCluster()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -152,7 +152,7 @@ function GeneralGraphCreationSuite() {
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
test_collectionRenameVertex: function() {
|
||||
if (! cluster.isCluster()) {
|
||||
if (cluster.isCluster()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -180,7 +180,7 @@ function GeneralGraphCreationSuite() {
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
test_collectionRenameVertices: function() {
|
||||
if (! cluster.isCluster()) {
|
||||
if (cluster.isCluster()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue