> jclouds ยป jclouds #232 UNSTABLE

These test failures certainly seem related, although I can't as yet see how. 
They all follow the following pattern:
```
the following request is not configured:
----------------------------------------
PUT http://myhost:8080/auth/foo/bar.txt HTTP/1.1
X-Copy-From: /bar/foo.txt
X-Auth-Token: AUTH_tk36dabe83ca744cc296a98ec46089ec35
----------------------------------------
configured requests:
----------------------------------------
...
----------------------------------------
PUT http://myhost:8080/v1/AUTH_test/foo/bar.txt HTTP/1.1
X-Copy-From: /bar/foo.txt
X-Auth-Token: AUTH_tk36dabe83ca744cc296a98ec46089ec35
]
```
where `v1/AUTH_test` is somehow now no longer being sent...

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/76#issuecomment-21765165

Reply via email to