Commit 1b10a42
Paulo Aboim Pinto
fix(tui): assert normalized footer paths in spillover tests
8f2b622 normalized the model-facing artifact footer to forward slashes
(platform-independent). Two unit tests still asserted the raw OS path
against that footer, failing on the Windows lane:
- truncate::adaptive_evidence_footer_names_artifact_path_and_recovery
- subagent::subagent_tool_results_spill_to_disk_and_stay_bounded_inline
(upstream fa7c4b0)
Assert the normalized form via format_artifact_relative_path, matching
what the footer actually emits.1 parent 43a55ce commit 1b10a42
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13652 | 13652 | | |
13653 | 13653 | | |
13654 | 13654 | | |
13655 | | - | |
| 13655 | + | |
| 13656 | + | |
| 13657 | + | |
13656 | 13658 | | |
13657 | 13659 | | |
13658 | 13660 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1687 | 1687 | | |
1688 | 1688 | | |
1689 | 1689 | | |
1690 | | - | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
1691 | 1693 | | |
1692 | 1694 | | |
1693 | 1695 | | |
| |||
0 commit comments