summaryrefslogtreecommitdiffstats
path: root/install/ui/test/ipa_tests.html
Commit message (Collapse)AuthorAgeFilesLines
* Change tests to use AMD loaderPetr Vobornik2013-01-181-10/+10
| | | | | | Test were modified accordingly to AMD changes. https://fedorahosted.org/freeipa/ticket/112
* Refactored entity object resolution.Endi S. Dewata2011-12-211-1/+0
| | | | | | | | | | | | | The IPA.get_entity() has been modified to accept either entity name or entity object. If it receives an entity object it will return the object itself. Otherwise, it will resolve the name in the entity registry. The other_entity variables have been modified to store a reference to the entity object instead of its name. The test cases have been modified to use real entity objects instead of just the names. Ticket #2042
* Fixed unit tests after widget refactoringPetr Vobornik2011-12-051-0/+1
| | | | https://fedorahosted.org/freeipa/ticket/2040
* Fixed dependency problem in UI test.Endi S. Dewata2011-10-201-0/+2
|
* Fixed adding host without DNS reverse zonePetr Vobornik2011-08-051-0/+1
| | | | | | | | | | https://fedorahosted.org/freeipa/ticket/1481 Shows status dialog instead of error dialog (error 4304 is treated like success). Refactored error dialog. Added generic message dialog (IPA.message_dialog) Modified core tests to work with dialog.
* jQuery ordered map.Endi S. Dewata2011-05-201-0/+1
| | | | | | | | | The ordered map is a jQuery extension for creating a collection which can be accessed both as an ordered list and as a map. This collection can be used to store various objects including entities, fields, columns, and dialogs. A test suite for this class has been added as well. Ticket #1232
* rename static to uiAdam Young2011-01-201-0/+23
Directory rename