ohkwon79 commented on code in PR #617:
URL: https://github.com/apache/poi/pull/617#discussion_r1571561441
##########
poi-ooxml/src/test/java/org/apache/poi/openxml4j/opc/TestRelationships.java:
##########
@@ -323,10 +323,10 @@ private void assert_50154(OPCPackage pkg) throws
Exception {
PackageRelationship rId1 = drawingPart.getRelationship("rId1");
URI parent = drawingPart.getPartName().getURI();
- URI rel1 = parent.relativize(rId1.getTargetURI());
- URI rel11 =
PackagingURIHelper.relativizeURI(drawingPart.getPartName().getURI(),
rId1.getTargetURI());
- assertEquals("'Another Sheet'!A1", rel1.getFragment());
- assertEquals("'Another Sheet'!A1", rel11.getFragment());
+// URI rel1 = parent.relativize(rId1.getTargetURI());
Review Comment:
I added brief comments about this to PackageRelationship.java and
TestRelations.java.
--
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]