summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/service_remove_host.sh
Commit message (Collapse)AuthorAgeFilesLines
* rename static to uiAdam Young2011-01-201-18/+0
| | | | Directory rename
* Test framework for Web UI.Endi Sukma Dewata2010-09-241-0/+18
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.