update control group tests to use amd

This commit is contained in:
John Bender 2011-12-20 23:06:40 -08:00 committed by scottjehl
parent 86c050c2a0
commit 7e2ba55323

View file

@ -7,14 +7,26 @@
<script src="../../../js/jquery.js"></script>
<script src="../jquery.setNameSpace.js"></script>
<script src="../../../js/"></script>
<script src="../../../tests/jquery.testHelper.js"></script>
<script src="../../../external/qunit.js"></script>
<script src="../../../external/require.js"></script>
<script>
$.testHelper.asyncLoad([
[
"jquery.mobile.controlGroup",
"jquery.mobile.forms.checkboxradio",
"jquery.mobile.fieldContain",
"jquery.mobile.page.sections"
],
[ "jquery.mobile.init" ],
[
"controlgroup_core"
]
]);
</script>
<link rel="stylesheet" href="../../../css/themes/default/"/>
<link rel="stylesheet" href="../../../external/qunit.css"/>
<script src="../../../external/qunit.js"></script>
<script src="controlgroup_core.js"></script>
<script src="../swarminject.js"></script>
</head>