aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/test
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2014-03-31 10:58:29 +0200
committerAnders Svensson <[email protected]>2014-03-31 10:58:29 +0200
commit19a391b42dffeb88b8ec615ca4cc3a8b4936f1a0 (patch)
treefea4a024f727383ca5970ebd301a76ca05bbdb84 /lib/diameter/test
parent12501a16ce960bfe778c319d17d0c4b7d0bb1d68 (diff)
parentd1ceb909e8867b4dfd97130270ef16201cc3e27b (diff)
downloadotp-19a391b42dffeb88b8ec615ca4cc3a8b4936f1a0.tar.gz
otp-19a391b42dffeb88b8ec615ca4cc3a8b4936f1a0.tar.bz2
otp-19a391b42dffeb88b8ec615ca4cc3a8b4936f1a0.zip
Merge branch 'anders/diameter/unicode/OTP-11686'
* anders/diameter/unicode/OTP-11686: Use fun encoding to erl_parse:abstract/2 Adapt dictionary compilation to new default encoding
Diffstat (limited to 'lib/diameter/test')
-rw-r--r--lib/diameter/test/diameter_compiler_SUITE.erl10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/diameter/test/diameter_compiler_SUITE.erl b/lib/diameter/test/diameter_compiler_SUITE.erl
index df4dde6240..08ffe5981d 100644
--- a/lib/diameter/test/diameter_compiler_SUITE.erl
+++ b/lib/diameter/test/diameter_compiler_SUITE.erl
@@ -120,6 +120,16 @@
{avp_has_duplicate_flag,
" -",
" MM"},
+ {ok,
+ "@vendor 0",
+ "@vendor 10415"},
+ {ok,
+ [{"@vendor 0", "@vendor 10415"},
+ {"Proxy-Info .*M$", "&V"},
+ {"Proxy-Info ::= [^>]*", "& 10415 "}]},
+ {grouped_vendor_id_without_flag,
+ [{"@vendor 0", "@vendor 10415"},
+ {"Proxy-Info ::= [^>]*", "& 10415 "}]},
{avp_has_vendor_id,
"@avp_types",
"@avp_vendor_id 667 Class\n&"},