summaryrefslogtreecommitdiffstats
path: root/install/ui/test/all_tests.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/all_tests.html
parente39a109060ce8b92919c00aebd83a682a039d9b5 (diff)
downloadfreeipa.git-26166deb0c3a9938eeb94725705d49d259aa6e70.tar.gz
freeipa.git-26166deb0c3a9938eeb94725705d49d259aa6e70.tar.xz
freeipa.git-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/all_tests.html')
-rw-r--r--install/ui/test/all_tests.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/test/all_tests.html b/install/ui/test/all_tests.html
index 5a5eae54..e9061b6c 100644
--- a/install/ui/test/all_tests.html
+++ b/install/ui/test/all_tests.html
@@ -32,6 +32,7 @@
<script type="text/javascript" src="aci_tests.js"></script>
<script type="text/javascript" src="widget_tests.js"></script>
<script type="text/javascript" src="ip_tests.js"></script>
+ <script type="text/javascript" src="utils_tests.js"></script>
</head>
<body>
<h1 id="qunit-header">Complete Test Suite</h1>