##// END OF EJS Templates
scm: bazaar: add asserting entries subdirectory path at unit app test...
Toshi MARUYAMA -
r10203:4a7e148affe7
parent child
Show More
@@ -104,6 +104,7 class RepositoryBazaarTest < ActiveSupport::TestCase
104
104
105 assert_equal 'file', entries.last.kind
105 assert_equal 'file', entries.last.kind
106 assert_equal 'edit.png', entries.last.name
106 assert_equal 'edit.png', entries.last.name
107 assert_equal 'directory/edit.png', entries.last.path
107 end
108 end
108
109
109 def test_previous
110 def test_previous
General Comments 0
You need to be logged in to leave comments. Login now