From e47f8ba1a1a2df4f6f6f45e1e70ac7a3311246d0 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Tue, 27 Oct 2015 11:40:35 +0700 Subject: Exclude some tests for PORTABLE --- crypto/test/src/security/test/SecureRandomTest.cs | 2 +- crypto/test/src/security/test/TestDotNetUtil.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') diff --git a/crypto/test/src/security/test/SecureRandomTest.cs b/crypto/test/src/security/test/SecureRandomTest.cs index 4f05a286a..f93afc0aa 100644 --- a/crypto/test/src/security/test/SecureRandomTest.cs +++ b/crypto/test/src/security/test/SecureRandomTest.cs @@ -11,7 +11,7 @@ namespace Org.BouncyCastle.Security.Tests [TestFixture] public class SecureRandomTest { -#if !NETCF_1_0 +#if !(NETCF_1_0 || PORTABLE) [Test] public void TestCryptoApi() { diff --git a/crypto/test/src/security/test/TestDotNetUtil.cs b/crypto/test/src/security/test/TestDotNetUtil.cs index f880b388f..3354be0b9 100644 --- a/crypto/test/src/security/test/TestDotNetUtil.cs +++ b/crypto/test/src/security/test/TestDotNetUtil.cs @@ -1,4 +1,4 @@ -#if !(NETCF_1_0 || SILVERLIGHT) +#if !(NETCF_1_0 || SILVERLIGHT || PORTABLE) using System; using System.Security.Cryptography; -- cgit 1.5.1