From cf0059daa5ac5dde245d4f72dfc978a8982f2b97 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Wed, 19 Nov 2014 16:52:33 -0800 Subject: [PATCH] Reorganized test folder --- test/coverage.html | 28 ++++++++++++------------- test/{ => helpers}/legacy.mouse.shim.js | 0 test/{ => helpers}/test.css | 0 test/{ => helpers}/test.js | 0 test/{ => modules}/basic.js | 0 test/{ => modules}/controls.js | 0 test/{ => modules}/multi-image.js | 0 test/{ => modules}/navigator.js | 0 test/{ => modules}/overlays.js | 0 test/{ => modules}/polyfills.js | 0 test/{ => modules}/strings.js | 0 test/{ => modules}/units.js | 0 test/{ => modules}/utils.js | 0 test/test.html | 28 ++++++++++++------------- 14 files changed, 28 insertions(+), 28 deletions(-) rename test/{ => helpers}/legacy.mouse.shim.js (100%) rename test/{ => helpers}/test.css (100%) rename test/{ => helpers}/test.js (100%) rename test/{ => modules}/basic.js (100%) rename test/{ => modules}/controls.js (100%) rename test/{ => modules}/multi-image.js (100%) rename test/{ => modules}/navigator.js (100%) rename test/{ => modules}/overlays.js (100%) rename test/{ => modules}/polyfills.js (100%) rename test/{ => modules}/strings.js (100%) rename test/{ => modules}/units.js (100%) rename test/{ => modules}/utils.js (100%) diff --git a/test/coverage.html b/test/coverage.html index ee23c1c5..07ab4d7f 100644 --- a/test/coverage.html +++ b/test/coverage.html @@ -5,7 +5,7 @@ OpenSeadragon QUnit - +
@@ -49,28 +49,28 @@ - - + + - - - - - - - - - - + + + + + + + + + + - + diff --git a/test/legacy.mouse.shim.js b/test/helpers/legacy.mouse.shim.js similarity index 100% rename from test/legacy.mouse.shim.js rename to test/helpers/legacy.mouse.shim.js diff --git a/test/test.css b/test/helpers/test.css similarity index 100% rename from test/test.css rename to test/helpers/test.css diff --git a/test/test.js b/test/helpers/test.js similarity index 100% rename from test/test.js rename to test/helpers/test.js diff --git a/test/basic.js b/test/modules/basic.js similarity index 100% rename from test/basic.js rename to test/modules/basic.js diff --git a/test/controls.js b/test/modules/controls.js similarity index 100% rename from test/controls.js rename to test/modules/controls.js diff --git a/test/multi-image.js b/test/modules/multi-image.js similarity index 100% rename from test/multi-image.js rename to test/modules/multi-image.js diff --git a/test/navigator.js b/test/modules/navigator.js similarity index 100% rename from test/navigator.js rename to test/modules/navigator.js diff --git a/test/overlays.js b/test/modules/overlays.js similarity index 100% rename from test/overlays.js rename to test/modules/overlays.js diff --git a/test/polyfills.js b/test/modules/polyfills.js similarity index 100% rename from test/polyfills.js rename to test/modules/polyfills.js diff --git a/test/strings.js b/test/modules/strings.js similarity index 100% rename from test/strings.js rename to test/modules/strings.js diff --git a/test/units.js b/test/modules/units.js similarity index 100% rename from test/units.js rename to test/modules/units.js diff --git a/test/utils.js b/test/modules/utils.js similarity index 100% rename from test/utils.js rename to test/modules/utils.js diff --git a/test/test.html b/test/test.html index 5e4c617d..48773e1a 100644 --- a/test/test.html +++ b/test/test.html @@ -5,7 +5,7 @@ OpenSeadragon QUnit - +
@@ -15,27 +15,27 @@ - - + + - - - - - - - - - - + + + + + + + + + + - +