Github user GERey commented on the pull request:
https://github.com/apache/incubator-usergrid/pull/46#issuecomment-52973625
Thanks, that fixed that problem. While running the tests I also noticed
that UserResourceIT.nameUpdate was also failing. This is the error that I'm
seeing
com.sun.jersey.api.client.UniformInterfaceException: PUT
http://localhost:10005/test-organization/test-app/users/usernameb2dd4590-296c-11e4-a107-41adc6397962?access_token=YWMtsrMBXilsEeS_ZX1IJiWvkQAAAUgeLUNUJz3s0d1RAscfIxGhp2HVVn5B4hs
returned a response status of 400 Bad Request
at com.sun.jersey.api.client.WebResource.handle(WebResource.java:688)
at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at
com.sun.jersey.api.client.WebResource$Builder.put(WebResource.java:539)
at
org.apache.usergrid.rest.applications.users.UserResourceIT.nameUpdate(UserResourceIT.java:809)
I'm pretty sure this is the last failure that needs to be fixed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---