Commit ff73820
fix(bundle-jvm): Make collision warning test Windows-safe
On Windows, `PathBuf::from("/app").join("src/...")` yields
`/app\\src/...` (mixed separators), so asserting on forward-slash
paths in the warn! output failed. Derive the expected strings from the
same path construction the production code walks, then compare via
Display.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 246eb5f commit ff73820
1 file changed
Lines changed: 11 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
499 | | - | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
500 | 501 | | |
501 | 502 | | |
502 | 503 | | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
| 504 | + | |
507 | 505 | | |
508 | 506 | | |
509 | 507 | | |
| |||
513 | 511 | | |
514 | 512 | | |
515 | 513 | | |
516 | | - | |
517 | | - | |
| 514 | + | |
| 515 | + | |
518 | 516 | | |
519 | 517 | | |
520 | | - | |
521 | | - | |
| 518 | + | |
| 519 | + | |
522 | 520 | | |
523 | 521 | | |
524 | 522 | | |
| |||
0 commit comments