This has been like this for quite some time now on Win32. The problem is that, when you save an empty string into an ENV variable, it is later returned as nil. Since the whole core team is on OS X they don't experience this and therefore it was never fixed.

4 weeks ago I submitted a patch for this in ticket #5276 <http://dev.rubyonrails.org/ticket/5276>

The patch is simple, it just adds checking for nil in a certain condition that previously assumed a value is a string.

On 6/28/06, Francois Beausoleil <[EMAIL PROTECTED]> wrote:
Hi !

I get a failure for
RawPostDataTest#test_put_with_empty_content_type_ignores_body at

_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to