Commit c1bc783
fix: (W-003) use Java mkdirs() for cross-engine compatibility in adapter tests
DirectoryCreate(path, true) is Lucee-only — Adobe CF only accepts 1 parameter.
Replace with Java File.mkdirs() which works on all CFML engines.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b472bef commit c1bc783
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
0 commit comments