1..8
# sfFilesystem canonicalizes pathes
ok 1 - ->canonicalizePath() correctly resolves \.. and \.
# sfFilesystem calculates relative pathes
ok 2 - ->calculateRelativeDir() correctly calculates the relative path
ok 3 - ->calculateRelativeDir() correctly calculates the relative path for dirs that share chars
ok 4 - ->calculateRelativeDir() works without going up one dir
ok 5 - ->calculateRelativeDir() returns absolute path when no relative path possible
ok 6 - ->calculateRelativeDir() correctly calculates the relative path for dirs that share chars
ok 7 - ->calculateRelativeDir() correctly calculates the relative path for dirs that share chars
ok 8 - ->calculateRelativeDir() correctly calculates the relative path for dirs that share chars
Looks like everything went fine.