Skip to content

Commit

Permalink
#164 Include test for RDFa
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Sep 13, 2024
1 parent 4c75f45 commit 231fb35
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 136 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@
import java.util.Properties;


public class TestRDFaParser extends AbstractTriplifierTester {
public class RDFaTest extends AbstractTriplifierTester {

public TestRDFaParser() {
public RDFaTest() {
super(new HTMLTriplifier(), new Properties(), "html", "nq");
this.printWholeGraph = true;
}

@Ignore
@Test
public void testRDFa() {
this.assertResultIsIsomorphicWithExpected();
Expand Down
Loading

0 comments on commit 231fb35

Please sign in to comment.