From: hiroshi h. <cos...@gm...> - 2014-11-02 10:05:32
|
Hi, >> In Clutter 1.14, this easing_delay property methods work fine. >> + omit_on_travis_ci > Why did you use Clutter version to determine whether the > test is omitted or not? Is there any Travis CI specific > problem? I've investigated a bit of difference clutter behavior. In older clutter, it needs to call `clutter_actor_save_easing_state()` before call clutter_actor_set_easing_delay()`. Travis CI says same thing: Clutter-WARNING **:You must call clutter_actor_save_easing_state() prior to calling clutter_actor_set_easing_delay(). Does that answer your question? > > In <eb4...@je...> > "[ruby-gnome2-cvs] ruby-gnome2/ruby-gnome2@eb4e3a8 [master] clutter test: add omit to easing_delay test" on Sun, 02 Nov 2014 02:00:40 +0900, > Hiroshi Hatake <nu...@co...> wrote: > >> Hiroshi Hatake 2014-11-02 02:00:40 +0900 (Sun, 02 Nov 2014) >> >> New Revision: eb4e3a8ef298d71e2e22cef6636f786f760e1bd6 >> https://github.com/ruby-gnome2/ruby-gnome2/commit/eb4e3a8ef298d71e2e22cef6636f786f760e1bd6 >> >> Message: >> clutter test: add omit to easing_delay test >> >> Older clutter does not work correctly `Clutter::Actor#easing_delay`? :< >> >> In Clutter 1.14, this easing_delay property methods work fine. >> >> Modified files: >> clutter/test/test-clutter-actor.rb >> >> Modified: clutter/test/test-clutter-actor.rb (+1 -0) >> =================================================================== >> --- clutter/test/test-clutter-actor.rb 2014-11-02 02:00:12 +0900 (9b6b18b) >> +++ clutter/test/test-clutter-actor.rb 2014-11-02 02:00:40 +0900 (c8399c6) >> @@ -83,6 +83,7 @@ class ClutterActorTest < Test::Unit::TestCase >> end >> >> def test_easing_delay >> + omit_on_travis_ci >> delay_msec = 300 >> @actor.easing_delay = delay_msec >> assert_equal(delay_msec, @actor.easing_delay) > ------------------------------------------------------------------------------ > _______________________________________________ > ruby-gnome2-devel-en mailing list > rub...@li... > https://lists.sourceforge.net/lists/listinfo/ruby-gnome2-devel-en |