marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
284 stars 36 forks source link

Default Path has Name Count 0 instead of 1 #15

Closed ghost closed 10 years ago

ghost commented 10 years ago

A name count of 1 seems strange but is called for in the spec at fits the behaviour of the default filesystem implementation

see https://github.com/openCage/niotest/blob/master/src/main/java/org/opencage/lindwurm/niotest/tests/PathTest1NoContentIT.java test testDefaultHasNameCount1