Skip to content

Commit

Permalink
Uncomment accidentally commented tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Sep 23, 2024
1 parent 745fb50 commit b7221b4
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,66 +30,66 @@ after(function () {
});

importTest('rijksmuseum-image-api-v3-thumbnails', './tests/rijksmuseum-image-api-v3-thumbnails');
// importTest('aarau', './tests/aarau');
// importTest('annotation-dimensions', './tests/annotation-dimensions');
// importTest('annotation-list', './tests/annotation-list');
// importTest('anzacbulletin', './tests/anzacbulletin');
// importTest('audio', './tests/audio');
// importTest('bad-manifest-url', './tests/bad-manifest-url');
// importTest('biocrats', './tests/biocrats');
// importTest('book-of-remembrance', './tests/book-of-remembrance');
// importTest('canvas-metadata', './tests/canvas-metadata');
// importTest('cardiganshire', './tests/cardiganshire');
// importTest('collection-with-thumbnail', './tests/collection-with-thumbnail');
// importTest('correspondance', './tests/correspondance');
// importTest('deep-hierarchy', './tests/deep-hierarchy');
// importTest('default-label', './tests/default-label');
// importTest('get-manifest-behavior', './tests/get-manifest-behavior');
// importTest('get-range-by-path', './tests/get-range-by-path');
// importTest('get-range-by-id', './tests/get-range-by-id');
// importTest('get-resource', './tests/get-resource');
// importTest('herbal', './tests/herbal');
// importTest('horriblemurders', './tests/horriblemurders');
// importTest('https', './tests/https');
// importTest('illustrationsofchina', './tests/illustrationsofchina');
// importTest('items-not-sequence', './tests/items-not-sequence');
// importTest('LabelValuePair', './tests/LabelValuePair.test');
// importTest('LanguageMap', './tests/LanguageMap.test');
importTest('aarau', './tests/aarau');
importTest('annotation-dimensions', './tests/annotation-dimensions');
importTest('annotation-list', './tests/annotation-list');
importTest('anzacbulletin', './tests/anzacbulletin');
importTest('audio', './tests/audio');
importTest('bad-manifest-url', './tests/bad-manifest-url');
importTest('biocrats', './tests/biocrats');
importTest('book-of-remembrance', './tests/book-of-remembrance');
importTest('canvas-metadata', './tests/canvas-metadata');
importTest('cardiganshire', './tests/cardiganshire');
importTest('collection-with-thumbnail', './tests/collection-with-thumbnail');
importTest('correspondance', './tests/correspondance');
importTest('deep-hierarchy', './tests/deep-hierarchy');
importTest('default-label', './tests/default-label');
importTest('get-manifest-behavior', './tests/get-manifest-behavior');
importTest('get-range-by-path', './tests/get-range-by-path');
importTest('get-range-by-id', './tests/get-range-by-id');
importTest('get-resource', './tests/get-resource');
importTest('herbal', './tests/herbal');
importTest('horriblemurders', './tests/horriblemurders');
importTest('https', './tests/https');
importTest('illustrationsofchina', './tests/illustrationsofchina');
importTest('items-not-sequence', './tests/items-not-sequence');
importTest('LabelValuePair', './tests/LabelValuePair.test');
importTest('LanguageMap', './tests/LanguageMap.test');
importTest('logo', './tests/logo');
// importTest('lunchroommanners', './tests/lunchroommanners');
// importTest('manifest-with-thumbnail', './tests/manifest-with-thumbnail');
// importTest('members-collection', './tests/members-collection');
// importTest('members-ranges', './tests/members-ranges');
// importTest('members', './tests/members');
// importTest('multi-value-range-metadata', './tests/multi-value-range-metadata');
// importTest('nested', './tests/nested');
// importTest('nga-highlights', './tests/nga-highlights');
// importTest('no-nav-ranges', './tests/no-nav-ranges');
// importTest('plato', './tests/plato');
// importTest('poster-canvas', './tests/poster-canvas');
// importTest('potterselectric', './tests/potterselectric');
// importTest('pres3-3d', './tests/pres3-3d');
// importTest('pres3-av-basic', './tests/pres3-av-basic');
// importTest('pres3-collection', './tests/pres3-collection');
// importTest('pres3-collection2', './tests/pres3-collection2');
// importTest('pres3-collection3', './tests/pres3-collection3');
// importTest('pres3-collection4', './tests/pres3-collection4');
// importTest('pres3-pdf', './tests/pres3-pdf');
importTest('lunchroommanners', './tests/lunchroommanners');
importTest('manifest-with-thumbnail', './tests/manifest-with-thumbnail');
importTest('members-collection', './tests/members-collection');
importTest('members-ranges', './tests/members-ranges');
importTest('members', './tests/members');
importTest('multi-value-range-metadata', './tests/multi-value-range-metadata');
importTest('nested', './tests/nested');
importTest('nga-highlights', './tests/nga-highlights');
importTest('no-nav-ranges', './tests/no-nav-ranges');
importTest('plato', './tests/plato');
importTest('poster-canvas', './tests/poster-canvas');
importTest('potterselectric', './tests/potterselectric');
importTest('pres3-3d', './tests/pres3-3d');
importTest('pres3-av-basic', './tests/pres3-av-basic');
importTest('pres3-collection', './tests/pres3-collection');
importTest('pres3-collection2', './tests/pres3-collection2');
importTest('pres3-collection3', './tests/pres3-collection3');
importTest('pres3-collection4', './tests/pres3-collection4');
importTest('pres3-pdf', './tests/pres3-pdf');
importTest('pres3', './tests/pres3');
// importTest('presentation2-paging', './tests/presentation2-paging');
// importTest('presentation3-paging', './tests/presentation3-paging');
// importTest('PropertyValue', './tests/PropertyValue.test')
// importTest('pseudoalbert', './tests/pseudoalbert');
// importTest('qatarrighttoleft', './tests/qatarrighttoleft');
// importTest('querystring', './tests/querystring');
// importTest('required-statement', './tests/required-statement');
// // importTest('rhul', './tests/rhul');
// importTest('riksarkivetlarge', './tests/riksarkivetlarge');
// importTest('scroll', './tests/scroll');
importTest('presentation2-paging', './tests/presentation2-paging');
importTest('presentation3-paging', './tests/presentation3-paging');
importTest('PropertyValue', './tests/PropertyValue.test')
importTest('pseudoalbert', './tests/pseudoalbert');
importTest('qatarrighttoleft', './tests/qatarrighttoleft');
importTest('querystring', './tests/querystring');
importTest('required-statement', './tests/required-statement');
// importTest('rhul', './tests/rhul');
importTest('riksarkivetlarge', './tests/riksarkivetlarge');
importTest('scroll', './tests/scroll');
// importTest('static-thumbs', './tests/static-thumbs');
// importTest('storyofwellcome', './tests/storyofwellcome');
// importTest('string', './tests/string');
// importTest('tankeryshouse', './tests/tankeryshouse');
// importTest('translations', './tests/translations');
// importTest('witnesstopeter', './tests/witnesstopeter');
// importTest('Utils', './tests/Utils.test');
importTest('storyofwellcome', './tests/storyofwellcome');
importTest('string', './tests/string');
importTest('tankeryshouse', './tests/tankeryshouse');
importTest('translations', './tests/translations');
importTest('witnesstopeter', './tests/witnesstopeter');
importTest('Utils', './tests/Utils.test');

0 comments on commit b7221b4

Please sign in to comment.