summaryrefslogtreecommitdiffstats
path: root/install/ui/test/details_tests.js
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/details_tests.js
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/details_tests.js')
-rw-r--r--install/ui/test/details_tests.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/install/ui/test/details_tests.js b/install/ui/test/details_tests.js
index 353fb3ea1..60c899e60 100644
--- a/install/ui/test/details_tests.js
+++ b/install/ui/test/details_tests.js
@@ -121,7 +121,6 @@ test("Testing details lifecycle: create, load.", function(){
method: 'show',
args: ['kfrog'],
on_success: function(data, text_status, xhr) {
- result = data.result.result;
ok(true, "IPA.command() succeeded.");
},
on_error: function(xhr, text_status, error_thrown) {