X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Fcmdgroup.cpp;h=942fd88d7bcd393b04838fc5b8a5417227ca7eec;hp=1c30cc3534dd2d2ccbc0a23b0639418d9be0b140;hb=HEAD;hpb=307b5e74c506b609d5c407be0943f45255ab5122 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 ";