From f98b05a331a0f346c51de8081320a2165f50402f Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 17 Aug 2011 15:06:41 +0200 Subject: Show error in adding associations https://fedorahosted.org/freeipa/ticket/1628 --- install/ui/test/association_tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/test/association_tests.js') diff --git a/install/ui/test/association_tests.js b/install/ui/test/association_tests.js index 769355ae..1cdc17cc 100644 --- a/install/ui/test/association_tests.js +++ b/install/ui/test/association_tests.js @@ -60,7 +60,7 @@ test("Testing serial_associator().", function() { 'Checking IPA.command() parameter: primary key' ); - that.on_success(); + that.on_success({}); }; return that; @@ -115,7 +115,7 @@ test("Testing bulk_associator().", function() { 'Checking IPA.command() parameter: options[\""+params.other_entity+"\"]' ); - that.on_success(); + that.on_success({}); }; return that; -- cgit