Commit 2555f2a
Fix AttachmentMtomChunkingTest port collision with AttachmentChunkingTest
Both tests have an inner class named DownloadServer and use
allocatePort(DownloadServer.class). Since TestUtil stores ports under
the simple class name, both tests get the same port, causing
ListenerRegistrationException when the second test tries to publish
its endpoint.
Fix by using allocatePort(AttachmentMtomChunkingTest.class) to get a
distinct port.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8a8ed0a commit 2555f2a
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments