aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-05 19:07:18 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-05 19:07:18 +0000
commit8d1c94179d2bc6b52c351e66c42d78fd90045386 (patch)
treeca2c3169b7048aff7a0263b19ba66507ba25848a /tests
parent18b029228da17ef3621d5db3bca96a8c91f043d9 (diff)
Merge tests that verify the same thing. (Oops.)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@245046 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ast_format_str_reduce.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_ast_format_str_reduce.c b/tests/test_ast_format_str_reduce.c
index 7cb0285b3..f6046ea9a 100644
--- a/tests/test_ast_format_str_reduce.c
+++ b/tests/test_ast_format_str_reduce.c
@@ -49,6 +49,10 @@ static char *test_strings[][2] = {
{"wav|ulaw|pcm|alaw|sln|raw", "wav|ulaw|alaw|sln"},
{"wav|gsm|wav49", "wav|gsm|wav49"},
{"WAV|gsm|wav49", "WAV|gsm"},
+ {"wav|invalid|gsm", "wav|gsm"},
+ {"invalid|gsm", "gsm"},
+ {"ulaw|gsm|invalid", "ulaw|gsm"},
+ {"g723|g726-40|g729|gsm|ilbc|ogg|wav|WAV|siren7|siren14|sln", "g723|g726-40|g729|gsm|ilbc|ogg|wav|WAV|siren7|siren14"},
{NULL, NULL},
};