mirror of https://github.com/tasks/tasks
Update unit tests
* Fix repeat tests * Migrate some instrument task tests * Enable instrumentTest during travis buildpull/73/head
parent
5c753ea491
commit
381d7ab4c5
@ -1,17 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) 2012 Todoroo Inc
|
|
||||||
*
|
|
||||||
* See the file "LICENSE" for the full license governing this code.
|
|
||||||
*/
|
|
||||||
package com.todoroo.andlib.test;
|
|
||||||
|
|
||||||
import android.test.AndroidTestCase;
|
|
||||||
|
|
||||||
import junit.framework.Assert;
|
|
||||||
|
|
||||||
public class SimpleAndroidTest extends AndroidTestCase {
|
|
||||||
|
|
||||||
public void testSimpleAssert() throws Throwable {
|
|
||||||
Assert.assertTrue(true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,17 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) 2012 Todoroo Inc
|
|
||||||
*
|
|
||||||
* See the file "LICENSE" for the full license governing this code.
|
|
||||||
*/
|
|
||||||
package com.todoroo.astrid.provider;
|
|
||||||
|
|
||||||
import com.todoroo.andlib.data.AbstractDatabase;
|
|
||||||
import com.todoroo.astrid.test.DatabaseTestCase;
|
|
||||||
|
|
||||||
public class ProviderTestUtilities extends DatabaseTestCase {
|
|
||||||
|
|
||||||
public static void setDatabaseOverride(AbstractDatabase database) {
|
|
||||||
Astrid3ContentProvider.setDatabaseOverride(database);
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue