Commit 54dd719
Fix Windows test: compare raw parsed paths, not juce::File-normalised
"Command line parser" asserted opts.dataFile/outputDir.getFullPathName()
against Unix-style literals; on Windows juce::File normalises those to the
current drive (e.g. "D:\path\to\file"), failing the comparison. Assert the
raw parsed settings strings instead, which are identical on all platforms.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent c1951aa commit 54dd719
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
0 commit comments