summaryrefslogtreecommitdiffstats
path: root/install/static/test/association_tests.html
Commit message (Collapse)AuthorAgeFilesLines
* rename static to uiAdam Young2011-01-201-23/+0
| | | | Directory rename
* Host certificate managementEndi S. Dewata2010-10-201-1/+1
| | | | | | | | | | | | | | | The service certificate management UI has been generalized and moved into certificate.js. The host details page is now using the same code to manage certificates. The host.py has been modified to return host certificate info. The Get/Revoke/View buttons behavior has been modified such that they are visible only if there is a valid certificate. The Get dialog box has been fixed to show the correct certificate header and footer. The ipa.css has been modified to store the style of the status bullets. New unit tests for certificate has been added. The test data has been modified to include sample host certificate.
* Test suite for association.Endi Sukma Dewata2010-09-281-0/+23
New test cases have been added to test SerialAssociator and BulkAssociator using mockup objects. Also fixed a bug in BulkAssociator. Moved switch_view() out of ipa_entity_generate_views() in entity.js to allow unit testing using mockup objects. Updated the test case to validate click event on facets.