summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-01-21 19:43:45 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-01-21 19:43:45 +0700
commite881ee06950d623a7678cda637ebd39dd33658fa (patch)
tree63d04a0b3229b35db606e736506943cb55170b51 /crypto/test
parentBMA-118 (diff)
downloadBouncyCastle.NET-ed25519-e881ee06950d623a7678cda637ebd39dd33658fa.tar.xz
Stop using DerUnknownTag (throw exceptions during parsing instead)
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/asn1/test/EqualsAndHashCodeTest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/test/src/asn1/test/EqualsAndHashCodeTest.cs b/crypto/test/src/asn1/test/EqualsAndHashCodeTest.cs

index 21172f816..7e0695341 100644 --- a/crypto/test/src/asn1/test/EqualsAndHashCodeTest.cs +++ b/crypto/test/src/asn1/test/EqualsAndHashCodeTest.cs
@@ -41,7 +41,6 @@ namespace Org.BouncyCastle.Asn1.Tests new DerT61String("hello world"), new DerTaggedObject(0, new DerPrintableString("hello world")), new DerUniversalString(data), - new DerUnknownTag(true, 500, data), new DerUtcTime(new DateTime()), new DerUtf8String("hello world"), new DerVisibleString("hello world")