Skip to content

Commit ee7fe71

Browse files
committed
add space after comma to FilesystemAdapterTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20127 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 7838afb commit ee7fe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_entries
3636
assert_equal ["subdir", "dirfile"], @adapter.entries(path).collect(&:name)
3737
end
3838
# If y try to use "..", the path is ignored
39-
["/../","dir/../", "..", "../", "/..", "dir/.."].each do |path|
39+
["/../", "dir/../", "..", "../", "/..", "dir/.."].each do |path|
4040
assert_equal(
4141
["dir", "japanese", "test"], @adapter.entries(path).collect(&:name),
4242
".. must be ignored in path argument")

0 commit comments

Comments
 (0)