Project

General

Profile

Actions

Defect #6657

closed

Test "test_index_atom" fails because the expected application title is set to "Redmine"

Added by Daniela Jüppner over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-10-13
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

In projects_controller_test.rb
The expected application title should not be set fixed to "Redmine".

Your code:
In Test method "test_index_atom"

assert_select 'feed>title', :text => 'Redmine: Latest projects'

None failing test code:

assert_select 'feed>title', :text => Setting.app_title + ': Latest projects'

Actions

Also available in: Atom PDF