Show error in adding associations

https://fedorahosted.org/freeipa/ticket/1628
This commit is contained in:
Petr Vobornik
2011-08-17 15:06:41 +02:00
committed by Endi S. Dewata
parent 109b79a7ac
commit f98b05a331
2 changed files with 93 additions and 23 deletions

View File

@@ -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;