summaryrefslogtreecommitdiff
path: root/tests/test_config.c
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-08-25 18:00:46 +0000
committerMatthew Jordan <mjordan@digium.com>2013-08-25 18:00:46 +0000
commit447848a580941a951ed728cde0ba80c254e2e1cd (patch)
tree938893027fbdfb8a6f471990c22cc73b6618e2a1 /tests/test_config.c
parentde44880645b0f5d177258b3dd311765700a0fe9a (diff)
Fix the config_options_test
The config options test requires the entire configuration item to be transparent from the documentation system. So we let it do that too. As an aside, please do not use this power for evil. Documentation is your friend, and you really should document your configurations. Hiding your module's configuration information from the system attempting to enforce some sanity in the universe is something only a Bond villain would contemplate. ........ Merged revisions 397628 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@397629 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_config.c')
-rw-r--r--tests/test_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.c b/tests/test_config.c
index 8eeb9f8a9..6b1a8e420 100644
--- a/tests/test_config.c
+++ b/tests/test_config.c
@@ -749,7 +749,7 @@ struct aco_file config_test_conf = {
};
static AO2_GLOBAL_OBJ_STATIC(global_obj);
-CONFIG_INFO_STANDARD(cfg_info, global_obj, test_config_alloc,
+CONFIG_INFO_TEST(cfg_info, global_obj, test_config_alloc,
.files = ACO_FILES(&config_test_conf),
);