1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00

Fix the name/assembly of XmlWriterInlineDataDiscoverer. (#78595)

This commit is contained in:
Zoltan Varga 2022-11-19 13:31:00 -05:00 committed by GitHub
parent 6519ec2b64
commit 37cb86cb82
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ namespace System.Xml.XmlWriterApiTests
}
// 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
{