<br><br><div class="gmail_quote">2009/3/4 Andreas Rosenberg <span dir="ltr">&lt;<a href="mailto:andreas.rosenberg@apis.de">andreas.rosenberg@apis.de</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div class="h5"><br>
</div></div>Sorry, but I disagree with you opinion.<br>
<br>
A conformance test should verify if an API call works like documented.<br>
<br>
The MSDN documentation specifies nothing regarding error codes for<br>
GetUserProfileDirectory.<br>
<br>
<a href="http://msdn.microsoft.com/en-us/library/bb762280%28VS.85%29.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/bb762280(VS.85).aspx</a><br>
<br>
</blockquote><div>as i see it, if it specifies nothing you have two options, either you don&#39;t Set them or you Set them and test for them.<br>setting and not testing the errors seems wrong to me.<br>and if you look at other wine code error codes are tested all the time, and the variation in error codes of different windows versions is one of the most ocurrent fixes to tests.<br>
you can argue if that&#39;s the correct approach or not, but that&#39;s for the comunity to achieve a consensus, which right now is testing for error codes.<br>�</div></div>