Rick Olson wrote:
Setup of course creates a new controller, request, etc... Has something
changed in the upgrade to 1.1 that would effect multiple process calls
in a controller test?

New controller instances are created on each request anyway.  I try
not to do multiple controller requests in a single test case for this
reason.  Anything requiring multiple requests can go into integration
tests.

Ok. That's a good point. I certainly don't mind rewriting my code.

I brought this up because I thought it might indicate a bug in test_process.rb. It seems like it's handling the flash in a different way.

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

Reply via email to