Fix copy-pasted test names

Reviewed By: sblackshear

Differential Revision: D2805952

fb-gh-sync-id: fb9a766
master
jrm 9 years ago committed by facebook-github-bot-7
parent 51cd3ded47
commit 1754e4f0b0

@ -38,7 +38,7 @@ public class ClassCastExceptionTest {
}
@Test
public void whenEradicateRunsOnConstructorThenFieldNotInitializedIsFound()
public void matchErrors()
throws IOException, InterruptedException, InferException {
String[] methods = {
"classCastException",

@ -39,7 +39,7 @@ public class ArrayIndexOutOfBoundsExceptionTest {
}
@Test
public void whenEradicateRunsOnConstructorThenFieldNotInitializedIsFound()
public void matchErrors()
throws IOException, InterruptedException, InferException {
String[] methods = {
// TODO (#7651424): re-enable these tests once the translation of arrays is fixed

@ -38,7 +38,7 @@ public class ClassCastExceptionTest {
}
@Test
public void whenEradicateRunsOnConstructorThenFieldNotInitializedIsFound()
public void matchErrors()
throws IOException, InterruptedException, InferException {
String[] methods = {"foo", "bar"};
assertThat(

@ -38,7 +38,7 @@ public class LocallyDefinedExceptionTest {
}
@Test
public void whenEradicateRunsOnConstructorThenFieldNotInitializedIsFound()
public void matchErrors()
throws IOException, InterruptedException, InferException {
String[] methods = {
"fieldInvariant"

@ -39,7 +39,7 @@ public class NullPointerExceptionTest {
}
@Test
public void whenEradicateRunsOnConstructorThenFieldNotInitializedIsFound()
public void matchErrors()
throws IOException, InterruptedException, InferException {
String[] methods = {
"callDeref"

@ -38,7 +38,7 @@ public class ReportOnMainTest {
}
@Test
public void whenEradicateRunsOnConstructorThenFieldNotInitializedIsFound()
public void matchErrors()
throws IOException, InterruptedException, InferException {
String[] methods = {
"main"

Loading…
Cancel
Save