[asterisk-commits] pjsip/statsd/contacts: Update test to expect Created states (testsuite[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Dec 3 12:58:15 CST 2015
Anonymous Coward #1000019 has submitted this change and it was merged.
Change subject: pjsip/statsd/contacts: Update test to expect Created states
......................................................................
pjsip/statsd/contacts: Update test to expect Created states
pjsip_options now correctly sets the initial state of a contact status
to Created instead of Unknown. The yaml needed to be updated to
expect that.
ASTERISK-25598
Change-Id: Ic820199e41cb72980c5ef76f0cd8cd748b3d3f8a
---
M tests/channels/pjsip/statsd/contacts/test-config.yaml
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
diff --git a/tests/channels/pjsip/statsd/contacts/test-config.yaml b/tests/channels/pjsip/statsd/contacts/test-config.yaml
index 98dbe1a..3022e1f 100644
--- a/tests/channels/pjsip/statsd/contacts/test-config.yaml
+++ b/tests/channels/pjsip/statsd/contacts/test-config.yaml
@@ -36,9 +36,9 @@
-
'PJSIP\.contacts\.states\.Created:0\|g'
-
- 'PJSIP\.contacts\.states\.Unknown:\+1\|g'
+ 'PJSIP\.contacts\.states\.Created:\+1\|g'
-
- 'PJSIP\.contacts\.states\.Unknown:\-1\|g'
+ 'PJSIP\.contacts\.states\.Created:\-1\|g'
-
'PJSIP\.contacts\.states\.Reachable:\+1\|g'
-
--
To view, visit https://gerrit.asterisk.org/1755
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic820199e41cb72980c5ef76f0cd8cd748b3d3f8a
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
More information about the asterisk-commits
mailing list