diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-21 19:43:45 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-21 19:43:45 +0700 |
commit | e881ee06950d623a7678cda637ebd39dd33658fa (patch) | |
tree | 63d04a0b3229b35db606e736506943cb55170b51 /crypto/test | |
parent | BMA-118 (diff) | |
download | BouncyCastle.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.cs | 1 |
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") |