update checkboxradio tests to use amd

This commit is contained in:
John Bender 2011-12-20 22:49:16 -08:00 committed by scottjehl
parent eb2cb510ac
commit 3580f2cc70

View file

@ -7,14 +7,23 @@
<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.forms.checkboxradio",
],
[ "jquery.mobile.init" ],
[
"checkboxradio_core"
]
]);
</script>
<link rel="stylesheet" href="../../../css/themes/default/"/>
<link rel="stylesheet" href="../../../external/qunit.css"/>
<script src="../../../external/qunit.js"></script>
<script src="checkboxradio_core.js"></script>
<script src="../swarminject.js"></script>
</head>