afs commented on code in PR #2134:
URL: https://github.com/apache/jena/pull/2134#discussion_r1436562911
##########
jena-arq/src/test/java/org/apache/jena/riot/TestRDFParser.java:
##########
@@ -231,17 +231,17 @@ private RDFParserBuilder builder() {
testNormalization("+123.00e0", "1.23E2",
builder().canonicalValues(true));
}
- @Test public void canonical_langTag_1() {
- testNormalization("'abc'@En-gB", "'abc'@En-gB",
builder().langTagAsGiven());
- }
-
- @Test public void canonical_langTag_2() {
- testNormalization("'abc'@En-gB", "'abc'@en-gb",
builder().langTagLowerCase());
- }
-
- @Test public void canonical_langTag_3() {
- testNormalization("'abc'@En-gB", "'abc'@en-GB",
builder().langTagCanonical());
- }
+// @Test public void canonical_langTag_1() {
+// testNormalization("'abc'@En-gB", "'abc'@En-gB",
builder().langTagAsGiven());
+// }
+//
+// @Test public void canonical_langTag_2() {
+// testNormalization("'abc'@En-gB", "'abc'@en-gb",
builder().langTagLowerCase());
+// }
+//
+// @Test public void canonical_langTag_3() {
+// testNormalization("'abc'@En-gB", "'abc'@en-GB",
builder().langTagCanonical());
+// }
Review Comment:
Added a comment "// Old tests that applied to Java4. Delete in the future."
Leaving the commented tests record the jena4 world.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]