NIHVIVO-2254 Cosmetic cleanups.
This commit is contained in:
parent
08770c8bd0
commit
038a876c34
2 changed files with 1 additions and 2 deletions
|
@ -76,7 +76,7 @@ public class IndividualFilteringTest extends AbstractTestClass {
|
||||||
/**
|
/**
|
||||||
* Where the ontology statements are stored for this test.
|
* Where the ontology statements are stored for this test.
|
||||||
*/
|
*/
|
||||||
private static final String TBOX_DATA_FILENAME = "IndividualFilteringTest-TBoxAnnotations.n3";
|
private static final String TBOX_DATA_FILENAME = "IndividualFilteringTest-TBox.n3";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Where the model statements are stored for this test.
|
* Where the model statements are stored for this test.
|
||||||
|
@ -251,7 +251,6 @@ public class IndividualFilteringTest extends AbstractTestClass {
|
||||||
|
|
||||||
@Parameters
|
@Parameters
|
||||||
public static Collection<Object[]> data() {
|
public static Collection<Object[]> data() {
|
||||||
// return Arrays.asList(new Object[][] { { dbaTestData() } });
|
|
||||||
return Arrays.asList(new Object[][] { { publicTestData() },
|
return Arrays.asList(new Object[][] { { publicTestData() },
|
||||||
{ selfTestData() }, { editorTestData() },
|
{ selfTestData() }, { editorTestData() },
|
||||||
{ curatorTestData() }, { dbaTestData() } });
|
{ curatorTestData() }, { dbaTestData() } });
|
||||||
|
|
Loading…
Add table
Reference in a new issue