From 26166deb0c3a9938eeb94725705d49d259aa6e70 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 11 Sep 2012 13:52:10 +0200 Subject: 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 --- install/ui/test/utils_tests.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 install/ui/test/utils_tests.html (limited to 'install/ui/test/utils_tests.html') diff --git a/install/ui/test/utils_tests.html b/install/ui/test/utils_tests.html new file mode 100644 index 00000000..5b81cc35 --- /dev/null +++ b/install/ui/test/utils_tests.html @@ -0,0 +1,24 @@ + + + + IPA utils test suite + + + + + + + + + + + + +

IPA utils test suite

+

+
+

+
    +
    + + \ No newline at end of file -- cgit