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 method setLocale with incoming value 'null': Null value is not 
>> allowed!
>
> This happens because the qx.locale.Manager instance (singleton) has 
> the property locale defined as "nullable : true" wheras 
> qx.util.format.NumberFormat does not, albeit 
> qx.util.format.NumberFormat says "init : null".
>
> As instances of qx.util.format.NumberFormat bind to the 
> qx.locale.Manager instances locale property, sone test fail because 
> they call qx.locale.Manager.getInstance().resetLocale(), which sets 
> locale to null which is not allowed for NumberFormat.
>
> At first point we have to decide what to do with the discrepancy of 
> both "locale" properties in qx.locale.Manager and 
> qx.util.format.NumberFormat.
>
> On the other hand we have to detect undisposed instances of 
> qx.util.format.NumberFormat which may be left behind from other tests.
>
>


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to