Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Add a test to verify the XmlQualifiedName "duration" of TimeSpan type. #25277

Merged
merged 6 commits into from
Nov 28, 2017

Conversation

huanwu
Copy link
Contributor

@huanwu huanwu commented Nov 15, 2017

Add a test to verify "duration" in the following line.

AddNonXsdPrimitive(typeof(TimeSpan), "TimeSpan", UrtTypes.Namespace, "TimeSpan", new XmlQualifiedName("duration", XmlSchema.Namespace), new XmlSchemaFacet[0], TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);

Fix #18854

@shmao @zhenlan @mconnew

@huanwu huanwu self-assigned this Nov 15, 2017
@huanwu
Copy link
Contributor Author

huanwu commented Nov 16, 2017

@dotnet-bot test NETFX x86 Release Build

@huanwu
Copy link
Contributor Author

huanwu commented Nov 17, 2017

@dotnet-bot test Windows x86 Release Build

1 similar comment
@huanwu
Copy link
Contributor Author

huanwu commented Nov 18, 2017

@dotnet-bot test Windows x86 Release Build

@karelz karelz added this to the 2.1.0 milestone Nov 18, 2017
@huanwu huanwu merged commit 5ce8eec into dotnet:master Nov 28, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
dotnet/corefx#25277)

* Add a test to verify the XmlQualifiedName "duration" for TimeSpan type.

* Skip on netfx. Update test code.

* Not use smartcompare.

* Update verification

* Update the verification.

* Pull out the baseline as a variable.


Commit migrated from dotnet/corefx@5ce8eec
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants