aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-01-10 21:40:03 -0500
committerScott González <scott.gonzalez@gmail.com>2011-01-10 21:40:03 -0500
commit392d79f2fed7e30a8454103763db3cd4d3168ccf (patch)
tree7f2797402e2096099cfd08cd174e0580ec9d79fe /tests
parent16692ed5f0aec298e359e23b524a6dcca3df02eb (diff)
downloadjquery-ui-392d79f2fed7e30a8454103763db3cd4d3168ccf.tar.gz
jquery-ui-392d79f2fed7e30a8454103763db3cd4d3168ccf.zip
Fixed broken reference to theme file.
Diffstat (limited to 'tests')
-rw-r--r--tests/visual/tooltip/callout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/visual/tooltip/callout.html b/tests/visual/tooltip/callout.html
index fa8b011ef..932663b6f 100644
--- a/tests/visual/tooltip/callout.html
+++ b/tests/visual/tooltip/callout.html
@@ -3,7 +3,7 @@
<head>
<title>Tooltip Visual Test: Default</title>
<link rel="stylesheet" href="../visual.css" type="text/css" />
- <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css">
+ <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
<script type="text/javascript" src="../../../jquery-1.4.4.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>