summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-09-16 14:14:52 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-09-16 14:14:52 +0000
commit53e2eb186799e837e2eceeb3a2e089fe90c7b63d (patch)
tree766b5c72beb65e7e93c51f1351b99a872b568e50 /test
parenta81da3491e1b0070e751fa97e192045f894a4291 (diff)
downloadredmine-53e2eb186799e837e2eceeb3a2e089fe90c7b63d.tar.gz
redmine-53e2eb186799e837e2eceeb3a2e089fe90c7b63d.zip
scm: bazaar: add asserting entries root path at unit model test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10398 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/repository_bazaar_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/repository_bazaar_test.rb b/test/unit/repository_bazaar_test.rb
index 4c3982ac3..a84b90c1f 100644
--- a/test/unit/repository_bazaar_test.rb
+++ b/test/unit/repository_bazaar_test.rb
@@ -93,9 +93,11 @@ class RepositoryBazaarTest < ActiveSupport::TestCase
assert_equal 'dir', entries[0].kind
assert_equal 'directory', entries[0].name
+ assert_equal 'directory', entries[0].path
assert_equal 'file', entries[1].kind
assert_equal 'doc-mkdir.txt', entries[1].name
+ assert_equal 'doc-mkdir.txt', entries[1].path
end
def test_entries_in_subdirectory