[Asterisk-code-review] Fix tests/apps/directory/directory result dependency. (testsuite[15])
Jenkins2
asteriskteam at digium.com
Tue Jun 5 07:22:33 CDT 2018
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9076 )
Change subject: Fix tests/apps/directory/directory_result dependency.
......................................................................
Fix tests/apps/directory/directory_result dependency.
It's app_userevent, not app_userever.
Change-Id: I1b80de84bc92d71ebde28f89e01a944d72846cb3
---
M tests/apps/directory/directory_result/test-config.yaml
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Benjamin Keith Ford: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved
Jenkins2: Approved for Submit
diff --git a/tests/apps/directory/directory_result/test-config.yaml b/tests/apps/directory/directory_result/test-config.yaml
index 1dcb224..63efd2e 100644
--- a/tests/apps/directory/directory_result/test-config.yaml
+++ b/tests/apps/directory/directory_result/test-config.yaml
@@ -297,7 +297,7 @@
- asterisk : 'app_directory'
- asterisk : 'app_playback'
- asterisk : 'app_senddtmf'
- - asterisk : 'app_userever'
+ - asterisk : 'app_userevent'
- asterisk : 'app_verbose'
- asterisk : 'pbx_config'
--
To view, visit https://gerrit.asterisk.org/9076
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: I1b80de84bc92d71ebde28f89e01a944d72846cb3
Gerrit-Change-Number: 9076
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180605/e1ca226b/attachment.html>
More information about the asterisk-code-review
mailing list