summaryrefslogtreecommitdiffstats
path: root/install/ui/test/widget_tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/widget_tests.js')
-rw-r--r--install/ui/test/widget_tests.js12
1 files changed, 4 insertions, 8 deletions
diff --git a/install/ui/test/widget_tests.js b/install/ui/test/widget_tests.js
index 7ed93608..17ee1543 100644
--- a/install/ui/test/widget_tests.js
+++ b/install/ui/test/widget_tests.js
@@ -18,6 +18,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+define(['freeipa/ipa', 'freeipa/jquery', 'freeipa/field', 'freeipa/widget',
+ 'freeipa/entity'],
+ function(IPA, $) { return function() {
var widget_container;
var widget;
@@ -350,11 +353,4 @@ test("IPA.radio_widget" ,function(){
});
-
-
-
-
-
-
-
-
+};}); \ No newline at end of file