19 Jan
2009
19 Jan
'09
7:17 p.m.
From: Austin English [mailto:austinenglish(a)gmail.com]
Just do as we do in other tests: ok(GetLastError == Error1 /* Win9X */ || Error2 /* Win2K */ || Error3 /* WinXP */...
Not possible like that in this case since the error checking is done by a helper function which takes the expected value as a parameter. Since the conscensus seems to be that we do need to check the values, I'll throw in a couple of new helper functions. Gé.