Opened 12 years ago
Closed 12 years ago
#2166 closed enhancement (fixed)
Simplify execution of web tier test suite
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 2.5 |
Component: | Web API | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The PHP-driven web tier test suite can be improved in the following fashion:
- Add a batch file that can prepare the required environment for running the test suite from the command line
- The PHP test suite should have an option to exclude the mapagent tests (as this requires a setup of a web server, which may be difficult to set up in an automated fashion)
- XML content assertions should not be sensitive to whitespace. These tests only care that the XML content matches.
Note:
See TracTickets
for help on using tickets.
Fixed r7178