diff options
author | Björn Gustavsson <[email protected]> | 2013-01-24 11:29:04 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-01-24 11:46:26 +0100 |
commit | b344d2bd350f32b340cb5a4997fdab020954f5bf (patch) | |
tree | 342acc418794f420ee940b4d507f67b813ccfae1 /lib/asn1/test | |
parent | 13694772383b66b6fad2ba8e17662a0e71b05110 (diff) | |
download | otp-b344d2bd350f32b340cb5a4997fdab020954f5bf.tar.gz otp-b344d2bd350f32b340cb5a4997fdab020954f5bf.tar.bz2 otp-b344d2bd350f32b340cb5a4997fdab020954f5bf.zip |
Remove vestiges of support for the {TypeName,Value} notation
Support in BER was removed in 3d1279f3cebfdd2483c3afea9f225613fe45cd00.
Diffstat (limited to 'lib/asn1/test')
-rw-r--r-- | lib/asn1/test/testNBAPsystem.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/asn1/test/testNBAPsystem.erl b/lib/asn1/test/testNBAPsystem.erl index 4e8381e51e..3e7dfb0522 100644 --- a/lib/asn1/test/testNBAPsystem.erl +++ b/lib/asn1/test/testNBAPsystem.erl @@ -142,8 +142,7 @@ audit_req() -> protocolIEs = [#'ProtocolIE-Field'{id=114, criticality=ignore, - value={'Start-Of-Audit-Sequence-Indicator', - 'start-of-audit-sequence' } + value='start-of-audit-sequence' } ] }. |