Commit d188dbc
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 <[email protected]>1 parent 382a6d9 commit d188dbc
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