Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Sequence tests: Move from asyncLoad to including all of jQM - REVERT …
Browse files Browse the repository at this point in the history
…this commit to test why there is a JS error otherwise
  • Loading branch information
Gabriel Schulhof committed Dec 11, 2012
1 parent 744e620 commit d74133c
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions tests/unit/navigation/sequence-tests/sequence-tests.html
Expand Up @@ -4,36 +4,21 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Sequence Test Suite</title>
<script src="../../../../external/requirejs/require.js"></script>

<script src="../../../../js/jquery.tag.inserter.js"></script>
<script src="../../jquery.setNameSpace.js"></script>
<script src="../../../../tests/jquery.testHelper.js"></script>
<script>
$(document).bind('mobileinit',function(){
// Expect content to inherit this theme when not explicitly set
$.mobile.page.prototype.options.contentTheme = "d";
});
</script>
<script src="../../jquery.setNameSpace.js"></script>
<script src="../../../jquery.testHelper.js"></script>
<script src="../../../../external/qunit.js"></script>
<script>
$.testHelper.asyncLoad([
[
"widgets/dialog",
"widgets/page",
"widgets/page.sections",
"widgets/popup"
],
[ "jquery.mobile.init" ],
[
"sequence_tests.js"
]
], "../../../../js");
</script>


<script src="../../../../js/"></script>
<link rel="stylesheet" href="../../../../css/themes/default/jquery.mobile.css"/>
<link rel="stylesheet" href="../../../../external/qunit.css"/>

<script src="../../../../external/qunit.js"></script>
<script src="sequence_tests.js"></script>
<script src="../../swarminject.js"></script>
</head>
<body>
Expand Down

0 comments on commit d74133c

Please sign in to comment.