mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
dd75176d34
The tests were overly restrictive. The functions are supposed to return values less than 0, 0, or greater than 0, whereas the tests restricted the return values to -1, 0, or 1. Using less than 0/greater than 0 comparisons rather than == -1 or == 1 should fix a few failing tests, and match the API descriptions better. |
||
---|---|---|
.. | ||
tests | ||
main.c | ||
Makefile.in | ||
snmpapi.spec |