summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-08-17 15:06:41 +0200
committerEndi S. Dewata <edewata@redhat.com>2011-08-24 15:10:01 +0000
commit37cef6f60d41d462ab08fa2fa97b33047948bdcf (patch)
tree6f899b6fa8b9622d21174ace3ae407ba01205fd4 /install/ui/test
parentbe7de56e5d403fb97bcb583f6b7b5dd7e3fb914c (diff)
downloadfreeipa-37cef6f60d41d462ab08fa2fa97b33047948bdcf.tar.gz
freeipa-37cef6f60d41d462ab08fa2fa97b33047948bdcf.tar.xz
freeipa-37cef6f60d41d462ab08fa2fa97b33047948bdcf.zip
Show error in adding associations
https://fedorahosted.org/freeipa/ticket/1628
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/association_tests.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/test/association_tests.js b/install/ui/test/association_tests.js
index 769355ae8..1cdc17ccb 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;