From 9e858270d77d2e770fec8f4b5d547b6e0e0a76eb Mon Sep 17 00:00:00 2001 From: Eric Banks Date: Sun, 19 Jan 2014 02:33:11 -0500 Subject: [PATCH] Moving this test up one level to where it actually belongs. --- .../gatk/walkers/{annotator => }/WalkerTestIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename protected/java/test/org/broadinstitute/sting/gatk/walkers/{annotator => }/WalkerTestIntegrationTest.java (99%) diff --git a/protected/java/test/org/broadinstitute/sting/gatk/walkers/annotator/WalkerTestIntegrationTest.java b/protected/java/test/org/broadinstitute/sting/gatk/walkers/WalkerTestIntegrationTest.java similarity index 99% rename from protected/java/test/org/broadinstitute/sting/gatk/walkers/annotator/WalkerTestIntegrationTest.java rename to protected/java/test/org/broadinstitute/sting/gatk/walkers/WalkerTestIntegrationTest.java index fb15e9835..1e4d6fbf2 100644 --- a/protected/java/test/org/broadinstitute/sting/gatk/walkers/annotator/WalkerTestIntegrationTest.java +++ b/protected/java/test/org/broadinstitute/sting/gatk/walkers/WalkerTestIntegrationTest.java @@ -44,7 +44,7 @@ * 7.7 Governing Law. This Agreement shall be construed, governed, interpreted and applied in accordance with the internal laws of the Commonwealth of Massachusetts, U.S.A., without regard to conflict of laws principles. */ -package org.broadinstitute.sting.gatk.walkers.annotator; +package org.broadinstitute.sting.gatk.walkers; import org.broadinstitute.sting.WalkerTest; import org.testng.annotations.Test;