Skip to content

Commit

Permalink
Fix the name/assembly of XmlWriterInlineDataDiscoverer. (#78595)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored Nov 19, 2022
1 parent 6519ec2 commit 37cb86c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public virtual bool SupportsDiscoveryEnumeration(IAttributeInfo dataAttribute, I
}

// Based on https://github.com/xunit/xunit/blob/bccfcccf26b2c63c90573fe1a17e6572882ef39c/src/xunit.core/InlineDataAttribute.cs
[DataDiscoverer("System.Xml.Tests.XmlWriterInlineDataDiscoverer", "System.Xml.RW.XmlWriterApi.Tests")]
[DataDiscoverer("System.Xml.XmlWriterApiTests.XmlWriterInlineDataDiscoverer", "System.Private.Xml.Tests")]
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public sealed class XmlWriterInlineDataAttribute : DataAttribute
{
Expand Down

0 comments on commit 37cb86c

Please sign in to comment.