From 4bab6b7e5d4f6454e5293c3b403fded397f93610 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 22 Nov 2011 15:41:33 +0100 Subject: Splitting basic widgets into visual widgets and fields https://fedorahosted.org/freeipa/ticket/2040 --- install/ui/test/details_tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/test/details_tests.js') diff --git a/install/ui/test/details_tests.js b/install/ui/test/details_tests.js index 80136649b..333464232 100644 --- a/install/ui/test/details_tests.js +++ b/install/ui/test/details_tests.js @@ -142,7 +142,7 @@ test("Testing details lifecycle: create, load.", function(){ } function test_widget(spec){ - var widget = IPA.widget(spec); + var widget = IPA.input_widget(spec); widget.load = function(record) { load_called = true; -- cgit