Re: (resend) tests for GetPrivateProfileInt
"Stefan Leichter" <Stefan.Leichter(a)camLine.com> wrote:
here are some tests for the function GetPrivateProfileInt. The expected results are the one from NT4. Hopefully the will match for Win 9x also. Before i convert GetPrivateProfileInt from ascii to unicode i like to see some test result from Win9x/ME.
ChangeLog ------------- Added test for GetPrivateProfileInt
1. The patch got wrapped by your mailer. 2. Unicode and Ansi versions of GetPrivateProfileInt (as all other APIs) should be tested separately. -- Dmitry.
Dmitry Timoshkov wrote:
"Stefan Leichter" <Stefan.Leichter(a)camLine.com> wrote:
here are some tests for the function GetPrivateProfileInt. The expected results are the one from NT4. Hopefully the will match for Win 9x also. Before i convert GetPrivateProfileInt from ascii to unicode i like to see some test result from Win9x/ME.
ChangeLog ------------- Added test for GetPrivateProfileInt
1. The patch got wrapped by your mailer.
I will resend the patch when i'm back home.
2. Unicode and Ansi versions of GetPrivateProfileInt (as all other APIs) should be tested separately.
Ok, but i did not understand what this statement means for my patch. Bye Stefan
"Stefan Leichter" <Stefan.Leichter(a)camLine.com> wrote:
2. Unicode and Ansi versions of GetPrivateProfileInt (as all other APIs) should be tested separately.
Ok, but i did not understand what this statement means for my patch.
There is no such an API as GetPrivateProfileInt. Instead, there is a unicode version GetPrivateProfileIntW and ANSI version GetPrivateProfileIntA. Your patch should add tests for each (or at least for one) of them. -- Dmitry.
participants (2)
-
Dmitry Timoshkov -
Stefan Leichter