summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/user_show.json
Commit message (Collapse)AuthorAgeFilesLines
* Remove radius options completely.Simo Sorce2011-01-141-63/+1
| | | | | | | This has been completely abandoned since ipa v1 and is not built by default. Instead of carrying dead weight, let's remove it for now. Fixes: https://fedorahosted.org/freeipa/ticket/761
* sample data with rights and lock valueAdam Young2010-11-081-15/+162
|
* multivalue fixesAdam Young2010-10-151-18/+25
| | | | | | | | | | | | metadata for phone numbers test date for users Undo works for multivalue JQuery UI buttons have custom classes inputs/fields are now managed inside of objects removed the use of .call. as it was confusing the issue of mismatched parameter lists. Fixed the parameter lists, too.
* Test framework for Web UI.Endi Sukma Dewata2010-09-241-0/+71
Test framework for Web UI has been created using qUnit. The test files are located in install/static/test. The main page is index.html which contains links to all test suites (xxx_tests.html). The test cases are stored in xxx_tests.js. All test suites can be executed at once using all_tests.html. The test data is stored in data folder. This patch includes test suites for ipa.js and entity.js. Some variables and functions in ipa.js have been modified to accomodate testing (e.g. JSON URL, error handler, synchronous operation). The sampledata has been moved to test/data. The develop.js and webui.js also have been modified accordingly.