[asterisk-scf-commits] asterisk-scf/release/routing.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Oct 24 12:34:49 CDT 2011
branch "master" has been updated
via 8fde717473315a552252d184be250968bded2298 (commit)
from 472c492708d30b05c3949e3ffed14f9241b2456d (commit)
Summary of changes:
test/TestRouting.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 8fde717473315a552252d184be250968bded2298
Author: David M. Lee <dlee at digium.com>
Date: Thu Oct 20 16:39:19 2011 -0500
Fixed unused variable warning
diff --git a/test/TestRouting.cpp b/test/TestRouting.cpp
index 2ce0d51..85dd2a6 100644
--- a/test/TestRouting.cpp
+++ b/test/TestRouting.cpp
@@ -182,6 +182,7 @@ struct GlobalIceFixture
cerr << msg << endl;
status = 1;
}
+ BOOST_CHECK_EQUAL(0, status);
} // end Fixture() constructor
void RegisterWithServiceLocator()
-----------------------------------------------------------------------
--
asterisk-scf/release/routing.git
More information about the asterisk-scf-commits
mailing list