Anthony Bailey wrote: > [a query about patch #7615 and > test_should_cache_get_with_ok_status(PageCachingTest)]
OK, I can see Trac again now. To answer my own question: #7615 does not fix the issue in question. I'll restate it. I'm new to Edge, running on Ubuntu Linux. The actionpack "rake test" failed for me in various places due to some platform-dependent nondeterministic orderings. Patches #7614 and #7615 address all but one: >> test_should_cache_get_with_ok_status(PageCachingTest)] >> get with ok status should have been cached. The test passes when run on its own, but fails under "rake test" on my Ubuntu box since it does its initialization of ActionController::Base.perform_caching at the top of the file rather than using setup/teardown. The asset helper test plays with the same setting, and I expect the caching test is passing for people on other platforms because of the order rake reads and runs the tests in. I've submitted a patch: http://dev.rubyonrails.org/ticket/7640 --Anthony. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
