move RepoUpdaterTest to the same package as RepoUpdater
This commit is contained in:
parent
6e5912a633
commit
367387f967
@ -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;
|
Loading…
x
Reference in New Issue
Block a user