I started getting these tests to run against ruote-mongodb. Got it to the point where the functional_connection.rb stuff is working, and added a #shutdown method, but don't have time to go further right now.
https://github.com/heisters/ruote-mongodb/commit/fa85dcedf9da9a029f2c35bb4ad400cfe24fc290 Here are the failures I'm getting: --- 1) Error: test_dump(UtStorage): NoMethodError: undefined method `dump' for #<Ruote::MongoDbStorage:0x9479790> test/unit/storage.rb:270:in `test_dump' 2) Failure: test_override_configuration(UtStorage) [test/unit/storage.rb:376]: <"minamoto"> expected but was <nil>. 3) Failure: test_preserve_configuration(UtStorage) [test/unit/storage.rb:389]: <"taira"> expected but was <nil>. --- Doesn't seem insurmountable, and I'll take another pass at it if/when we decide to migrate to this storage driver. On Tue, Jun 28, 2011 at 8:02 AM, John Mettraux <[email protected]> wrote: > > On Tue, Jun 28, 2011 at 10:48:47AM +0900, John Mettraux wrote: >> >> I have to integrate that email in the documentation... > > Done. > > http://ruote.rubyforge.org/implementing_a_storage.html#testing > > > best regards, > > -- > 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 > -- 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
