summaryrefslogtreecommitdiffstats
path: root/install/ui/test/utils_tests.html
Commit message (Collapse)AuthorAgeFilesLines
* Change tests to use AMD loaderPetr Vobornik2013-01-181-8/+10
| | | | | | Test were modified accordingly to AMD changes. https://fedorahosted.org/freeipa/ticket/112
* Fix integer validation when boundary value is empty stringPetr Vobornik2012-09-191-0/+24
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