From 4a7e148affe7def688e0cd2ce29304f1637c02a4 2012-09-16 00:22:25 From: Toshi MARUYAMA Date: 2012-09-16 00:22:25 Subject: [PATCH] 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 --- diff --git a/test/unit/repository_bazaar_test.rb b/test/unit/repository_bazaar_test.rb index 12bc020..2b751ac 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