NIHVIVO-106 Rename TestEditLiteral.java to EditLiteralTest.java so it will be picked up by our test runner.
This commit is contained in:
parent
19ff6ea2fd
commit
1b627fd2ab
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import org.junit.Test;
|
||||||
|
|
||||||
import com.hp.hpl.jena.rdf.model.Literal;
|
import com.hp.hpl.jena.rdf.model.Literal;
|
||||||
|
|
||||||
public class TestEditLiteral {
|
public class EditLiteralTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testEqual(){
|
public void testEqual(){
|
Loading…
Add table
Reference in a new issue