[mono/mono] b17461cb: Disable a corlib test assertion which is no longer true.

"Zoltan Varga ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141cd3e42b5-8dc7fa05-c27e-47d3-a308-bb0424cc4c04-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/9acd6e303d8e...b17461cb8a48

   Commit: b17461cb8a4810d2f0e9d76aaa5fa162e51b6c88
   Author: Zoltan Varga <[email protected]> (vargaz)
     Date: 2013-10-18 20:24:04 GMT
      URL: https://github.com/mono/mono/commit/b17461cb8a4810d2f0e9d76aaa5fa162e51b6c88

Disable a corlib test assertion which is no longer true.

Changed paths:
  M mcs/class/corlib/Test/System.Reflection/AssemblyNameTest.cs

Modified: mcs/class/corlib/Test/System.Reflection/AssemblyNameTest.cs
===================================================================
@@ -1177,9 +1177,7 @@ public void Clone_Corlib ()
 		Assert.AreEqual (an.HashAlgorithm, clone.HashAlgorithm, "HashAlgorithm");
 		Assert.AreEqual (an.KeyPair, clone.KeyPair, "KeyPair");
 		Assert.AreEqual (an.Name, clone.Name, "Name");
-#if NET_2_0
-		Assert.AreEqual (an.ProcessorArchitecture, clone.ProcessorArchitecture, "PA");
-#endif
+		//Assert.AreEqual (an.ProcessorArchitecture, clone.ProcessorArchitecture, "PA");
 		Assert.AreEqual (an.Version, clone.Version, "Version");
 		Assert.AreEqual (an.VersionCompatibility, clone.VersionCompatibility, "VersionCompatibility");
 		Assert.AreEqual (an.GetPublicKey (), clone.GetPublicKey (), "GetPublicKey");


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.