[#5482] Change deliverable QueryColumn so the grouped counts are shown

This commit is contained in:
Eric Davis
2011-02-22 10:11:04 -08:00
parent a0b92851a7
commit 96fa509a1e
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ class IssueFilteringTest < ActionController::IntegrationTest
select "Deliverable", :from => 'group_by'
# Apply link is behind a JavaScript form
visit "/projects/#{@project.identifier}/issues/?set_filter&group_by=deliverable_title"
visit "/projects/#{@project.identifier}/issues/?set_filter&group_by=deliverable"
assert_response :success
assert_select "tr.group" do