summaryrefslogtreecommitdiffstats
path: root/install/ui/test/ip_tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/ip_tests.js')
-rw-r--r--install/ui/test/ip_tests.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/install/ui/test/ip_tests.js b/install/ui/test/ip_tests.js
index 74fe7c2be..f7564e690 100644
--- a/install/ui/test/ip_tests.js
+++ b/install/ui/test/ip_tests.js
@@ -18,6 +18,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+define(['freeipa/ipa', 'freeipa/net'], function(IPA, NET) {
+ return function() {
+
module('ip-addresses',{
setup: function() {
},
@@ -300,4 +303,6 @@ test('Usage - set address.parts, no type', function() {
address.parse();
ok(!address.valid, 'Still invalid');
same(address.type, null, 'Checking type');
-}); \ No newline at end of file
+});
+
+};}); \ No newline at end of file