scm: bazaar: add asserting entries subdirectory path at unit app test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10386 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c2b12d853f
commit
4a7e148aff
|
@ -104,6 +104,7 @@ class RepositoryBazaarTest < ActiveSupport::TestCase
|
|||
|
||||
assert_equal 'file', entries.last.kind
|
||||
assert_equal 'edit.png', entries.last.name
|
||||
assert_equal 'directory/edit.png', entries.last.path
|
||||
end
|
||||
|
||||
def test_previous
|
||||
|
|
Loading…
Reference in New Issue