> @@ -43,6 +47,24 @@
>
> private String name = getClass().getSimpleName();
>
> + public void testCreateWithOptions() throws Exception {
> + for (String regionId : regions) {
> + ImmutableMultimap<String, String> headers =
> ImmutableMultimap.of(SwiftHeaders.STATIC_WEB_INDEX, "__index.html",
> SwiftHeaders.STATIC_WEB_ERROR, "__error.html");Wrap this line? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/107/files#r13035220
