Community
Participate
Working Groups
The test fails on our build machine, but is fine locally on Win XP.
This failure is a little bit strange, because few tests ahead in testUpdateUsers we have exactly the same code that didn't fail. Those are the situations that may trigger 400 error for this request: * User login not specified * User store is not available * User login already exists * User rights could not be added (CoreException) Nothing really platform-specific. User login is obtained based on system current time. Maybe there was some time condition and user with he same user name was created before. I'm 80% sure that the test won't fail with the next build, but if it will I committed changes to test that will log some more information from the response that will allow to determine where did the problem came from.
(In reply to comment #1) > I'm 80% sure that the test won't fail with the next build [...] ... and it didn't. See http://download.eclipse.org/e4/orion/drops/N20110408-1035 and later build results.