aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-09-04 17:43:58 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-09-04 17:44:48 -0300
commita1fa756e17a2522d69a828ce59b801709483a34f (patch)
tree98edaf44a9e9fa08f38e773044b4347198610aa7 /actionpack/test
parent6c4650606735b51d86f9d0fa7711dc87f33d98df (diff)
downloadrails-a1fa756e17a2522d69a828ce59b801709483a34f.tar.gz
rails-a1fa756e17a2522d69a828ce59b801709483a34f.tar.bz2
rails-a1fa756e17a2522d69a828ce59b801709483a34f.zip
* is not allowed in windows file names. Closes #2574 #2847
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/controller/render_test.rb2
-rw-r--r--actionpack/test/fixtures/test/hello,world.erb (renamed from actionpack/test/fixtures/test/hello_w*rld.erb)0
2 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/render_test.rb b/actionpack/test/controller/render_test.rb
index 6bcd606bf4..c46755417f 100644
--- a/actionpack/test/controller/render_test.rb
+++ b/actionpack/test/controller/render_test.rb
@@ -410,7 +410,7 @@ class TestController < ActionController::Base
end
def render_with_explicit_escaped_template
- render :template => "test/hello_w*rld"
+ render :template => "test/hello,world"
end
def render_with_explicit_string_template
diff --git a/actionpack/test/fixtures/test/hello_w*rld.erb b/actionpack/test/fixtures/test/hello,world.erb
index bc8fa5e0ca..bc8fa5e0ca 100644
--- a/actionpack/test/fixtures/test/hello_w*rld.erb
+++ b/actionpack/test/fixtures/test/hello,world.erb