> @@ -125,6 +138,23 @@ public void 
> testPresentWhenAliasForExtensionMapsToNamespace() throws SecurityExc
>  
>     }
>  
> +   /**
> +    * In devstack and going forward, namespaces are being deprecated. When 
> namespace is missing (or replaced with a
> +    * "fake" /fake namespace), allow matching by name and alias.
> +    *
> +    */
> +   public void testPresentWhenNameSpaceIsMissingAndMatchByNameOrAlias() 
> throws SecurityException, NoSuchMethodException {
> +//      fail("its a no go");
> +      Extension floatingIpsWithFakeNamespace = floatingIps.toBuilder()
> +            .namespace(URI.create("http://docs.openstack.org/ext/fake";))
> +            /*.name("Floating_ips")*/.build();

Remove this one too?

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

Reply via email to