update dialog tests to use amd

This commit is contained in:
John Bender 2011-12-21 08:13:24 -08:00 committed by scottjehl
parent a8aa89c470
commit c50b33f89f

View file

@ -13,15 +13,26 @@
});
</script>
<script src="../jquery.setNameSpace.js"></script>
<script src="../../../js/"></script>
<script src="../../../tests/jquery.testHelper.js"></script>
<script src="../../jquery.testHelper.js"></script>
<script src="../../../external/qunit.js"></script>
<script src="../../../external/require.js"></script>
<script>
$.testHelper.asyncLoad([
[
"jquery.mobile.dialog",
"jquery.mobile.page",
"jquery.mobile.page.sections"
],
[ "jquery.mobile.init" ],
[
"dialog_events"
]
]);
</script>
<link rel="stylesheet" href="../../../css/themes/default/"/>
<link rel="stylesheet" href="../../../external/qunit.css"/>
<script src="../../../external/qunit.js"></script>
<script src="dialog_events.js"></script>
<script src="../swarminject.js"></script>
</head>