[asterisk-scf-commits] asterisk-scf/release/bridging.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jul 12 10:18:35 CDT 2012
branch "master" has been updated
via e159074147caca84eb8d6e0785de863fe9adb19c (commit)
from 8bb1c91e824a16fa876315c2e55985821c6f4a21 (commit)
Summary of changes:
test/TestBridging.cpp | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit e159074147caca84eb8d6e0785de863fe9adb19c
Author: Brent Eagles <beagles at digium.com>
Date: Thu Jul 12 12:47:28 2012 -0230
The bridge had some bugs that were preventing a proper cleanup in the past. Now that they
have been resolved, there were a couple of bogus calls in the test suite.
diff --git a/test/TestBridging.cpp b/test/TestBridging.cpp
index f166e92..55bebc4 100644
--- a/test/TestBridging.cpp
+++ b/test/TestBridging.cpp
@@ -1192,8 +1192,6 @@ public:
BOOST_REQUIRE(bridgeListener->waitForStopped(5000));
BOOST_REQUIRE(!returnedCookies.empty());
tasteCookies(returnedCookies);
- returnedCookies = bridge->getCookies(cookies);
- tasteCookies(returnedCookies);
}
catch (const Ice::Exception& ex)
@@ -1302,8 +1300,6 @@ public:
BOOST_REQUIRE(!returnedCookies.empty());
tasteCookies(returnedCookies, true, false, true, true);
cookies.erase(cookies.begin() +1);
- returnedCookies = bridge->getCookies(cookies);
- tasteCookies(returnedCookies, true, false, true, true);
}
catch (const Ice::Exception& ex)
{
-----------------------------------------------------------------------
--
asterisk-scf/release/bridging.git
More information about the asterisk-scf-commits
mailing list