It looks like this last test failure just won't pass on CI as it is
running 1.8.6, from the code:

  # This is broken in 1.8.6 (not supported in Rails 3.0) because the
cache uses a Hash
  # key. Since Ruby 1.8.6 implements Hash#hash using the hash's
object_id, it will never
  # successfully get a cache hit here.
  def test_template_changes_are_not_reflected_with_cached_templates

What to do? Upgrade to 1.8.7? Get some kind of multi-ruby CI going?

-jp

On Thu, Sep 3, 2009 at 2:53 PM, <thewoolley...@gmail.com> wrote:
>
> The build failed.
>
> CHANGES
> -------
> Revision ...f61dc0e committed by Yehuda Katz + Carl Lerche 
> <ykatz+cler...@engineyard.com> on 2009-09-03 18:40:03
>
>    Remove a useless method in the fixture template class
>
>  actionpack/test/lib/fixture_template.rb |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
>
>
>
> TEST FAILURES AND ERRORS
> -----------------------
> Name: 
> test_template_changes_are_not_reflected_with_cached_templates(CompiledTemplatesTest)
> Type: Failure
> Message: <"Hello world!"> expected but was
> <"Goodbye world!">.
>
> ./test/template/compiled_templates_test.rb:23:in 
> `test_template_changes_are_not_reflected_with_cached_templates'
>     ./test/template/compiled_templates_test.rb:57:in `modify_template'
>     ./test/template/compiled_templates_test.rb:22:in 
> `test_template_changes_are_not_reflected_with_cached_templates'
>     
> /usr/local/lib/ruby/gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in
>  `__send__'
>     
> /usr/local/lib/ruby/gems/1.8/gems/mocha-0.9.7/lib/mocha/integration/test_unit/ruby_version_186_and_above.rb:19:in
>  `run'
>
>
>
>
> See http://ci.rubyonrails.org/builds/rails/f61dc0e for details.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-core+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to