Skip to content

Commit bb7ac22

Browse files
GH-4592 Fix missing @testfactory
1 parent 9580b85 commit bb7ac22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testsuites/sparql/src/main/java/org/eclipse/rdf4j/testsuite/query/parser/sparql/manifest/SPARQL10QueryComplianceTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import java.util.List;
1616

1717
import org.junit.jupiter.api.DynamicTest;
18+
import org.junit.jupiter.api.TestFactory;
1819

1920
/**
2021
* A test suite that runs the W3C Approved SPARQL 1.0 query tests.
@@ -51,6 +52,7 @@ public SPARQL10QueryComplianceTest() {
5152
}
5253
}
5354

55+
@TestFactory
5456
public Collection<DynamicTest> tests() {
5557
return getTestData("testcases-sparql-1.0-w3c/data-r2/manifest-evaluation.ttl");
5658
}

0 commit comments

Comments
 (0)