Skip to content

Commit e632f3c

Browse files
committed
Remove @RunWith from HasOtherAnnotations
This annotation makes some JUnit runners think this class is a test case, and fail to test. We already test this kind of annotation with @TestTargetClass.
1 parent c5db820 commit e632f3c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

AndroidAnnotations/androidannotations/src/test/java/org/androidannotations/copyannotations/HasOtherAnnotations.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,9 @@
2525
import org.androidannotations.annotations.Background;
2626
import org.androidannotations.annotations.EBean;
2727
import org.androidannotations.annotations.Trace;
28-
import org.junit.runner.RunWith;
29-
import org.junit.runner.Runner;
3028

3129
import dalvik.annotation.TestTargetClass;
3230

33-
@RunWith(Runner.class)
3431
@EBean
3532
@XmlType
3633
@TestTargetClass(String.class)

0 commit comments

Comments
 (0)