[svn-commits] mjordan: testsuite/asterisk/trunk r5362 - /asterisk/trunk/tests/manager/exten...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Aug 6 20:59:49 CDT 2014


Author: mjordan
Date: Wed Aug  6 20:59:46 2014
New Revision: 5362

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=5362
Log:
extensions.lua: Add a dummy .lua dialplan extension to prevent conflicts

The samples extensions.lua has a couple of extra hints that this test does not
expect. As a result, the number of expected events received when the action
is run will not match.

This patch adds an empty extensions.lua to prevent this conflict.

Added:
    asterisk/trunk/tests/manager/exten_state_list/configs/ast1/extensions.lua   (with props)

Added: asterisk/trunk/tests/manager/exten_state_list/configs/ast1/extensions.lua
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/manager/exten_state_list/configs/ast1/extensions.lua?view=auto&rev=5362
==============================================================================
--- asterisk/trunk/tests/manager/exten_state_list/configs/ast1/extensions.lua (added)
+++ asterisk/trunk/tests/manager/exten_state_list/configs/ast1/extensions.lua Wed Aug  6 20:59:46 2014
@@ -1,0 +1,4 @@
+-- Keep empty. This will cause the testsuite
+-- to blow away the default extensions.lua that
+-- comes with the samples, which contains hints
+-- that will break this test.

Propchange: asterisk/trunk/tests/manager/exten_state_list/configs/ast1/extensions.lua
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: asterisk/trunk/tests/manager/exten_state_list/configs/ast1/extensions.lua
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: asterisk/trunk/tests/manager/exten_state_list/configs/ast1/extensions.lua
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list