NIHVIVO-106 Rename TestEditLiteral.java to EditLiteralTest.java so it will be picked up by our test runner.

This commit is contained in:
jeb228 2010-02-22 16:57:10 +00:00
parent 19ff6ea2fd
commit 1b627fd2ab

View file

@ -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(){