improved new sync idea (save gcs in DS)

This commit is contained in:
Kevin Jahns
2015-09-28 13:06:17 +02:00
parent a5f76cee84
commit ae8be1ec6b
6 changed files with 203 additions and 184 deletions

View File

@@ -244,7 +244,6 @@ describe('Array Type', function () {
}
yield applyRandomTransactions(this.users, this.arrays, randomArrayTransactions, numberOfYArrayTests)
yield flushAll()
yield garbageCollectAllUsers(this.users)
yield compareArrayValues(this.arrays)
yield compareAllUsers(this.users)
done()