Fix test sizes

pull/151/head
Alinson S. Xavier 9 years ago
parent 7dbbc51a9a
commit 3938ae6fa8

@ -37,7 +37,7 @@ import java.util.zip.*;
import static junit.framework.Assert.*; import static junit.framework.Assert.*;
@RunWith(AndroidJUnit4.class) @RunWith(AndroidJUnit4.class)
@SmallTest @MediumTest
public class HabitsCSVExporterTest extends BaseAndroidTest public class HabitsCSVExporterTest extends BaseAndroidTest
{ {
private File baseDir; private File baseDir;

@ -37,7 +37,7 @@ import static org.hamcrest.Matchers.*;
import static org.junit.Assert.*; import static org.junit.Assert.*;
@RunWith(AndroidJUnit4.class) @RunWith(AndroidJUnit4.class)
@SmallTest @MediumTest
public class ImportTest extends BaseAndroidTest public class ImportTest extends BaseAndroidTest
{ {
private File baseDir; private File baseDir;

@ -36,7 +36,7 @@ import static org.hamcrest.Matchers.*;
import static org.hamcrest.core.IsNot.not; import static org.hamcrest.core.IsNot.not;
@RunWith(AndroidJUnit4.class) @RunWith(AndroidJUnit4.class)
@SmallTest @MediumTest
public class ExportCSVTaskTest extends BaseAndroidTest public class ExportCSVTaskTest extends BaseAndroidTest
{ {
@Before @Before

@ -20,7 +20,7 @@
package org.isoron.uhabits.tasks; package org.isoron.uhabits.tasks;
import android.support.test.runner.AndroidJUnit4; import android.support.test.runner.AndroidJUnit4;
import android.test.suitebuilder.annotation.SmallTest; import android.test.suitebuilder.annotation.*;
import org.isoron.uhabits.BaseAndroidTest; import org.isoron.uhabits.BaseAndroidTest;
import org.junit.Before; import org.junit.Before;
@ -36,7 +36,7 @@ import static org.hamcrest.Matchers.nullValue;
import static org.hamcrest.core.IsNot.not; import static org.hamcrest.core.IsNot.not;
@RunWith(AndroidJUnit4.class) @RunWith(AndroidJUnit4.class)
@SmallTest @MediumTest
public class ExportDBTaskTest extends BaseAndroidTest public class ExportDBTaskTest extends BaseAndroidTest
{ {
@Before @Before

@ -21,7 +21,7 @@ package org.isoron.uhabits.tasks;
import android.support.annotation.NonNull; import android.support.annotation.NonNull;
import android.support.test.runner.AndroidJUnit4; import android.support.test.runner.AndroidJUnit4;
import android.test.suitebuilder.annotation.SmallTest; import android.test.suitebuilder.annotation.*;
import org.isoron.uhabits.BaseAndroidTest; import org.isoron.uhabits.BaseAndroidTest;
import org.isoron.uhabits.utils.FileUtils; import org.isoron.uhabits.utils.FileUtils;
@ -38,7 +38,7 @@ import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.fail; import static org.junit.Assert.fail;
@RunWith(AndroidJUnit4.class) @RunWith(AndroidJUnit4.class)
@SmallTest @MediumTest
public class ImportDataTaskTest extends BaseAndroidTest public class ImportDataTaskTest extends BaseAndroidTest
{ {
private File baseDir; private File baseDir;

@ -37,7 +37,6 @@ import static org.isoron.uhabits.models.Checkmark.*;
@MediumTest @MediumTest
public class CheckmarkWidgetTest extends BaseViewTest public class CheckmarkWidgetTest extends BaseViewTest
{ {
private static final String PATH = "widgets/CheckmarkWidgetView/"; private static final String PATH = "widgets/CheckmarkWidgetView/";
private Habit habit; private Habit habit;

Loading…
Cancel
Save