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

crypto-xml: test behavior change caused by removing CAS related ctor #19494

Merged
merged 1 commit into from May 9, 2017

Conversation

krwq
Copy link
Member

@krwq krwq commented May 8, 2017

@krwq
Copy link
Member Author

krwq commented May 8, 2017

@bartonjs PTAL

// https://github.com/dotnet/corefx/issues/19272
Action decrypt = () => exml.DecryptData(ed, aes);
if (PlatformDetection.IsFullFramework)
Assert.Throws<ArgumentNullException>(decrypt);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sure this is an oops, but at least it doesn't work.

@safern
Copy link
Member

safern commented May 9, 2017

Can we merge? Trying to get a clean desktop run ASAP.

@bartonjs
Copy link
Member

bartonjs commented May 9, 2017

@safern Good with me, sure.

@safern safern merged commit 236933a into dotnet:master May 9, 2017
@safern
Copy link
Member

safern commented May 9, 2017

Thanks :)

@karelz karelz modified the milestone: 2.0.0 May 9, 2017
PaulHigin pushed a commit to PaulHigin/corefx that referenced this pull request May 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
5 participants