Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename factory to $factory in spec objects modifications | Petr Vobornik | 2013-05-06 | 1 | -1/+1 |
| | | | | https://fedorahosted.org/freeipa/ticket/3235 | ||||
* | Change tests to use AMD loader | Petr Vobornik | 2013-01-18 | 1 | -1/+6 |
| | | | | | | Test were modified accordingly to AMD changes. https://fedorahosted.org/freeipa/ticket/112 | ||||
* | Fix integer validation when boundary value is empty string | Petr Vobornik | 2012-09-19 | 1 | -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 |