Closed jayjaybillings closed 4 years ago
The slashes aren't hard wired but the tests are flawed. Basically had it checking paths resolved from the system default filesystem against an in memory filesystem that is configured to behave like a linux filesystem which obviously would not be equal to the system default filesystem when not on linux. I should be able to get that taken care of fairly quickly.
Let me know if the fixes in #470 take care of this issue. I removed all instances of mixing comparisons between a java.nio.Path on the default filesystem and a java.nio.Path on the in memory filesystem. Also just improved the tests in general so I think it should take care of everything.
That worked. Thanks! Closing...
TestDataPathTest.testResolveWithOverridenDefault:74 expected: <\home\test\test_data\test> but was: <\home\test\test_data/test>
This looks like the test is hardwired to expect
test_data/test
with an actual/
instead of separator. @dbluhm will you have a look to help confirm the problem?Full error on Windows 10: