Merge pull request #216 from ilkerde/master
authorMiguel de Icaza <miguel@gnome.org>
Fri, 6 Apr 2012 18:03:35 +0000 (11:03 -0700)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 6 Apr 2012 18:03:35 +0000 (11:03 -0700)
Better CS1529 Compliance for CSharp Code Generator

1  2 
mcs/class/System/System_test.dll.sources

index cbfaeb5b5d3c63739818a99bd210dd77175eff3b,7bcd456c828a8de50bf48a0e1e5b9bea9f3cea47..c800abcd726f2c47a7f52038a2751b87674b8d1e
@@@ -87,6 -87,7 +87,7 @@@ System.CodeDom/CodeVariableDeclarationS
  System.CodeDom/CodeVariableReferenceExpressionTest.cs
  System.CodeDom.Compiler/CodeGeneratorFromTypeTestBase.cs
  System.CodeDom.Compiler/CodeGeneratorOptionsTest.cs
+ System.CodeDom.Compiler/CodeGeneratorGenerateFromCompileUnitTest.cs
  System.CodeDom.Compiler/CodeGeneratorTest.cs
  System.CodeDom.Compiler/CodeGeneratorTestBase.cs
  System.CodeDom.Compiler/ExecutorTest.cs
@@@ -175,12 -176,10 +176,12 @@@ System.Configuration/SettingsPropertyCo
  System.Configuration/SettingsPropertyTest.cs
  System.Configuration/SettingsPropertyValueCollectionTest.cs
  System.Configuration/SettingsPropertyValueTest.cs
 +System.Diagnostics/DebugTest.cs
  System.Diagnostics/DelimitedListTraceListenerTest.cs
  System.Diagnostics/EventLogTest.cs
  System.Diagnostics/StopwatchTest.cs
  System.Diagnostics/SourceSwitchTest.cs
 +System.Diagnostics/TextWriterTraceListenerTest.cs
  System.Diagnostics/TraceSourceTest.cs
  System.Diagnostics/TraceListenerTest.cs
  System.Diagnostics/TraceTest.cs
@@@ -287,7 -286,6 +288,7 @@@ System.Security.Cryptography.X509Certif
  System.Security.Cryptography.X509Certificates/PublicKeyTest.cs
  System.Security.Cryptography.X509Certificates/X500DistinguishedNameTest.cs
  System.Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs
 +System.Security.Cryptography.X509Certificates/X509Cert20Test.cs
  System.Security.Cryptography.X509Certificates/X509Certificate2Test.cs
  System.Security.Cryptography.X509Certificates/X509CertificateCollectionTest.cs
  System.Security.Cryptography.X509Certificates/X509Certificate2CollectionTest.cs
@@@ -491,6 -489,3 +492,6 @@@ System.Timers/TimerCas.c
  System.Web/AspNetHostingPermissionCas.cs
  System.Web/AspNetHostingPermissionAttributeCas.cs
  System.Collections.Concurrent/BlockingCollectionTests.cs
- System.Collections.Concurrent/ParallelTestHelper.cs
 +System.Collections.Concurrent/ConcurrentBagTests.cs
 +System.Collections.Concurrent/CollectionStressTestHelper.cs
++System.Collections.Concurrent/ParallelTestHelper.cs