[asterisk-commits] tests/channels/pjsip/acl call: Fix test execution. (testsuite[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 19 12:15:16 CDT 2016
Anonymous Coward #1000019 has submitted this change and it was merged.
Change subject: tests/channels/pjsip/acl_call: Fix test execution.
......................................................................
tests/channels/pjsip/acl_call: Fix test execution.
This test did not have the execute bit set on the run-test file
causing it not to run. The required SQLite database was also
empty. This change fixes both and the test now runs (and passes).
ASTERISK-25900
Change-Id: I39527721396155aab25a856bd79c1ecaf2f6676b
---
M tests/channels/pjsip/acl_call/realtime.sqlite3
M tests/channels/pjsip/acl_call/run-test
2 files changed, 0 insertions(+), 0 deletions(-)
Approvals:
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
diff --git a/tests/channels/pjsip/acl_call/realtime.sqlite3 b/tests/channels/pjsip/acl_call/realtime.sqlite3
index e69de29..4f3acdf 100644
--- a/tests/channels/pjsip/acl_call/realtime.sqlite3
+++ b/tests/channels/pjsip/acl_call/realtime.sqlite3
Binary files differ
diff --git a/tests/channels/pjsip/acl_call/run-test b/tests/channels/pjsip/acl_call/run-test
old mode 100644
new mode 100755
--
To view, visit https://gerrit.asterisk.org/2878
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I39527721396155aab25a856bd79c1ecaf2f6676b
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>
More information about the asterisk-commits
mailing list