From a34f152f892de3122dacafa1be7488dc2d41cc8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 9 Sep 2013 20:27:39 +0200 Subject: asn1_SUITE: Reinstate test of sub-constraint A test of sub-constraints for PER/UPER was lost in commit 9ec0a0babace. --- lib/asn1/test/asn1_SUITE.erl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/asn1/test') diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl index 0d4f6ddb32..bd5ad15be9 100644 --- a/lib/asn1/test/asn1_SUITE.erl +++ b/lib/asn1/test/asn1_SUITE.erl @@ -722,8 +722,11 @@ testConstraints(Config) -> test(Config, fun testConstraints/3). testConstraints(Config, Rule, Opts) -> asn1_test_lib:compile("Constraints", Config, [Rule|Opts]), asn1_test_lib:compile("LargeConstraints", Config, [Rule|Opts]), - testConstraints:int_constraints(Rule). - + testConstraints:int_constraints(Rule), + case Rule of + ber -> ok; + _ -> testConstraints:refed_NNL_name(Rule) + end. testSeqIndefinite(Config) -> test(Config, fun testSeqIndefinite/3, [ber]). -- cgit v1.2.3