diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-09-16 00:22:25 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-09-16 00:22:25 +0000 |
commit | 4a7e148affe7def688e0cd2ce29304f1637c02a4 (patch) | |
tree | 30ce0fe33e5e6de53b9e1c0c7d6004911318e0b4 /test/unit/repository_bazaar_test.rb | |
parent | c2b12d853f09ca882075555209ecfb52558ad763 (diff) | |
download | redmine-4a7e148affe7def688e0cd2ce29304f1637c02a4.tar.gz redmine-4a7e148affe7def688e0cd2ce29304f1637c02a4.zip |
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
Diffstat (limited to 'test/unit/repository_bazaar_test.rb')
-rw-r--r-- | test/unit/repository_bazaar_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/repository_bazaar_test.rb b/test/unit/repository_bazaar_test.rb index 12bc02040..2b751acc8 100644 --- a/test/unit/repository_bazaar_test.rb +++ b/test/unit/repository_bazaar_test.rb @@ -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 |