-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: core
-
None
testIsSymlink in UtilTest.java should be ignored because of the following:
Assume.assumeTrue(!Functions.isWindows());
but the test is not ignored.
testIsSymlink in UtilTest.java should be ignored because of the following:
Assume.assumeTrue(!Functions.isWindows());
but the test is not ignored.