From 05495299a6f04b385ba8812211f6aed39c1a4c83 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Mon, 6 Feb 2012 21:29:48 -0200 Subject: [PATCH] Fix: fixed previous test case namespace. --- test/test_pingprotocol.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/test_pingprotocol.cpp b/test/test_pingprotocol.cpp index 76ab599..519518f 100644 --- a/test/test_pingprotocol.cpp +++ b/test/test_pingprotocol.cpp @@ -25,7 +25,7 @@ on this file might be covered by the GNU General Public License. #include "host/pingprotocol.h" -BOOST_AUTO_TEST_SUITE( TestDnsResolver ) +BOOST_AUTO_TEST_SUITE( TestPingProtocol ) BOOST_AUTO_TEST_CASE( lowercase ) { -- 1.7.1