On 16/11/2007, Vijay Kiran Kamuju infyquest@gmail.com wrote:
ChangeLog
Add tests for RSA_AES provider in rsaenh
Note:
Some tests might fail as there is no RSA_AES provider in wine. These will be fixed once the implementation is in place, which will be sent next.
The recommended way to do this is mark the parts of the tests that fail in Wine with todo_wine.
- Reece
There is a test in derive_key function that fails. If I put a if condition to make it a todo_wine, it looks loke a hack and its ugly As that function is used alot.
--- VJ
On Nov 16, 2007 5:45 PM, Reece Dunn msclrhd@googlemail.com wrote:
On 16/11/2007, Vijay Kiran Kamuju infyquest@gmail.com wrote:
ChangeLog
Add tests for RSA_AES provider in rsaenh
Note:
Some tests might fail as there is no RSA_AES provider in wine. These will be fixed once the implementation is in place, which will be sent next.
The recommended way to do this is mark the parts of the tests that fail in Wine with todo_wine.
- Reece
On Nov 17, 2007, at 9:34 AM, "Vijay Kiran Kamuju" infyquest@gmail.com wrote:
There is a test in derive_key function that fails. If I put a if condition to make it a todo_wine, it looks loke a hack and its ugly As that function is used alot.
VJ
On Nov 16, 2007 5:45 PM, Reece Dunn msclrhd@googlemail.com wrote:
On 16/11/2007, Vijay Kiran Kamuju infyquest@gmail.com wrote:
ChangeLog
Add tests for RSA_AES provider in rsaenh
Note:
Some tests might fail as there is no RSA_AES provider in wine. These will be fixed once the implementation is in place, which will be sent next.
The recommended way to do this is mark the parts of the tests that fail in Wine with todo_wine.
- Reece
Ugly or not, the tests wont be accepted otherwise. Also, please bottom-post on this list.
-- James
On Nov 17, 2007 11:45 AM, James Hawkins truiken@gmail.com wrote:
On Nov 17, 2007, at 9:34 AM, "Vijay Kiran Kamuju" infyquest@gmail.com wrote:
There is a test in derive_key function that fails. If I put a if condition to make it a todo_wine, it looks loke a hack and its ugly As that function is used alot.
VJ
On Nov 16, 2007 5:45 PM, Reece Dunn msclrhd@googlemail.com wrote:
On 16/11/2007, Vijay Kiran Kamuju infyquest@gmail.com wrote:
ChangeLog
Add tests for RSA_AES provider in rsaenh
Note:
Some tests might fail as there is no RSA_AES provider in wine. These will be fixed once the implementation is in place, which will be sent next.
The recommended way to do this is mark the parts of the tests that fail in Wine with todo_wine.
- Reece
Ugly or not, the tests wont be accepted otherwise. Also, please bottom-post on this list.
-- James
It seems there is a bug in the tests, Once this is fixed I will resend it again. I have sent this to Juan Lang for review. Once our expert tells me whats wrong I will resend. Sorry for top posting, I was in a hurry.
--- VJ