| Index: samples/github/android/GithubSample/app/src/androidTest/java/com/google/fletch/githubsample/ApplicationTest.java
|
| diff --git a/samples/github/android/GithubSample/app/src/androidTest/java/com/google/fletch/githubsample/ApplicationTest.java b/samples/github/android/GithubSample/app/src/androidTest/java/com/google/fletch/githubsample/ApplicationTest.java
|
| deleted file mode 100644
|
| index e3356bac42178b3fcb5d7b3f060eb76992683bf8..0000000000000000000000000000000000000000
|
| --- a/samples/github/android/GithubSample/app/src/androidTest/java/com/google/fletch/githubsample/ApplicationTest.java
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -package com.google.fletch.githubsample;
|
| -
|
| -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);
|
| - }
|
| -}
|
|
|