When you change a test please consider impact on folks who might have pixel tuned their app and may notice the difference. I'm not saying don't change, but be careful.
Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Maurice Amsellem <maurice.amsel...@systar.com> wrote: No, because the test on line 579 is: var showBorder:Boolean = !isNaN(borderThickness); In the desktop skin, I am setting it that way: var showBorder:Boolean = !isNaN(borderThickness) || borderThickness > 0 ; Should I change the test ? Maurice -----Message d'origine----- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : jeudi 10 octobre 2013 01:23 À : dev@flex.apache.org Objet : Re: Build failed in Jenkins: flex-sdk_mustella #460 (fixed) Hi, > So the variable showBorder on line 579 is set to true. If borderThinkness is 0 shouldn't showBorder be false? Then the callout should be in the right position. Thanks, Justin