Fix the package for QemuImgFileTest, set it to org.apache.cloudstack
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9a9cf3aa Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9a9cf3aa Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9a9cf3aa Branch: refs/heads/qemu-img Commit: 9a9cf3aa0f02ec0060de305a741e56cdc62347eb Parents: 3543a8e Author: Wido den Hollander <[email protected]> Authored: Sat Feb 16 16:02:08 2013 +0100 Committer: Wido den Hollander <[email protected]> Committed: Sat Feb 16 16:02:08 2013 +0100 ---------------------------------------------------------------------- .../cloudstack/utils/qemu/QemuImgFileTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9a9cf3aa/utils/test/org/apache/cloudstack/utils/qemu/QemuImgFileTest.java ---------------------------------------------------------------------- diff --git a/utils/test/org/apache/cloudstack/utils/qemu/QemuImgFileTest.java b/utils/test/org/apache/cloudstack/utils/qemu/QemuImgFileTest.java index bb30868..761113f 100644 --- a/utils/test/org/apache/cloudstack/utils/qemu/QemuImgFileTest.java +++ b/utils/test/org/apache/cloudstack/utils/qemu/QemuImgFileTest.java @@ -14,7 +14,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. -package com.cloud.utils; +package org.apache.cloudstack.utils.qemu; import org.junit.Test; import static org.junit.Assert.assertEquals;
