From ade455b09c05fc0260f74625e34dc3e052fe79a9 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Fri, 16 Mar 2018 13:44:57 +0100 Subject: [PATCH] MGCP_Test: fix config file include path The config file mistakenly references the defaults for the MSC. - correct include path to use MGCP_Test.default Change-Id: I12c6907717dfba1c31790a2b71f42e37743351af --- mgw/MGCP_Test.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mgw/MGCP_Test.cfg b/mgw/MGCP_Test.cfg index 0cca79ee2..90d736be2 100644 --- a/mgw/MGCP_Test.cfg +++ b/mgw/MGCP_Test.cfg @@ -2,7 +2,7 @@ # Common configuration, shared between test suites "../Common.cfg" # testsuite specific configuration, not expected to change -"./MSC_Tests.default" +"./MGCP_Test.default" # Local configuration below