[asterisk-commits] qwell: branch 10-digiumphones r369026 - in /branches/10-digiumphones: ./ apps/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jun 15 11:30:31 CDT 2012
Author: qwell
Date: Fri Jun 15 11:30:27 2012
New Revision: 369026
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369026
Log:
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
Modified:
branches/10-digiumphones/ (props changed)
branches/10-digiumphones/apps/app_voicemail.c
Propchange: branches/10-digiumphones/
------------------------------------------------------------------------------
--- certified-branch-1.8.11-merged (original)
+++ certified-branch-1.8.11-merged Fri Jun 15 11:30:27 2012
@@ -1,1 +1,1 @@
-/certified/branches/1.8.11:364761,365395,368790,368962,368964,368998
+/certified/branches/1.8.11:364761,365395,368790,368962,368964,368998,369024
Modified: branches/10-digiumphones/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/10-digiumphones/apps/app_voicemail.c?view=diff&rev=369026&r1=369025&r2=369026
==============================================================================
--- branches/10-digiumphones/apps/app_voicemail.c (original)
+++ branches/10-digiumphones/apps/app_voicemail.c Fri Jun 15 11:30:27 2012
@@ -13650,7 +13650,7 @@
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);
More information about the asterisk-commits
mailing list