update button core tests to amd

This commit is contained in:
John Bender 2011-12-20 22:23:51 -08:00 committed by scottjehl
parent a4c5d24ce8
commit 5d2dd81e48

View file

@ -7,15 +7,24 @@
<script src="../../../js/jquery.js"></script>
<script src="../jquery.setNameSpace.js"></script>
<script src="../../../js/"></script>
<script src="../../../tests/jquery.testHelper.js"></script>
<link rel="stylesheet" href="../../../css/themes/default/"/>
<link rel="stylesheet" href="../../../external/qunit.css"/>
<script src="../../../external/qunit.js"></script>
<script src="button_core.js"></script>
<script src="../../../external/require.js"></script>
<script>
$.testHelper.asyncLoad([
[
"jquery.mobile.forms.button",
],
[ "jquery.mobile.init" ],
[
"button_core"
]
]);
</script>
<script src="../swarminject.js"></script>
</head>