summaryrefslogtreecommitdiffstats
path: root/install/ui/test/utils_tests.html
Commit message (Collapse)AuthorAgeFilesLines
* webui: fix unit testsPetr Vobornik2014-03-201-2/+0
| | | | | | | | UI unit tests were broken since main RCUE work. This patch fixes them all except aci, which will be fixed along with update of aci UI. Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com> Reviewed-By: Petr Viktorin <pviktori@redhat.com>
* 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