[asterisk-scf-commits] asterisk-scf/release/ice-util-cpp.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jun 30 15:53:22 CDT 2011
branch "master" has been updated
via 94a22d0051ee42490b47c41cc81b0f0e61cf36ec (commit)
from 0f59d2c8e9983cbb90d5c6ebe60017d59532e8cf (commit)
Summary of changes:
config/IceUtilCppTests.conf | 2 +-
test/CMakeLists.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 94a22d0051ee42490b47c41cc81b0f0e61cf36ec
Author: Kevin P. Fleming <kpfleming at digium.com>
Date: Thu Jun 30 15:51:12 2011 -0500
Correct unit test configuration file and path errors.
The path to the unit test configuration file was incomplete, and the file
itself did not have the proper name for the test module.
(closes issue ASTSCF-202)
diff --git a/config/IceUtilCppTests.conf b/config/IceUtilCppTests.conf
index 745d32f..029ae1a 100644
--- a/config/IceUtilCppTests.conf
+++ b/config/IceUtilCppTests.conf
@@ -17,4 +17,4 @@ IceBox.ServiceManager.Endpoints=default -p 56000
IceBox.ServiceManager.ThreadPool.Size=4
IceBoxManager.Proxy=IceBox/ServiceManager:default -p 56000
-IceBox.Service.ProxyHelper=ascf-ice-util-cpp-tests:create
+IceBox.Service.ProxyHelper=astscf-ice-util-cpp-test:create
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 160f2f7..610766e 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -12,7 +12,7 @@ astscf_component_add_ice_libraries(astscf-ice-util-cpp-test IceBox)
astscf_component_add_boost_libraries(astscf-ice-util-cpp-test unit_test_framework date_time thread)
astscf_component_add_slice_collection_libraries(astscf-ice-util-cpp-test ASTSCF)
astscf_component_build_icebox(astscf-ice-util-cpp-test)
-astscf_test_icebox(astscf-ice-util-cpp-test IceUtilCppTests.conf)
+astscf_test_icebox(astscf-ice-util-cpp-test config/IceUtilCppTests.conf)
add_subdirectory(Async)
add_subdirectory(Replication)
-----------------------------------------------------------------------
--
asterisk-scf/release/ice-util-cpp.git
More information about the asterisk-scf-commits
mailing list