Re: [qooxdoo-devel] errors in travis ci runs in current qooxdoo master

2016-03-04 Thread Dietrich Streifert
and another PR: https://github.com/qooxdoo/qooxdoo/pull/187 Am 04.03.2016 um 11:17 schrieb Dietrich Streifert: > And here is the pull request: > > https://github.com/qooxdoo/qooxdoo/pull/186 > > Am 03.03.2016 um 17:58 schrieb Dietrich Streifert: >> Here is another one: >> >> Some tests in qx.test

Re: [qooxdoo-devel] errors in travis ci runs in current qooxdoo master

2016-03-04 Thread Dietrich Streifert
And here is the pull request: https://github.com/qooxdoo/qooxdoo/pull/186 Am 03.03.2016 um 17:58 schrieb Dietrich Streifert: > Here is another one: > > Some tests in qx.test.util.NumberFormat fail with an exception > >> Error: Error in property locale of class qx.util.format.NumberFormat >> in m

Re: [qooxdoo-devel] errors in travis ci runs in current qooxdoo master

2016-03-03 Thread Dietrich Streifert
Here is another one: Some tests in qx.test.util.NumberFormat fail with an exception > Error: Error in property locale of class qx.util.format.NumberFormat > in method setLocale with incoming value 'null': Null value is not allowed! This happens because the qx.locale.Manager instance (singleton)

Re: [qooxdoo-devel] errors in travis ci runs in current qooxdoo master

2016-03-03 Thread Dietrich Streifert
The tests in qx.test.Theme have tests for theme switching with decorators and appearances generated on the fly. This themes only have a dummy decorator called "basic". If the test switches to such a dummy theme, there still exist instances of qx.ui.basic.Image and others from previous tests, wh