> @@ -87,7 +87,9 @@ public void testListContainers() throws Exception {
>     public void testCreateContainer() throws Exception {
>        boolean created = false;
>        while (!created) {
> -         privateContainer = prefix + new SecureRandom().nextInt();
> +
> +         privateContainer = (CONTAINER_PREFIX + new 
> SecureRandom().nextInt());

Aah.. I missed the ".toLowerCase()" in the declaration of CONTAINER_PREFIX. 
That explains it.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/336/files#r11126006

Reply via email to