aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-07 21:43:11 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-07 21:43:11 +0000
commit8fbe383af334424175035409b9d864d22c697e6a (patch)
tree714bab731f856aa90ce77b113b667a0e789d0529
parentd2c1f7125609169de6d2f3eb9d179a0f2966c264 (diff)
Fix a couple of spelling errors, and add format module dependencies.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@245306 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--tests/test_ast_format_str_reduce.c15
1 files changed, 13 insertions, 2 deletions
diff --git a/tests/test_ast_format_str_reduce.c b/tests/test_ast_format_str_reduce.c
index f6046ea9a..0c24ab2d1 100644
--- a/tests/test_ast_format_str_reduce.c
+++ b/tests/test_ast_format_str_reduce.c
@@ -25,6 +25,17 @@
/*** MODULEINFO
<depend>TEST_FRAMEWORK</depend>
+ <depend>format_g723</depend>
+ <depend>format_g726</depend>
+ <depend>format_g729</depend>
+ <depend>format_gsm</depend>
+ <depend>format_ogg_vorbis</depend>
+ <depend>format_pcm</depend>
+ <depend>format_siren14</depend>
+ <depend>format_siren7</depend>
+ <depend>format_sln</depend>
+ <depend>format_wav</depend>
+ <depend>format_wav_gsm</depend>
***/
#include "asterisk.h"
@@ -35,7 +46,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/file.h"
#include "asterisk/test.h"
-/* this is an array containting a list of strings to test and the expected
+/* this is an array containing a list of strings to test and the expected
* result for each test string. The list should be terminated by an entry
* containing NULL for both elements {NULL, NULL}) */
static char *test_strings[][2] = {
@@ -56,7 +67,7 @@ static char *test_strings[][2] = {
{NULL, NULL},
};
-/* this is a NULL terminated array contating a list of strings that should
+/* this is a NULL terminated array containing a list of strings that should
* cause ast_format_str_reduce() to fail */
static char *fail_strings[] = {
"this will fail", /* format does not exist */