> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.rackspace.cloudfiles.uk;
> +
> +import org.jclouds.providers.internal.BaseProviderMetadataTest;
> +import org.jclouds.rackspace.cloudfiles.uk.CloudFilesUKProviderMetadata;
> +import org.jclouds.rackspace.cloudfiles.v1.CloudFilesApiMetadata;
> +import org.testng.annotations.Test;
> +
> +@Test(groups = "unit", testName = "CloudFilesUSProviderTest")
> +public class CloudFilesUKProviderTest extends BaseProviderMetadataTest {
> + public CloudFilesUKProviderTest() {
> + super(new CloudFilesUKProviderMetadata(), new CloudFilesApiMetadata());
> + }
> +}
(minor) new lines
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/81/files#r10271859