Skip to content

Commit be575df

Browse files
committed
move method tests into navigation subdirectory
1 parent a9fb71a commit be575df

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

tests/unit/navigation/method-tests.html

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>jQuery Mobile Navigate Method Test Suite</title>
6+
7+
<script src="../../../../external/requirejs/require.js"></script>
8+
<script src="../../../../js/jquery.tag.inserter.js"></script>
9+
<script src="../../../../tests/jquery.testHelper.js"></script>
10+
<script src="../../../../external/qunit.js"></script>
11+
<link rel="stylesheet" href="../../../../../external/qunit.css"/>
12+
<script>
13+
$.testHelper.asyncLoad([
14+
[
15+
"navigation/event",
16+
"navigation/method"
17+
],
18+
[ "method_core.js" ]
19+
], "../../../../js" );
20+
</script>
21+
<script src="../swarminject.js"></script>
22+
</head>
23+
<body>
24+
<div id="qunit"></div>
25+
</body>
26+
</html>
File renamed without changes.

0 commit comments

Comments
 (0)