| Summary: | [server] testCreateProjectWithURLAsName fails | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anthony Hunter <ahunter.eclipse> |
| Component: | Server | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 4.0 | ||
| Target Milestone: | 5.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Anthony Hunter
The tests tried to run in alphabetical order and if the previous test did something like create a user, the next test tried to run with he same user. This is too hard to maintain, so I have gone back to each test being independent, which is how I think we are supposed to write the tests anyway. Fixed with commit: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=0f844927e4053da99c4530a344646ffd462088c5 |