summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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