Skip to content
Snippets Groups Projects
Unverified Commit 5457588d authored by akwizgran's avatar akwizgran
Browse files

Placeholder test was causing tests to fail in AS 2.0.

parent 24987336
No related branches found
No related tags found
No related merge requests found
package com.ymirmobile.briar_android_tests;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super(Application.class);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment