]> source.dussan.org Git - redmine.git/commitdiff
Removed unused variable.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Dec 2013 11:03:48 +0000 (11:03 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 15 Dec 2013 11:03:48 +0000 (11:03 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12417 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/issue_relation_test.rb

index 7da6147fd5fc00a01e0e7634d24cc19321d3e76e..2a51ff68917b1ae80d9dc589d88b4f507fb39859 100644 (file)
@@ -194,7 +194,6 @@ class IssueRelationTest < ActiveSupport::TestCase
 
   def test_delete_should_make_journal_entry
     relation = IssueRelation.find(1)
-    id = relation.id
     from = relation.issue_from
     to   = relation.issue_to
     from_journals = from.journals.size