Clean up old comments in a test.

This commit is contained in:
Aiosa 2024-10-18 14:40:54 +02:00
parent 1e47bd6add
commit 0cd17abafd

View File

@ -386,27 +386,4 @@
"Type not erased immediatelly as we still process the data.");
test.ok(!conversionHappened, "We destroyed cache before conversion finished.");
});
// TODO: The ultimate integration test:
// three items: one plain image data
// one modified image data by two different plugins
// one modified data by custom code that creates its own cache
// QUnit.test('Manual Data Convertors: testing conversion & destruction', function (test) {
// const done = test.async();
//
//
//
// viewer.world.addHandler('add-item', event => {
// waitFor(() => {
// if (event.item._fullyLoaded) {
//
// }
// });
// });
// viewer.open('/test/data/testpattern.dzi');
// });
})();