On Thursday, August 29, 2013 10:09:28 PM UTC-7, GregD wrote: > Jeremy- > > I tried that and it did not work or I'm missing the problem.... > > Oh, I agree with your statements. I was just want to make sure there was > not some magic I might be missing. > > From the integration plugin_tests.rb.... > > 1) Touch plugin should update the timestamp column for many_to_one > associated records when the record is updated or destroyed > Failure/Error: Unable to find matching line from backtrace > expected 2880000544879/17280000000000 to be within > 0.0006944444444444445 of 0 > # ./spec/integration/plugin_test.rb:546:in `block (2 levels) in <top > (required)>' > > 2) Touch plugin should update the timestamp column for one_to_many > associated records when the record is updated > Failure/Error: Unable to find matching line from backtrace > expected 4800000877813/28800000000000 to be within > 0.0006944444444444445 of 0 > # ./spec/integration/plugin_test.rb:566:in `block (2 levels) in <top > (required)>' > > 3) Touch plugin should update the timestamp column for many_to_many > associated records when the record is updated > Failure/Error: Unable to find matching line from backtrace > expected 533333442039/3200000000000 to be within > 0.0006944444444444445 of 0 > # ./spec/integration/plugin_test.rb:580:in `block (2 levels) in <top > (required)>' >
Are you testing against localhost or a remote server? If you are testing against a remote server, you need to make sure the times are synchronized. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
