1
0
Fork 0

fixed test

This commit is contained in:
Jan Steemann 2015-12-15 11:57:52 +01:00
parent f51e5efb34
commit aa99434c8c
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ function complexInternaSuite () {
},
testMultipleBlocksResult: function () {
var query = "FOR x IN OUTBOUND @startId @@eCol RETURN x";
var query = "FOR x IN OUTBOUND @startId @@eCol SORT x._key RETURN x";
var amount = 10000;
var startId = vn + "/test";
var bindVars = {