summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 55072cf82..1a9f73810 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -14180,7 +14180,7 @@ static int load_module(void)
vm_msg_move, vm_msg_remove, vm_msg_forward, vm_msg_play);
#ifdef TEST_FRAMEWORK
- ast_install_vm_test_functions(vm_test_destroy_user, vm_test_create_user);
+ ast_install_vm_test_functions(vm_test_create_user, vm_test_destroy_user);
#endif
ast_realtime_require_field("voicemail", "uniqueid", RQ_UINTEGER3, 11, "password", RQ_CHAR, 10, SENTINEL);