From 7ec8a9a1009f87a2d38d5d48be50408bc75ce578 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 4 Mar 2012 12:43:55 +0000 Subject: Rails 3.1 compatibility. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9082 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/projects_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/projects_controller_test.rb') diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index 9b7fca3c0..8f2d56767 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -55,7 +55,7 @@ class ProjectsControllerTest < ActionController::TestCase def test_index_atom get :index, :format => 'atom' assert_response :success - assert_template 'common/feed.atom' + assert_template 'common/feed' assert_select 'feed>title', :text => 'Redmine: Latest projects' assert_select 'feed>entry', :count => Project.count(:conditions => Project.visible_condition(User.current)) end -- cgit v1.2.3 e-0.12 JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgitwww-data
summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/META-INF/MANIFEST.MF
blob: 05e4f81315939b9a903bcf4e638afbb760048c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45