From 0cd17abafda4646c50ec31aee661804f544201b8 Mon Sep 17 00:00:00 2001 From: Aiosa <469130@mail.muni.cz> Date: Fri, 18 Oct 2024 14:40:54 +0200 Subject: [PATCH] Clean up old comments in a test. --- test/modules/type-conversion.js | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/test/modules/type-conversion.js b/test/modules/type-conversion.js index 07fa1213..4ca56cdc 100644 --- a/test/modules/type-conversion.js +++ b/test/modules/type-conversion.js @@ -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'); - // }); - })();