Re: secur32: add first SSPI test to actually see what work needs to be done

2005-08-04 Thread Kai Blin
* Stefan Leichter [EMAIL PROTECTED] [03/08/05, 19:47:08]: you have to include your test into programs/winetest/Makefile.in too, to get your test into the winetest.exe, which delivers the results for http://test.winehq.org/data/ . Whoops. Ok, sure. I'll fix that when I've fixed the patch.

Re: secur32: add first SSPI test to actually see what work needs to be done

2005-08-04 Thread Stefan Leichter
Am Donnerstag, 4. August 2005 11:41 schrieb Kai Blin: * Stefan Leichter [EMAIL PROTECTED] [03/08/05, 19:47:08]: you have to include your test into programs/winetest/Makefile.in too, to get your test into the winetest.exe, which delivers the results for http://test.winehq.org/data/ .

Re: secur32: add first SSPI test to actually see what work needs to be done

2005-08-03 Thread Kai Blin
* Kai Blin [EMAIL PROTECTED] [03/08/05, 02:03:27]: +sec_status = QuerySecurityPackageInfo( sec_pkg_name, pkg_info); + +ok((long)sec_status = 0L, Return value of QuerySecurityPackageInfo should be = 0, but is %ld\n, (long)sec_status); + Never mind that. After running the tests