[svn-commits] kmoore: testsuite/asterisk/trunk r3381 - in /asterisk/trunk/tests: apps/chans...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jul 31 14:55:13 CDT 2012


Author: kmoore
Date: Tue Jul 31 14:55:09 2012
New Revision: 3381

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3381
Log:
Fix tests that didn't take well to the move

Modified:
    asterisk/trunk/tests/apps/chanspy/chanspy_barge/run-test
    asterisk/trunk/tests/apps/chanspy/chanspy_w_mixmonitor/run-test
    asterisk/trunk/tests/apps/mixmonitor/run-test
    asterisk/trunk/tests/apps/queues/position_priority_maxlen/run-test
    asterisk/trunk/tests/channels/SIP/rfc2833_dtmf_detect/run-test

Modified: asterisk/trunk/tests/apps/chanspy/chanspy_barge/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/chanspy/chanspy_barge/run-test?view=diff&rev=3381&r1=3380&r2=3381
==============================================================================
--- asterisk/trunk/tests/apps/chanspy/chanspy_barge/run-test (original)
+++ asterisk/trunk/tests/apps/chanspy/chanspy_barge/run-test Tue Jul 31 14:55:09 2012
@@ -19,7 +19,7 @@
 sys.path.append("lib/python")
 from asterisk.asterisk import Asterisk
 
-workingdir = "chanspy/chanspy_barge"
+workingdir = "apps/chanspy/chanspy_barge"
 testdir = "tests/%s" % workingdir
 
 class ChanSpyBarge:

Modified: asterisk/trunk/tests/apps/chanspy/chanspy_w_mixmonitor/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/chanspy/chanspy_w_mixmonitor/run-test?view=diff&rev=3381&r1=3380&r2=3381
==============================================================================
--- asterisk/trunk/tests/apps/chanspy/chanspy_w_mixmonitor/run-test (original)
+++ asterisk/trunk/tests/apps/chanspy/chanspy_w_mixmonitor/run-test Tue Jul 31 14:55:09 2012
@@ -19,7 +19,7 @@
 sys.path.append("lib/python")
 from asterisk.asterisk import Asterisk
 
-workingdir = "chanspy/chanspy_w_mixmonitor"
+workingdir = "apps/chanspy/chanspy_w_mixmonitor"
 testdir = "tests/%s" % workingdir
 
 

Modified: asterisk/trunk/tests/apps/mixmonitor/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/mixmonitor/run-test?view=diff&rev=3381&r1=3380&r2=3381
==============================================================================
--- asterisk/trunk/tests/apps/mixmonitor/run-test (original)
+++ asterisk/trunk/tests/apps/mixmonitor/run-test Tue Jul 31 14:55:09 2012
@@ -16,7 +16,7 @@
 sys.path.append("lib/python")
 from asterisk.asterisk import Asterisk
 
-workingdir = "mixmonitor"
+workingdir = "apps/mixmonitor"
 testdir = "tests/%s" % workingdir
 
 class MixMonitorTest:

Modified: asterisk/trunk/tests/apps/queues/position_priority_maxlen/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/queues/position_priority_maxlen/run-test?view=diff&rev=3381&r1=3380&r2=3381
==============================================================================
--- asterisk/trunk/tests/apps/queues/position_priority_maxlen/run-test (original)
+++ asterisk/trunk/tests/apps/queues/position_priority_maxlen/run-test Tue Jul 31 14:55:09 2012
@@ -1,4 +1,4 @@
 #!/usr/bin/env bash
 set -e
 
-asttest -a / -s tests/queues/position_priority_maxlen
+asttest -a / -s tests/apps/queues/position_priority_maxlen

Modified: asterisk/trunk/tests/channels/SIP/rfc2833_dtmf_detect/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/rfc2833_dtmf_detect/run-test?view=diff&rev=3381&r1=3380&r2=3381
==============================================================================
--- asterisk/trunk/tests/channels/SIP/rfc2833_dtmf_detect/run-test (original)
+++ asterisk/trunk/tests/channels/SIP/rfc2833_dtmf_detect/run-test Tue Jul 31 14:55:09 2012
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
 set -e
 
-asttest -a / -s tests/rfc2833_dtmf_detect
+asttest -a / -s tests/channels/SIP/rfc2833_dtmf_detect
 




More information about the svn-commits mailing list