From b184caec13c5185cb5a8b4d228d25e2d34131857 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 3 Jul 2011 15:19:22 +0000 Subject: [PATCH] Fixes a functional test case. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6172 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/calendars_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/calendars_controller_test.rb b/test/functional/calendars_controller_test.rb index a8c0e2af1..bb12316c7 100644 --- a/test/functional/calendars_controller_test.rb +++ b/test/functional/calendars_controller_test.rb @@ -19,7 +19,7 @@ class CalendarsControllerTest < ActionController::TestCase context "GET :show" do should "run custom queries" do - @query = Query.generate_default! + @query = Query.generate_default!(:is_public => true) get :show, :query_id => @query.id assert_response :success -- 2.39.5