]> source.dussan.org Git - redmine.git/commitdiff
Code cleanup: remove a unused variable last_rev_author from test_last_rev_with_spaces...
authorGo MAEDA <maeda@farend.jp>
Mon, 6 May 2019 14:36:59 +0000 (14:36 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 6 May 2019 14:36:59 +0000 (14:36 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18133 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/scm/adapters/git_adapter_test.rb

index a32d8281b9bb49fd37653a6f06aec01613ad8678..06c3d8e4dd90e582d17614ada487c9bcd82ccbe1 100644 (file)
@@ -438,7 +438,6 @@ class GitAdapterTest < ActiveSupport::TestCase
     def test_last_rev_with_spaces_in_filename
       last_rev = @adapter.lastrev("filemane with spaces.txt",
                                   "ed5bb786bbda2dee66a2d50faf51429dbc043a7b")
-      last_rev_author = last_rev.author
       assert_equal "ed5bb786bbda2dee66a2d50faf51429dbc043a7b", last_rev.scmid
       assert_equal "ed5bb786bbda2dee66a2d50faf51429dbc043a7b", last_rev.identifier
       assert_equal "#{@str_felix_hex} <felix@fachschaften.org>",