Austin English wrote:
> >> +ok(!lstrcmp(lf.lfFaceName, "Arial") ||
> >> + !lstrcmp(lf.lfFaceName, "Liberation Sans"), "wrong face name
> >> %s\n", lf.lfFaceName);
> >
> > The tests are supposed to reflect Windows behaviour, what Windows version
> > does return "Liberation Sans" in this
On Wed, Oct 17, 2012 at 7:54 PM, Dmitry Timoshkov wrote:
> Austin English wrote:
>
>> +ok(!lstrcmp(lf.lfFaceName, "Arial") ||
>> + !lstrcmp(lf.lfFaceName, "Liberation Sans"), "wrong face name %s\n",
>> lf.lfFaceName);
>
> The tests are supposed to reflect Windows behaviour, what Window
Austin English wrote:
> +ok(!lstrcmp(lf.lfFaceName, "Arial") ||
> + !lstrcmp(lf.lfFaceName, "Liberation Sans"), "wrong face name %s\n",
> lf.lfFaceName);
The tests are supposed to reflect Windows behaviour, what Windows version
does return "Liberation Sans" in this test?
--
Dmitry.