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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Sep 8 13:57:14 CDT 2010


branch "master" has been updated
       via  5ce5975d5b8c31922f0c6277d5f0a609f0580b4a (commit)
      from  1b2696fb609ec4fa333fe7e9801fe2259c43ae24 (commit)

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


- Log -----------------------------------------------------------------
commit 5ce5975d5b8c31922f0c6277d5f0a609f0580b4a
Author: Joshua Colp <jcolp at digium.com>
Date:   Wed Sep 8 16:03:56 2010 -0300

    Correct ports to the newly defined standard ones, and add a note to probably make a configuration file.

diff --git a/test/TestServiceLocator.cpp b/test/TestServiceLocator.cpp
index eafccb3..917448b 100644
--- a/test/TestServiceLocator.cpp
+++ b/test/TestServiceLocator.cpp
@@ -149,13 +149,15 @@ struct GlobalIceFixture
 
 					Testbed.communicator_outgoing = Ice::initialize(mCachedArgs.argc, mCachedArgs.argv);
 
-					Testbed.management = ServiceLocatorManagementPrx::checkedCast(Testbed.communicator_outgoing->stringToProxy("LocatorServiceManagement:tcp -p 5674"));
+					// TODO: This should use a configuration file most likely instead of hardcoding
+
+					Testbed.management = ServiceLocatorManagementPrx::checkedCast(Testbed.communicator_outgoing->stringToProxy("LocatorServiceManagement:tcp -p 4422"));
 
 					if (!Testbed.management) {
 						throw "Invalid service discovery management proxy";
 					}
 
-					Testbed.discovery = ServiceLocatorPrx::checkedCast(Testbed.communicator_outgoing->stringToProxy("LocatorService:tcp -p 2657"));
+					Testbed.discovery = ServiceLocatorPrx::checkedCast(Testbed.communicator_outgoing->stringToProxy("LocatorService:tcp -p 4411"));
 
 					if (!Testbed.discovery) {
 						throw "Invalid service discovery proxy";

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


-- 
asterisk-scf/integration/servicediscovery.git



More information about the asterisk-scf-commits mailing list