Patch #35024
System test fails in Windows due to "/" path separator
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | 5.0.0 |
Description
Chrome expects backslashes and it doesn't recognize "/" separators on Windows.
fixes
IssuesSystemTest#test_index_as_csv_should_reflect_sort
Associated revisions
System test fails in Windows due to "/" path separator (#35024).
Patch by Pavel Rosický.
History
#1
Updated by Go MAEDA about 1 year ago
- Category set to Code cleanup/refactoring
- Target version set to 5.0.0
#2
Updated by Go MAEDA about 1 year ago
- Subject changed from Fix chrome downloads path to System test fails in Windows due to "/" path separator
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the fix. Thank you for detecting and fixing the issue.