On Tue, Sep 1, 2009 at 3:27 AM, Nando<[email protected]> wrote: > > As Gonzalo wrote in his last post, I've been coding some participants > based on ruote's ArParticipant. Since it's too soon for us to switch > to Ruote 2.0/ruote-kit -at least until or next release-, I'd like to > test my enhancements under ruote 0.9.20's test framework. Mainly using > "test/functional/db_ft_0_ar_participants.rb" as a template. But before > testing my code, I decided to make sure that this functional test > actually gets executed without problems for the vanilla ArParticipant. > > After configuring "test/ar_test_connection.rb": > (set up db connection and commented out references to deprecated > active_participants") > > And just focusing on "DbFtArParticipantsTest" , I run "rake test > TEST=test/functional/db_ft_0_ar_participants.rb". Shortly after that, > an exeception appears at "logs/ruote.log": > > ===== BEGIN exception ==== > > OpenWFE::ExpressionPool 's_expression_pool' - s_expression_pool > operation :apply on (fei 0.9.21 engine field:__definition test 0 > 20090831-ketatzugasa alpha 0.0.0) failed with > exception : can't dump anonymous class Class > (...) > > ==== END exception ====
Hello Nando, I recently adapted the way options were passed to participants at registration time. I did not run this test and do the participant was left "unadapted". I have now adapated the participant. http://github.com/jmettraux/ruote/commit/0d3f33ed093e64c195db61be0a58358c5a1f1ee6 Sorry for the inconvenience, many thanks, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
