public void testValueSetInRequestContextIsHonoured()
{
//ugly ?
_mafct.release();
_mafct = null;
_mafct = new MockRequestContext();
_mafct.setDecimalSeparator('*');
_mafct.setNumberGroupingSeparator('!');
_mafct.setCurrencyCode(null);
Mock mock = mock(UIComponent.class);
UIComponent component = (UIComponent) mock.proxy();