mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix voicemail API tests by using the correct argument order for create/destroy.
........ Merged revisions 369024 from http://svn.asterisk.org/svn/asterisk/certified/branches/1.8.11 ........ Merged revisions 369026 from http://svn.asterisk.org/svn/asterisk/branches/10-digiumphones git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369027 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -14180,7 +14180,7 @@ static int load_module(void)
|
|||||||
vm_msg_move, vm_msg_remove, vm_msg_forward, vm_msg_play);
|
vm_msg_move, vm_msg_remove, vm_msg_forward, vm_msg_play);
|
||||||
|
|
||||||
#ifdef TEST_FRAMEWORK
|
#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
|
#endif
|
||||||
|
|
||||||
ast_realtime_require_field("voicemail", "uniqueid", RQ_UINTEGER3, 11, "password", RQ_CHAR, 10, SENTINEL);
|
ast_realtime_require_field("voicemail", "uniqueid", RQ_UINTEGER3, 11, "password", RQ_CHAR, 10, SENTINEL);
|
||||||
|
Reference in New Issue
Block a user