diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-08-01 12:25:14 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-08-01 12:25:14 -0400 |
commit | c017628e11d382bf5844e93a28d5367d871986cc (patch) | |
tree | e766aea72688af2e3a732aaac9ef92da69c4a30d /tests/unit/core | |
parent | 06fe70b10af3e75837545c019d23029fe331f433 (diff) | |
download | jquery-ui-c017628e11d382bf5844e93a28d5367d871986cc.tar.gz jquery-ui-c017628e11d382bf5844e93a28d5367d871986cc.zip |
Tests: Fix composite tests
Diffstat (limited to 'tests/unit/core')
-rw-r--r-- | tests/unit/core/all.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/all.html b/tests/unit/core/all.html index 518ada766..fc8d2eadb 100644 --- a/tests/unit/core/all.html +++ b/tests/unit/core/all.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Core Test Suite</title> - <script src="../../../jquery.js"></script> + <script src="../../../external/jquery/jquery.js"></script> <link rel="stylesheet" href="../../../external/qunit/qunit.css"> <link rel="stylesheet" href="../qunit-composite.css"> |