Skip to content

Commit

Permalink
Lowercase eacute. For consistency with old test.
Browse files Browse the repository at this point in the history
  • Loading branch information
celeduc committed Jan 4, 2012
1 parent 64368b1 commit 99e8686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_encodings.rb
Expand Up @@ -28,7 +28,7 @@ def test_ascii_http_post
end

def test_utf8_http_post
name = "jos\u00C9" + ("X" * 1000) # pad the field to help get the URL over the 2000 length limit so AWS uses a POST
name = "jos\u00E9" + ("X" * 1000) # pad the field to help get the URL over the 2000 length limit so AWS uses a POST
nickname = "??" + ("X" * 1000) # pad the field to help get the URL over the 2000 length limit so AWS uses a POST
mm = MyModel.create :name=>name, :nickname=>nickname
mm.save
Expand Down

0 comments on commit 99e8686

Please sign in to comment.