Re: [2/4] rsaenh: Fixing a testfailure because Win7 seems to support salt with AES

2010-04-30 Thread André Hentschel
Am 30.04.2010 19:52, schrieb Juan Lang: > Hi Andre, I don't object to this patch per se, but: > -ok(!result && (GetLastError() == NTE_BAD_KEY || GetLastError() == > ERROR_NO_TOKEN /* Win7 */), > - "expected NTE_BAD_KEY or ERROR_NO_TOKEN, got %08x\n", GetLastError()); > +todo_wine ok(b

Re: [2/4] rsaenh: Fixing a testfailure because Win7 seems to support salt with AES

2010-04-30 Thread Juan Lang
Hi Andre, I don't object to this patch per se, but: -ok(!result && (GetLastError() == NTE_BAD_KEY || GetLastError() == ERROR_NO_TOKEN /* Win7 */), - "expected NTE_BAD_KEY or ERROR_NO_TOKEN, got %08x\n", GetLastError()); +todo_wine ok(broken(!result && GetLastError() == NTE_BAD_KEY) ||