[asterisk-scf-commits] asterisk-scf/integration/media_format_ulaw.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Sun Sep 12 09:56:26 CDT 2010


branch "master" has been updated
       via  59fc75e87742ff9227aa8b98f33872f0c3414e5a (commit)
      from  224321a463bbd74877661a57b1e6de503773c6ec (commit)

Summary of changes:
 test/TestMediaFormatULAW.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 59fc75e87742ff9227aa8b98f33872f0c3414e5a
Author: Russell Bryant <russell at digium.com>
Date:   Sun Sep 12 09:54:14 2010 -0500

    Update port to the new standard port for the service_locator.

diff --git a/test/TestMediaFormatULAW.cpp b/test/TestMediaFormatULAW.cpp
index 805b4c7..b883b94 100644
--- a/test/TestMediaFormatULAW.cpp
+++ b/test/TestMediaFormatULAW.cpp
@@ -68,7 +68,7 @@ struct GlobalIceFixture
 				{
 					Testbed.communicator = Ice::initialize(mCachedArgs.argc, mCachedArgs.argv);
 
-					Testbed.locator = ServiceLocatorPrx::checkedCast(Testbed.communicator->stringToProxy("LocatorService:tcp -p 2657"));
+					Testbed.locator = ServiceLocatorPrx::checkedCast(Testbed.communicator->stringToProxy("LocatorService:tcp -p 4411"));
 
 					if (!Testbed.locator) {
 						throw "Invalid service locator proxy";

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/media_format_ulaw.git



More information about the asterisk-scf-commits mailing list