summaryrefslogtreecommitdiffstats
path: root/install/ui/test/index.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-09-11 13:52:10 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-09-19 11:09:09 +0200
commit26166deb0c3a9938eeb94725705d49d259aa6e70 (patch)
treed4bf0e63a61224de35b6e74b67f471bfb4ea4901 /install/ui/test/index.html
parente39a109060ce8b92919c00aebd83a682a039d9b5 (diff)
downloadfreeipa-26166deb0c3a9938eeb94725705d49d259aa6e70.tar.gz
freeipa-26166deb0c3a9938eeb94725705d49d259aa6e70.tar.xz
freeipa-26166deb0c3a9938eeb94725705d49d259aa6e70.zip
Fix integer validation when boundary value is empty string
There was an error in number validation check. If boundary value was an empty string, validation of a number always failed. This patch fixes the problem by not performing the check in these cases. https://fedorahosted.org/freeipa/ticket/3066
Diffstat (limited to 'install/ui/test/index.html')
-rw-r--r--install/ui/test/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/index.html b/install/ui/test/index.html
index 1b623d40f..0a135188e 100644
--- a/install/ui/test/index.html
+++ b/install/ui/test/index.html
@@ -34,6 +34,7 @@
<li><a href="aci_tests.html">Access Control Interface Test Suite</a>
<li><a href="widget_tests.html">Widget Test Suite</a>
<li><a href="ip_tests.html">IP Addresses Test Suite</a>
+ <li><a href="utils_tests.html">Utils Test Suite</a>
</ul>
</div>