Version : 5.0.3
OS: Windows 7
When
- I run testBagInPlace at BagCreatorTest
Then
- I should not see ".hiddenFolder" at the created bag
Error
At BagCreator::moveDataFilesIfNeeded, Files.isHidden is used to test directory hiddeness. But from method javadoc "On Windows a file is considered hidden if it isn't a directory and the DOS hidden attribute is set."