]> source.dussan.org Git - redmine.git/commitdiff
Restored valid test part removed with r7625 (#8371).
authorEtienne Massip <etienne.massip@gmail.com>
Thu, 13 Oct 2011 06:42:08 +0000 (06:42 +0000)
committerEtienne Massip <etienne.massip@gmail.com>
Thu, 13 Oct 2011 06:42:08 +0000 (06:42 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7627 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index 533930aaffd6439cdb7ddec030f627aeca5b99f9..a0ce7914c52029a417528419821dd62f75aa4670 100644 (file)
@@ -160,6 +160,9 @@ class IssuesControllerTest < ActionController::TestCase
         'o' => { :op => '=', :values => ['o'] },
         '~This is part of a subject' => { :op => '~', :values => ['This is part of a subject'] },
         '!~This is part of a subject' => { :op => '!~', :values => ['This is part of a subject'] }},
+      'tracker_id' => {
+        '3' => { :op => '=', :values => ['3'] },
+        '=3' => { :op => '=', :values => ['3'] }},
       'start_date' => {
         '2011-10-12' => { :op => '=', :values => ['2011-10-12'] },
         '=2011-10-12' => { :op => '=', :values => ['2011-10-12'] },