Use correct package name for CloudFiles tests

Found via error-prone.
This commit is contained in:
Andrew Gaul 2015-12-13 04:27:12 -08:00
parent b47c50b7a5
commit bc41e96c49
2 changed files with 4 additions and 2 deletions

View File

@ -14,8 +14,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jclouds.rackspace.cloudfiles.v1.features;
package org.jclouds.rackspace.cloudfiles.uk.features;
import org.jclouds.rackspace.cloudfiles.v1.features.CloudFilesObjectApiLiveTest;
import org.testng.annotations.Test;
/**

View File

@ -14,8 +14,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jclouds.rackspace.cloudfiles.v1.features;
package org.jclouds.rackspace.cloudfiles.us.features;
import org.jclouds.rackspace.cloudfiles.v1.features.CloudFilesObjectApiLiveTest;
import org.testng.annotations.Test;
/**