summaryrefslogtreecommitdiffstats
path: root/install/ui/test/utils_tests.js
Commit message (Collapse)AuthorAgeFilesLines
* Rename factory to $factory in spec objects modificationsPetr Vobornik2013-05-061-1/+1
| | | | https://fedorahosted.org/freeipa/ticket/3235
* Change tests to use AMD loaderPetr Vobornik2013-01-181-1/+6
| | | | | | 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/+136
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