[hydra-commits] beagles: branch ice/slice-preserving-translators r605 - /ice/branches/slice-p...
SVN commits to the Hydra project
hydra-commits at lists.digium.com
Wed Apr 28 09:46:37 CDT 2010
Author: beagles
Date: Wed Apr 28 09:46:36 2010
New Revision: 605
URL: https://origsvn.digium.com/svn-view/hydra?view=rev&rev=605
Log:
remove exception catch that was added for debugging only
Modified:
ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/exceptions/AllTests.cpp
Modified: ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/exceptions/AllTests.cpp
URL: https://origsvn.digium.com/svn-view/hydra/ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/exceptions/AllTests.cpp?view=diff&rev=605&r1=604&r2=605
==============================================================================
--- ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/exceptions/AllTests.cpp (original)
+++ ice/branches/slice-preserving-translators/cpp/test/Ice/slicing/exceptions/AllTests.cpp Wed Apr 28 09:46:36 2010
@@ -840,11 +840,6 @@
test(b.b == "Base");
test(b.ice_name() =="Test::ClientUnsliceableDerived"); // *NOT* sliced by server
}
- catch(const Ice::Exception& ex)
- {
- std::cerr << ex << std::endl;
- test(false);
- }
catch(...)
{
test(false);
More information about the asterisk-scf-commits
mailing list