Removed left-over NUnit references from comments (#36606)
authorAlfred Myers <git@alfredmyers.com>
Sun, 17 May 2020 15:37:47 +0000 (12:37 -0300)
committerGitHub <noreply@github.com>
Sun, 17 May 2020 15:37:47 +0000 (08:37 -0700)
13 files changed:
src/libraries/System.Configuration.ConfigurationManager/tests/Mono/KeyValueConfigurationElementTest.cs
src/libraries/System.Net.Mail/tests/Functional/AlternateViewCollectionTest.cs
src/libraries/System.Net.Mail/tests/Functional/AlternateViewTest.cs
src/libraries/System.Net.Mail/tests/Functional/AttachmentCollectionTest.cs
src/libraries/System.Net.Mail/tests/Functional/AttachmentTest.cs
src/libraries/System.Net.Mail/tests/Functional/LinkedResourceCollectionTest.cs
src/libraries/System.Net.Mail/tests/Functional/LinkedResourceTest.cs
src/libraries/System.Net.Mail/tests/Functional/MailAddressCollectionTest.cs
src/libraries/System.Net.Mail/tests/Functional/MailMessageTest.cs
src/libraries/System.Net.Mail/tests/Functional/SmtpClientTest.cs
src/libraries/System.Net.Mail/tests/Functional/SmtpExceptionTest.cs
src/libraries/System.Private.Xml.Linq/tests/Schema/ExtensionTests.cs
src/libraries/System.Runtime/tests/System/Attributes.cs

index 703e318..7055f2f 100644 (file)
@@ -57,7 +57,6 @@ namespace MonoTests.System.Configuration
         }
 
         [Fact]
-        // [NUnit.Framework.Category("NotWorking")]
         public void Properties()
         {
             Poker p = new Poker("name", "value");
index 6540a16..ed20522 100644 (file)
@@ -1,7 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // See the LICENSE file in the project root for more information.
 //
-// AlternateViewCollectionTest.cs - NUnit Test Cases for System.Net.MailAddress.AlternateViewCollection
+// AlternateViewCollectionTest.cs - Unit Test Cases for System.Net.MailAddress.AlternateViewCollection
 //
 // Authors:
 //   John Luke (john.luke@gmail.com)
index 302dd3e..59320cb 100644 (file)
@@ -1,7 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // See the LICENSE file in the project root for more information.
 //
-// AlternateViewTest.cs - NUnit Test Cases for System.Net.MailAddress.AlternateView
+// AlternateViewTest.cs - Unit Test Cases for System.Net.MailAddress.AlternateView
 //
 // Authors:
 //   John Luke (john.luke@gmail.com)
index 2237a98..68e4c1e 100644 (file)
@@ -1,7 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // See the LICENSE file in the project root for more information.
 //
-// AttachmentCollectionTest.cs - NUnit Test Cases for System.Net.MailAddress.AttachmentCollection
+// AttachmentCollectionTest.cs - Unit Test Cases for System.Net.MailAddress.AttachmentCollection
 //
 // Authors:
 //   John Luke (john.luke@gmail.com)
index a3264ea..9a0b9f4 100644 (file)
@@ -1,7 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // See the LICENSE file in the project root for more information.
 //
-// AttachmentTest.cs - NUnit Test Cases for System.Net.MailAddress.Attachment
+// AttachmentTest.cs - Unit Test Cases for System.Net.MailAddress.Attachment
 //
 // Authors:
 //   John Luke (john.luke@gmail.com)
index 8bed530..68ef770 100644 (file)
@@ -1,7 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // See the LICENSE file in the project root for more information.
 //
-// LinkedResourceCollectionTest.cs - NUnit Test Cases for System.Net.MailAddress.LinkedResourceCollection
+// LinkedResourceCollectionTest.cs - Unit Test Cases for System.Net.MailAddress.LinkedResourceCollection
 //
 // Authors:
 //   John Luke (john.luke@gmail.com)
index c64a92e..00b6a62 100644 (file)
@@ -1,7 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // See the LICENSE file in the project root for more information.
 //
-// LinkedResourceTest.cs - NUnit Test Cases for System.Net.MailAddress.LinkedResource
+// LinkedResourceTest.cs - Unit Test Cases for System.Net.MailAddress.LinkedResource
 //
 // Authors:
 //   John Luke (john.luke@gmail.com)
index 8d1a215..5aa41b4 100644 (file)
@@ -1,7 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // See the LICENSE file in the project root for more information.
 //
-// MailAddressCollectionTest.cs - NUnit Test Cases for System.Net.MailAddress.MailAddressCollection
+// MailAddressCollectionTest.cs - Unit Test Cases for System.Net.MailAddress.MailAddressCollection
 //
 // Authors:
 //   John Luke (john.luke@gmail.com)
index f8be941..bdd41aa 100644 (file)
@@ -1,7 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // See the LICENSE file in the project root for more information.
 //
-// MailMessageTest.cs - NUnit Test Cases for System.Net.MailAddress.MailMessage
+// MailMessageTest.cs - Unit Test Cases for System.Net.MailAddress.MailMessage
 //
 // Authors:
 //   John Luke (john.luke@gmail.com)
index 7e1c86d..ddcb811 100644 (file)
@@ -1,7 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // See the LICENSE file in the project root for more information.
 //
-// SmtpClientTest.cs - NUnit Test Cases for System.Net.Mail.SmtpClient
+// SmtpClientTest.cs - Unit Test Cases for System.Net.Mail.SmtpClient
 //
 // Authors:
 //   John Luke (john.luke@gmail.com)
index 2846746..443a32e 100644 (file)
@@ -1,7 +1,7 @@
 // Licensed to the .NET Foundation under one or more agreements.
 // See the LICENSE file in the project root for more information.
 //
-// SmtpExceptionTest.cs - NUnit Test Cases for System.Net.Mail.SmtpException
+// SmtpExceptionTest.cs - Unit Test Cases for System.Net.Mail.SmtpException
 //
 // Authors:
 //  Gert Driesen (drieseng@users.sourceforge.net)
index a5d88dd..2005c66 100644 (file)
@@ -2,7 +2,7 @@
 // See the LICENSE file in the project root for more information.
 
 //
-// ExtensionsTest.cs - NUnit Test Cases for Extensions.cs class under
+// ExtensionsTest.cs - Unit Test Cases for Extensions.cs class under
 // System.Xml.Schema namespace found in System.Xml.Linq assembly
 // (System.Xml.Linq.dll)
 //
index 92926da..f30464c 100644 (file)
@@ -3,7 +3,7 @@
 // See the LICENSE file in the project root for more information.
 
 //
-// AttributeTest.cs - NUnit Test Cases for the System.Attribute class
+// AttributeTest.cs - Unit Test Cases for the System.Attribute class
 //
 // Authors:
 //  Duco Fijma (duco@lorentz.xs4all.nl)