aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/dialog
diff options
context:
space:
mode:
Diffstat (limited to 'tests/visual/dialog')
-rw-r--r--tests/visual/dialog/animated.html2
-rw-r--r--tests/visual/dialog/complex-dialogs.html2
-rw-r--r--tests/visual/dialog/form.html2
-rw-r--r--tests/visual/dialog/performance.html2
-rw-r--r--tests/visual/dialog/stacking.html2
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/visual/dialog/animated.html b/tests/visual/dialog/animated.html
index 454ed75e3..06c46fc86 100644
--- a/tests/visual/dialog/animated.html
+++ b/tests/visual/dialog/animated.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Dialog Visual Test</title>
<link rel="stylesheet" href="../../../themes/base/all.css">
- <script src="../../../jquery.js"></script>
+ <script src="../../../external/jquery/jquery.js"></script>
<script src="../../../ui/core.js"></script>
<script src="../../../ui/widget.js"></script>
<script src="../../../ui/mouse.js"></script>
diff --git a/tests/visual/dialog/complex-dialogs.html b/tests/visual/dialog/complex-dialogs.html
index d3986e5d0..0a9c8c47e 100644
--- a/tests/visual/dialog/complex-dialogs.html
+++ b/tests/visual/dialog/complex-dialogs.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Dialog Visual Test</title>
<link rel="stylesheet" href="../../../themes/base/all.css">
- <script src="../../../jquery.js"></script>
+ <script src="../../../external/jquery/jquery.js"></script>
<script src="../../../ui/core.js"></script>
<script src="../../../ui/widget.js"></script>
<script src="../../../ui/mouse.js"></script>
diff --git a/tests/visual/dialog/form.html b/tests/visual/dialog/form.html
index ec5e327c8..eab41cdbe 100644
--- a/tests/visual/dialog/form.html
+++ b/tests/visual/dialog/form.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Dialog Visual Test</title>
<link rel="stylesheet" href="../../../themes/base/all.css">
- <script src="../../../jquery.js"></script>
+ <script src="../../../external/jquery/jquery.js"></script>
<script src="../../../ui/core.js"></script>
<script src="../../../ui/widget.js"></script>
<script src="../../../ui/mouse.js"></script>
diff --git a/tests/visual/dialog/performance.html b/tests/visual/dialog/performance.html
index a66064a82..37ff93238 100644
--- a/tests/visual/dialog/performance.html
+++ b/tests/visual/dialog/performance.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Dialog Visual Test - Modal Dialog in Large DOM</title>
<link rel="stylesheet" href="../../../themes/base/all.css">
- <script src="../../../jquery.js"></script>
+ <script src="../../../external/jquery/jquery.js"></script>
<script src="../../../ui/core.js"></script>
<script src="../../../ui/position.js"></script>
<script src="../../../ui/widget.js"></script>
diff --git a/tests/visual/dialog/stacking.html b/tests/visual/dialog/stacking.html
index 1d25fd9d3..5b0030dc0 100644
--- a/tests/visual/dialog/stacking.html
+++ b/tests/visual/dialog/stacking.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Dialog Visual Test</title>
<link rel="stylesheet" href="../../../themes/base/all.css">
- <script src="../../../jquery.js"></script>
+ <script src="../../../external/jquery/jquery.js"></script>
<script src="../../../ui/core.js"></script>
<script src="../../../ui/widget.js"></script>
<script src="../../../ui/mouse.js"></script>