##// END OF EJS Templates
scm: bazaar: add asserting entries root path at unit model test...
Toshi MARUYAMA -
r10215:53e2eb186799
parent child
Show More
@@ -93,9 +93,11 class RepositoryBazaarTest < ActiveSupport::TestCase
93
93
94 assert_equal 'dir', entries[0].kind
94 assert_equal 'dir', entries[0].kind
95 assert_equal 'directory', entries[0].name
95 assert_equal 'directory', entries[0].name
96 assert_equal 'directory', entries[0].path
96
97
97 assert_equal 'file', entries[1].kind
98 assert_equal 'file', entries[1].kind
98 assert_equal 'doc-mkdir.txt', entries[1].name
99 assert_equal 'doc-mkdir.txt', entries[1].name
100 assert_equal 'doc-mkdir.txt', entries[1].path
99 end
101 end
100
102
101 def test_entries_in_subdirectory
103 def test_entries_in_subdirectory
General Comments 0
You need to be logged in to leave comments. Login now