##// END OF EJS Templates
Fixed wrong assertion....
Jean-Philippe Lang -
r8520:08bb5e0c0ac0
parent child
Show More
@@ -427,7 +427,7 class QueryTest < ActiveSupport::TestCase
427 query.filters = { "cf_#{cf.id}" => {:operator => '=', :values => ['me']}}
427 query.filters = { "cf_#{cf.id}" => {:operator => '=', :values => ['me']}}
428 result = query.issues
428 result = query.issues
429 assert_equal 1, result.size
429 assert_equal 1, result.size
430 assert issue1, result.first
430 assert_equal issue1, result.first
431 end
431 end
432
432
433 def test_filter_my_projects
433 def test_filter_my_projects
General Comments 0
You need to be logged in to leave comments. Login now