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() {
|
test_collectionRenameEdge: function() {
|
||||||
if (! cluster.isCluster()) {
|
if (cluster.isCluster()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -152,7 +152,7 @@ function GeneralGraphCreationSuite() {
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
test_collectionRenameVertex: function() {
|
test_collectionRenameVertex: function() {
|
||||||
if (! cluster.isCluster()) {
|
if (cluster.isCluster()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ function GeneralGraphCreationSuite() {
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
test_collectionRenameVertices: function() {
|
test_collectionRenameVertices: function() {
|
||||||
if (! cluster.isCluster()) {
|
if (cluster.isCluster()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue