> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.rackspace.cloudfiles.us;
> +
> +import org.jclouds.providers.internal.BaseProviderMetadataTest;
> +import org.jclouds.rackspace.cloudfiles.us.CloudFilesUSProviderMetadata;
> +import org.jclouds.rackspace.cloudfiles.v1.CloudFilesApiMetadata;
> +import org.testng.annotations.Test;
> +
> +@Test(groups = "unit", testName = "CloudFilesUSProviderTest")
> +public class CloudFilesUSProviderTest extends BaseProviderMetadataTest {
> +   public CloudFilesUSProviderTest() {
> +      super(new CloudFilesUSProviderMetadata(), new CloudFilesApiMetadata());
> +   }
> +}

This potentially more problematic than the JSON file newlines.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/79/files#r9966873

Reply via email to