[asterisk-commits] tests/rest api/recording/duration: Update Finished values. (testsuite[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Feb 3 06:18:41 CST 2016


Joshua Colp has submitted this change and it was merged.

Change subject: tests/rest_api/recording/duration: Update Finished values.
......................................................................


tests/rest_api/recording/duration: Update Finished values.

Due to the latest release of the sounds the resulting finished
values are now different than they used to be. This change updates
them.

Change-Id: Ib36b4f84fdcd3709945e75f59722f2d2cd3e7f39
---
M tests/rest_api/recording/duration/test-config.yaml
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Kevin Harwell: Looks good to me, but someone else must approve
  Anonymous Coward #1000019: Verified
  Joshua Colp: Looks good to me, approved



diff --git a/tests/rest_api/recording/duration/test-config.yaml b/tests/rest_api/recording/duration/test-config.yaml
index a1cea75..7b0305c 100644
--- a/tests/rest_api/recording/duration/test-config.yaml
+++ b/tests/rest_api/recording/duration/test-config.yaml
@@ -102,9 +102,9 @@
                     type: RecordingFinished
                     application: testsuite
                     recording:
-                        duration: 6
+                        duration: 7
                         talking_duration: 4
-                        silence_duration: 2
+                        silence_duration: 3
             count: 1
             requests:
                 -

-- 
To view, visit https://gerrit.asterisk.org/2144
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib36b4f84fdcd3709945e75f59722f2d2cd3e7f39
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>



More information about the asterisk-commits mailing list