X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Fcmdgroup.cpp;fp=test%2Fcmdgroup.cpp;h=942fd88d7bcd393b04838fc5b8a5417227ca7eec;hp=1c30cc3534dd2d2ccbc0a23b0639418d9be0b140;hb=8fccaecc28ed1ad0747e516a6f0cb1d350406798;hpb=2d7579fdb8935ad3cb560d5c56b9e8464f1fe162 diff --git a/test/cmdgroup.cpp b/test/cmdgroup.cpp index 1c30cc3..942fd88 100644 --- a/test/cmdgroup.cpp +++ b/test/cmdgroup.cpp @@ -271,8 +271,6 @@ BOOST_AUTO_TEST_CASE(WrongGroup) } catch(t2n_command_error &e) { ret=e.what(); } - catch(...) - { throw; } string expected_what="illegal command of type ";