mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Change tests to use AMD loader
Test were modified accordingly to AMD changes. https://fedorahosted.org/freeipa/ticket/112
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
define(['freeipa/ipa', 'freeipa/jquery', 'freeipa/association', 'freeipa/entity'], function(IPA, $) {
|
||||
return function() {
|
||||
|
||||
module('association');
|
||||
|
||||
|
||||
@@ -135,3 +139,5 @@ test("Testing bulk_associator().", function() {
|
||||
|
||||
IPA.command = orig_ipa_command;
|
||||
});
|
||||
|
||||
};});
|
||||
Reference in New Issue
Block a user