From: tho Date: Thu, 7 Oct 2010 11:25:47 +0000 (+0000) Subject: Socket: UnknownInterfaceException: grmpf. Run unit tests before committing changes... X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=0aa069aea1b25b8e8519c9d9c025311e1692177a Socket: UnknownInterfaceException: grmpf. Run unit tests before committing changes! sorry. git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1731 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/senf/Socket/Protocols/Raw/LLAddressing.test.cc b/senf/Socket/Protocols/Raw/LLAddressing.test.cc index ab88cf8..eb2e9fd 100644 --- a/senf/Socket/Protocols/Raw/LLAddressing.test.cc +++ b/senf/Socket/Protocols/Raw/LLAddressing.test.cc @@ -86,7 +86,7 @@ SENF_AUTO_UNIT_TEST(llAddress) { BOOST_CHECK_THROW( LLSocketAddress addr("SENF_TEST_INVALID_INTERFACENAME"), - senf::AddressSyntaxException ); + senf::UnknownInterfaceException ); LLSocketAddress addr ("lo");