Remove commented out code about |disableWorker| in the test suite

Since the tests have run with workers enabled for a long time, these comments are no longer relevant.
This commit is contained in:
Jonas Jenwald 2015-04-04 13:26:47 +02:00
parent 32cc021f31
commit 36ac67583f
2 changed files with 0 additions and 5 deletions

View file

@ -6,7 +6,6 @@
'use strict';
describe('api', function() {
// TODO run with worker enabled
var basicApiUrl = combineUrl(window.location.href, '../pdfs/basicapi.pdf');
var basicApiFileLength = 105779; // bytes
function waitsForPromiseResolved(promise, successCallback) {