Add back other unit tests. Disable worker.

This commit is contained in:
Brendan Dahl 2012-04-12 18:09:25 -07:00
parent 3925e37417
commit 19c0c6a983
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,8 @@
'use strict';
describe('api', function() {
// TODO run with worker enabled
PDFJS.disableWorker = true;
var basicApiUrl = '/basicapi.pdf';
function waitsForPromise(promise) {
waitsFor(function() {

View File

@ -28,6 +28,11 @@ load:
- ../src/bidi.js
- ../src/metadata.js
- ../external/jpgjs/jpg.js
- unit/obj_spec.js
- unit/font_spec.js
- unit/function_spec.js
- unit/crypto_spec.js
- unit/stream_spec.js
- unit/api_spec.js
gateway: