From b344d2bd350f32b340cb5a4997fdab020954f5bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Thu, 24 Jan 2013 11:29:04 +0100 Subject: Remove vestiges of support for the {TypeName,Value} notation Support in BER was removed in 3d1279f3cebfdd2483c3afea9f225613fe45cd00. --- lib/asn1/test/testNBAPsystem.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/asn1/test') 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' } ] }. -- cgit v1.2.3