diff options
Diffstat (limited to 'install/ui/test/association_tests.js')
-rw-r--r-- | install/ui/test/association_tests.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install/ui/test/association_tests.js b/install/ui/test/association_tests.js index 547ca9f8b..40daacee8 100644 --- a/install/ui/test/association_tests.js +++ b/install/ui/test/association_tests.js @@ -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; }); + +};});
\ No newline at end of file |