reta commented on code in PR #2972:
URL: https://github.com/apache/cxf/pull/2972#discussion_r2933853592


##########
systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/AttachmentMtomChunkingTest.java:
##########
@@ -44,7 +44,7 @@
 import static org.junit.Assert.assertTrue;
 
 public class AttachmentMtomChunkingTest extends AbstractAttachmentChunkingTest 
{
-    private static final String PORT = allocatePort(DownloadServer.class);
+    private static final String PORT = 
allocatePort(AttachmentMtomChunkingTest.class);

Review Comment:
   This is great finding @gnodet , however I think we would have to address the 
cause:
    - `allocatePort()` sets two properties, with full class name, and simple 
class name
    - the conflict is apparently over simple class name
   
   It would be beneficial to improve `TestUtil` to catch those conflicts (it 
can do it, properties are static), so the test suite fails to run and would 
need to be fixed. Wdyt? 



-- 
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]

Reply via email to