Remove duplicated test case

This commit is contained in:
Juan Martín Sotuyo Dodero
2018-10-09 21:57:18 -03:00
parent 5b324578f3
commit 7a54afaa89

View File

@ -429,19 +429,6 @@ class Style {
public void moveOutOfBoundsFrom() {
doSomething();
}
}]]></code>
</test-code>
<test-code>
<description>#1365 detect test classes marked with fully qualified annotation, base case.</description>
<expected-problems>0</expected-problems>
<code><![CDATA[
import org.junit.Test;
class Style {
@Test(expected = IllegalArgumentException.class)
public void moveOutOfBoundsFrom() {
doSomething();
}
}]]></code>
</test-code>
</test-data>