started to remove everything RBTree related from the Transaction.js

This commit is contained in:
Kevin Jahns
2015-10-16 12:31:03 +02:00
parent aff10fa4db
commit cf365b8902
6 changed files with 66 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
/* global createUsers, wait, Y, compareAllUsers, getRandomNumber, applyRandomTransactionsAllRejoinNoGC, applyRandomTransactionsWithGC, async, garbageCollectAllUsers, describeManyTimes */
/* eslint-env browser,jasmine */
var numberOfYArrayTests = 200
var numberOfYArrayTests = 40
var repeatArrayTests = 1
describe('Array Type', function () {
@@ -187,7 +187,6 @@ describe('Array Type', function () {
l3 = yield y3.get('Array')
yield flushAll()
yield garbageCollectAllUsers(this.users)
yconfig1.db.logTable()
expect(l1.toArray()).toEqual(l2.toArray())
expect(l2.toArray()).toEqual(l3.toArray())
expect(l2.toArray()).toEqual([])