summaryrefslogtreecommitdiffstats
path: root/install/ui/test/jsl.conf
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/jsl.conf
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/jsl.conf')
-rw-r--r--install/ui/test/jsl.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/test/jsl.conf b/install/ui/test/jsl.conf
index 4654b714f..768a295f1 100644
--- a/install/ui/test/jsl.conf
+++ b/install/ui/test/jsl.conf
@@ -146,4 +146,5 @@
+process ipa_tests.js
+process ordered_map_tests.js
+process widget_tests.js
-+process ip_tests.js \ No newline at end of file
++process ip_tests.js
++process utils_tests.js \ No newline at end of file