[asterisk-scf-commits] asterisk-scf/release/servicediscovery.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Oct 24 12:33:47 CDT 2011
branch "master" has been updated
via 4e51c78b3c1b3e58cd792b5cdc9ee84e0897536e (commit)
from e371a1ed94d84f6b56ae0dfbf3be6840c05871eb (commit)
Summary of changes:
test/TestServiceLocator.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 4e51c78b3c1b3e58cd792b5cdc9ee84e0897536e
Author: David M. Lee <dlee at digium.com>
Date: Thu Oct 20 16:39:35 2011 -0500
Fixed unused variable warning
diff --git a/test/TestServiceLocator.cpp b/test/TestServiceLocator.cpp
index 7a60b11..ccf4122 100644
--- a/test/TestServiceLocator.cpp
+++ b/test/TestServiceLocator.cpp
@@ -212,7 +212,7 @@ struct GlobalIceFixture
cerr << msg << endl;
status = 1;
}
-
+ BOOST_CHECK_EQUAL(0, status);
} // end Fixture() constructor
~GlobalIceFixture()
-----------------------------------------------------------------------
--
asterisk-scf/release/servicediscovery.git
More information about the asterisk-scf-commits
mailing list