[Merge] lp:~phablet-team/qt-halide/fix-live-updates into lp:qt-halide
Florian Boucault
florian.boucault at canonical.com
Wed Apr 1 17:58:38 UTC 2015
Initially you added some extra checks at the end of the test as part of this MR:
+ spy.clear();
+ transform.functions = [green];
+ compare(spy.count, 0, "Updates should not be fired when changing functions while not live");
+
+ transform.live = true;
+ spy.waitForUpdate()
+ compareAllPixelsWithColor(128, 255, 128, 255, "new function list not rendered when going live");
It would be nice to have them back at some point
--
https://code.launchpad.net/~phablet-team/qt-halide/fix-live-updates/+merge/254067
Your team Ubuntu Phablet Team is subscribed to branch lp:~phablet-team/qt-halide/unit-tests.
More information about the Ubuntu-reviews
mailing list