From 264120fcf333edd443ca0165aebaa3df9a9af210 Mon Sep 17 00:00:00 2001 From: David Hook Date: Wed, 13 Jul 2022 06:52:02 +1000 Subject: instrumented test classes --- crypto/test/src/crypto/test/Haraka256DigestTest.cs | 2 +- crypto/test/src/crypto/test/Haraka512DigestTest.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/test/src') diff --git a/crypto/test/src/crypto/test/Haraka256DigestTest.cs b/crypto/test/src/crypto/test/Haraka256DigestTest.cs index f3a5e8ffe..5d9ec6e9b 100644 --- a/crypto/test/src/crypto/test/Haraka256DigestTest.cs +++ b/crypto/test/src/crypto/test/Haraka256DigestTest.cs @@ -6,7 +6,7 @@ using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; -namespace BouncyCastle.Crypto.Tests +namespace Org.BouncyCastle.Crypto.Tests { [TestFixture] public class Haraka256DigestTest : SimpleTest diff --git a/crypto/test/src/crypto/test/Haraka512DigestTest.cs b/crypto/test/src/crypto/test/Haraka512DigestTest.cs index 822d54879..43a4beff2 100644 --- a/crypto/test/src/crypto/test/Haraka512DigestTest.cs +++ b/crypto/test/src/crypto/test/Haraka512DigestTest.cs @@ -6,7 +6,7 @@ using Org.BouncyCastle.Utilities; using Org.BouncyCastle.Utilities.Encoders; using Org.BouncyCastle.Utilities.Test; -namespace BouncyCastle.Crypto.Tests +namespace Org.BouncyCastle.Crypto.Tests { [TestFixture] public class Haraka512DigestTest : SimpleTest -- cgit 1.4.1