aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/core
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/core')
-rw-r--r--tests/unit/core/core.html2
-rw-r--r--tests/unit/core/core_deprecated.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html
index fd472d64a..33576c051 100644
--- a/tests/unit/core/core.html
+++ b/tests/unit/core/core.html
@@ -11,7 +11,7 @@
<script src="../testsuite.js"></script>
<script>
TestHelpers.loadResources({
- js: [ "ui/jquery.ui.core.js" ]
+ js: [ "ui/core.js" ]
});
</script>
diff --git a/tests/unit/core/core_deprecated.html b/tests/unit/core/core_deprecated.html
index d9c41ca39..e29e55b2b 100644
--- a/tests/unit/core/core_deprecated.html
+++ b/tests/unit/core/core_deprecated.html
@@ -11,7 +11,7 @@
<script src="../testsuite.js"></script>
<script>
TestHelpers.loadResources({
- js: [ "ui/jquery.ui.core.js" ]
+ js: [ "ui/core.js" ]
});
</script>