]> source.dussan.org Git - redmine.git/commitdiff
scm: cvs: add cat test of removed file in unit model test.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 11 Apr 2011 12:19:05 +0000 (12:19 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 11 Apr 2011 12:19:05 +0000 (12:19 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5407 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/repository_cvs_test.rb

index 7e4bfd2e28e422b1417cfc6991b9798fbc39fbcd..8dfde6e737bd3f5ca14a8e73c3f07369853739e5 100644 (file)
@@ -123,6 +123,10 @@ class RepositoryCvsTest < ActiveSupport::TestCase
       assert_equal 1, lines.length
       assert_equal 'CVS test repository', lines[0]
       assert_nil @repository.cat('missing.rb')
+
+      # sources/welcome_controller.rb is removed at revision 5.
+      assert @repository.cat('sources/welcome_controller.rb', '4')
+      assert @repository.cat('sources/welcome_controller.rb', '5').blank?
     end
   else
     puts "CVS test repository NOT FOUND. Skipping unit tests !!!"