1
0
Fork 0

Merge branch 'devel' into ClustUp1

This commit is contained in:
Max Neunhoeffer 2015-12-15 21:08:36 +01:00
commit dc033e31d9
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}