Skip to content

Commit

Permalink
Removed left-over NUnit references from comments (#36606)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredmyers authored May 17, 2020
1 parent 9c0ba55 commit 4224c4c
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public ConfigurationPropertyCollection GetProperties()
}

[Fact]
// [NUnit.Framework.Category("NotWorking")]
public void Properties()
{
Poker p = new Poker("name", "value");
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
//
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/System.Runtime/tests/System/Attributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4224c4c

Please sign in to comment.