<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 12/26/09 8:44 PM, Dan Kegel wrote:<br>
<blockquote
 cite="mid:a71bd89a0912261144k3298d8b7u3a2c1d72ebf19af8@mail.gmail.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Also, your tests are very risky in terms of non-English locales. I think we
shouldn't test error messages strings.
    </pre>
  </blockquote>
  <pre wrap="">
Can we force the locale to a particular value for the tests
with a registry key or something?  It'd be pretty hard to write
tests without checking *any* error messages.
  </pre>
</blockquote>
<br>
We could extend output file templates to something like:<br>
&lt;wine_english_line&gt;
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
Access is denied.<br>
and skip such lines on other languages. We can't really change the
language as Windows doesn't provide English resources for most binaries
and executables on on non-English installations.<br>
<br>
Thanks,<br>
&nbsp;&nbsp;&nbsp; Jacek<br>
</body>
</html>