Mercurial > hg > soundsoftware-site
diff test/functional/calendars_controller_test.rb @ 507:0c939c159af4 redmine-1.2
Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:32:19 +0100 |
parents | 8661b858af72 |
children | cbb26bc654de |
line wrap: on
line diff
--- a/test/functional/calendars_controller_test.rb Mon Jun 06 14:24:13 2011 +0100 +++ b/test/functional/calendars_controller_test.rb Thu Jul 14 10:32:19 2011 +0100 @@ -19,7 +19,7 @@ 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