1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

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

@ -23,10 +23,6 @@
*/
(function DriverClosure() {
// Disable worker support for running test as
// https://github.com/mozilla/pdf.js/pull/764#issuecomment-2638944
// "firefox-bin: Fatal IO error 12 (Cannot allocate memory) on X server :1."
// PDFJS.disableWorker = true;
PDFJS.enableStats = true;
PDFJS.cMapUrl = '../external/bcmaps/';
PDFJS.cMapPacked = true;

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) {