move RepoUpdaterTest to the same package as RepoUpdater

This commit is contained in:
Hans-Christoph Steiner 2015-05-08 12:51:46 -04:00
parent 6e5912a633
commit 367387f967

View File

@ -1,14 +1,13 @@
package org.fdroid.fdroid.updater;
package org.fdroid.fdroid;
import android.annotation.TargetApi;
import android.content.Context;
import android.test.InstrumentationTestCase;
import org.apache.commons.io.FileUtils;
import org.fdroid.fdroid.TestUtils;
import org.fdroid.fdroid.data.Repo;
import org.fdroid.fdroid.updater.RepoUpdater.UpdateException;
import org.fdroid.fdroid.RepoUpdater.UpdateException;
import java.io.File;
import java.io.IOException;