Skip to content

Commit a2350aa

Browse files
committed
get some of the qunit functionality back
1 parent a1356c1 commit a2350aa

File tree

4 files changed

+9
-24
lines changed

4 files changed

+9
-24
lines changed

tests/unit/listview/index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,8 @@
3636
<script src="../swarminject.js"></script>
3737
</head>
3838
<body>
39-
40-
<h1 id="qunit-header">jQuery Mobile Listview Integration Test</h1>
41-
<h2 id="qunit-banner"></h2>
42-
<h2 id="qunit-userAgent"></h2>
43-
<ol id="qunit-tests">
44-
</ol>
39+
<div id="qunit"></div>
40+
<div id="qunit-fixture"></div>
4541

4642
<!-- Basic Linked view test -->
4743
<div data-nstest-role="page" id='basic-linked-test'>
@@ -462,7 +458,7 @@ <h1>Heading</h1>
462458
<li><a href="index.html">Alex Wickerham</a></li>
463459
<li id="insetlastli"><a href="index.html">Caleb Booth</a></li>
464460
</ul>
465-
</div>
461+
</div>
466462
</div><!-- /content -->
467463
</div>
468464

tests/unit/listview/nested-tests.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,8 @@
3535
<script src="../swarminject.js"></script>
3636
</head>
3737
<body>
38-
39-
<h1 id="qunit-header">jQuery Mobile Listview Integration Test</h1>
40-
<h2 id="qunit-banner"></h2>
41-
<h2 id="qunit-userAgent"></h2>
42-
<ol id="qunit-tests">
43-
</ol>
38+
<div id="qunit"></div>
39+
<div id="qunit-fixture"></div>
4440

4541
<!-- Basic Linked view test -->
4642
<div data-nstest-role="page" id='basic-linked-test'>

tests/unit/navigation/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@
2323
<script src="../swarminject.js"></script>
2424
</head>
2525
<body>
26-
27-
<h1 id="qunit-header">jQuery Mobile Navigation Test Suite</h1>
28-
<h2 id="qunit-banner"></h2>
29-
<h2 id="qunit-userAgent"></h2>
30-
<ol id="qunit-tests">
31-
</ol>
26+
<div id="qunit"></div>
27+
<div id="qunit-fixture"></div>
3228

3329
<div id="harmless-default-page" data-nstest-role="page" class="first-page">
3430
</div>

tests/unit/select/cached-tests.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@
2828
<script src="../swarminject.js"></script>
2929
</head>
3030
<body>
31+
<div id="qunit"></div>
32+
<div id="qunit-fixture"></div>
3133

32-
<h1 id="qunit-header">jQuery Mobile Select Event Test Suite</h1>
33-
<h2 id="qunit-banner"></h2>
34-
<h2 id="qunit-userAgent"></h2>
35-
<ol id="qunit-tests">
36-
</ol>
3734
<div id="default" data-nstest-role="page"></div>
3835
</body>
3936
</html>

0 commit comments

Comments
 (0)