summaryrefslogtreecommitdiffstats
path: root/install/ui/test/association_tests.js
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:08:06 +0000
commitf98b05a331a0f346c51de8081320a2165f50402f (patch)
tree80c3378b4f09d4bd76b3a44a989dd77d54e6ff8a /install/ui/test/association_tests.js
parent109b79a7acf871b28e5b4cce2fd3b119f0fdd249 (diff)
downloadfreeipa-f98b05a331a0f346c51de8081320a2165f50402f.tar.gz
freeipa-f98b05a331a0f346c51de8081320a2165f50402f.tar.xz
freeipa-f98b05a331a0f346c51de8081320a2165f50402f.zip
Show error in adding associations
https://fedorahosted.org/freeipa/ticket/1628
Diffstat (limited to 'install/ui/test/association_tests.js')
-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;