Merge pull request #5911 from Snuffleupagus/test-worker-comments

Remove commented out code about |disableWorker| in the test suite
This commit is contained in:
Tim van der Meij 2015-04-04 14:46:13 +02:00
commit ba8a4f2b3e
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) {