summaryrefslogtreecommitdiffstats
path: root/install/ui/test/jsl.conf
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-12-19 16:14:04 +0100
committerEndi S. Dewata <edewata@redhat.com>2011-12-21 13:13:06 -0600
commit78e93c11f680dd4bc23fd88f520fb333f0119f7f (patch)
tree82b969549fe1e90d271a11cd6b3bc56dbdb0e1fd /install/ui/test/jsl.conf
parent5fc064f13e44812042a617a322bcd6111d2b39b2 (diff)
downloadfreeipa-78e93c11f680dd4bc23fd88f520fb333f0119f7f.tar.gz
freeipa-78e93c11f680dd4bc23fd88f520fb333f0119f7f.tar.xz
freeipa-78e93c11f680dd4bc23fd88f520fb333f0119f7f.zip
Parsing of IPv4 and IPv6 addresses
Added support of parsing and validation of IPv4 and IPv6 addresses. Class IP.address can also create reverse address from any valid IPv4 or IPv6 address. This functionality is needed for tickets: https://fedorahosted.org/freeipa/ticket/1466 https://fedorahosted.org/freeipa/ticket/1975
Diffstat (limited to 'install/ui/test/jsl.conf')
-rw-r--r--install/ui/test/jsl.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/ui/test/jsl.conf b/install/ui/test/jsl.conf
index 470d92896..4654b714f 100644
--- a/install/ui/test/jsl.conf
+++ b/install/ui/test/jsl.conf
@@ -128,6 +128,7 @@
+define equals
+define IPA
+define expect
++define NET
### Files
@@ -144,4 +145,5 @@
+process details_tests.js
+process ipa_tests.js
+process ordered_map_tests.js
-+process widget_tests.js \ No newline at end of file
++process widget_tests.js
++process ip_tests.js \ No newline at end of file