[Mono-bugs] [Bug 51057][Nor] Changed - Test MonoTests.System.Security.Cryptography.X509Certificates.ValidSignature fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Dec 2003 22:23:14 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by spouliot@videotron.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=51057

--- shadow/51057	2003-12-15 12:39:51.000000000 -0500
+++ shadow/51057.tmp.18916	2003-12-17 22:23:14.000000000 -0500
@@ -45,6 +45,13 @@
 signing certificate - so now it should work under Windows (without 
 messing into the configuration).
 
 I also discovered some bugs in Authenticode and added a new trusted 
 root (Thawte) so you'll have to sync mscorlib with CVS before 
 testing. 
+
+------- Additional Comments From spouliot@videotron.ca  2003-12-17 22:23 -------
+Updated unit tests to use Path.GetFullPath for all filenames as 
+X509Certificate.CreateFromSignedFile sometimes (like on Nick's 
+computer) didn't "see" the file and returned an empty certificate.
+
+This should close the issue.