Skip to content

Commit 9a20b6b

Browse files
committed
Calendar: Adjust files to match reorganization of external directory
1 parent f199f14 commit 9a20b6b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

tests/unit/date/all.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8">
5-
<title>jQuery UI Date Test Suite</title>
4+
<meta charset="utf-8">
5+
<title>jQuery UI Date Test Suite</title>
66

7-
<script src="../../../jquery-1.10.2.js"></script>
7+
<script src="../../../jquery.js"></script>
88

9-
<link rel="stylesheet" href="../../../external/qunit.css">
10-
<link rel="stylesheet" href="../qunit-composite.css">
11-
<script src="../../../external/qunit.js"></script>
12-
<script src="../qunit-composite.js"></script>
13-
<script src="../subsuite.js"></script>
9+
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
10+
<link rel="stylesheet" href="../qunit-composite.css">
11+
<script src="../../../external/qunit/qunit.js"></script>
12+
<script src="../qunit-composite.js"></script>
13+
<script src="../subsuite.js"></script>
1414

15-
<script>
16-
testAllVersions( "date" );
17-
</script>
15+
<script>
16+
testAllVersions( "date" );
17+
</script>
1818
</head>
1919
<body>
2020

tests/unit/date/date.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<title>jQuery UI Date Test Suite</title>
66

77
<script src="../../jquery.js"></script>
8-
<link rel="stylesheet" href="../../../external/qunit.css">
9-
<script src="../../../external/qunit.js"></script>
8+
<link rel="stylesheet" href="../../../external/qunit/qunit.css">
9+
<script src="../../../external/qunit/qunit.js"></script>
1010
<script src="../../jquery.simulate.js"></script>
1111
<script src="../testsuite.js"></script>
1212
<script>
1313
TestHelpers.loadResources({
1414
js: [
15-
"external/globalize.js",
15+
"external/globalize/globalize.js",
1616
"external/localization.js",
1717
"external/date.js"
1818
]

0 commit comments

Comments
 (0)