X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.Security.Cryptography.X509Certificates%2FX509CertificateCollectionTest.cs;fp=mcs%2Fclass%2FSystem%2FTest%2FSystem.Security.Cryptography.X509Certificates%2FX509CertificateCollectionTest.cs;h=eb65c659502c86813a2c428615c39ed7f5960696;hb=a0c11a3449599d55deefdf26cd311d998908c53e;hp=e530ceb5a04277eecd3d587e03838f7e36222c2a;hpb=d3a1d80b9b0d7194ba7a9f650d9a1779cb6778e1;p=mono.git diff --git a/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509CertificateCollectionTest.cs b/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509CertificateCollectionTest.cs index e530ceb5a04..eb65c659502 100755 --- a/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509CertificateCollectionTest.cs +++ b/mcs/class/System/Test/System.Security.Cryptography.X509Certificates/X509CertificateCollectionTest.cs @@ -225,6 +225,11 @@ namespace MonoTests.System.Security.Cryptography.X509Certificates { } [Test] +#if NET_2_0 + [Category ("NotWorking")] + // The last test depends on Equals () doing a reference comparison + // which is no longer true in 2.0 +#endif public void IndexOf () { X509CertificateCollection c = new X509CertificateCollection (); @@ -275,6 +280,11 @@ namespace MonoTests.System.Security.Cryptography.X509Certificates { [Test] [ExpectedException (typeof (ArgumentException))] +#if NET_2_0 + [Category ("NotWorking")] + // The last test depends on Equals () doing a reference comparison + // which is no longer true in 2.0 +#endif public void Remove_ByValue () { X509CertificateCollection c = new X509CertificateCollection ();