Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable timestamp provider test and fix 3 broken tests #3210

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
enable timestampProviderTest
  • Loading branch information
heng-liu committed Jan 30, 2020
commit 9226343aadf83b500f1839cca78fcb851d89e01f
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.

#if IS_DESKTOP
#if IS_SIGNING_SUPPORTED

using System;
using System.Collections.Generic;
Original file line number Diff line number Diff line change
@@ -496,7 +496,7 @@ public static SignedCms GenerateSignedCms(X509Certificate2 cert, byte[] content)

return cms;
}
#if IS_DESKTOP
#if IS_SIGNING_SUPPORTED
/// <summary>
/// Generates a SignedCMS object for some content.
/// </summary>