Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Fixes wrong imports in test (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
konishon committed Oct 16, 2019
1 parent 4091bb0 commit 3ef8ba7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package org.odk.collect.android.http;

import org.apache.commons.io.IOUtils;
import org.fieldsight.collect.android.BuildConfig;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.odk.collect.android.BuildConfig;

import org.odk.collect.android.utilities.FileUtils;

import java.io.ByteArrayInputStream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package org.odk.collect.android.http;

import org.fieldsight.collect.android.BuildConfig;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.odk.collect.android.BuildConfig;


import java.io.IOException;
import java.net.URI;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URI;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import timber.log.Timber;

import static junit.framework.Assert.assertFalse;
import static junit.framework.TestCase.assertNotNull;
import static org.junit.Assert.assertTrue;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import net.bytebuddy.utility.RandomString;

import org.javarosa.core.model.osm.OSMTag;
import org.odk.collect.android.logic.FormController;
import org.javarosa.core.model.FormDef;
import org.javarosa.core.model.QuestionDef;
Expand Down

0 comments on commit 3ef8ba7

Please sign in to comment.