wine-wine/dlls/snmpapi
Juan Lang dd75176d34 snmpapi: Relax tests to fix some failures.
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.
2009-02-16 11:48:04 +01:00
..
tests snmpapi: Relax tests to fix some failures. 2009-02-16 11:48:04 +01:00
Makefile.in
main.c
snmpapi.spec