Skip to content
Snippets Groups Projects
Commit c33819fc authored by tho's avatar tho
Browse files

use unittest include from util!

parent ecaeec1e
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
// Custom includes
#include "Node.hh"
#include <boost/test/auto_unit_test.hpp>
#include "../Utils/auto_unit_test.hh"
#include <boost/test/test_tools.hpp>
#define prefix_
......
......@@ -35,7 +35,7 @@
#include "Parse.ih"
#include "../Utils/String.hh"
#include <boost/test/auto_unit_test.hpp>
#include "../Utils/auto_unit_test.hh"
#include <boost/test/test_tools.hpp>
#define prefix_
......
......@@ -29,7 +29,7 @@
// Custom includes
#include "Server.hh"
#include <boost/test/auto_unit_test.hpp>
#include "../Utils/auto_unit_test.hh"
#include <boost/test/test_tools.hpp>
#define prefix_
......
......@@ -184,7 +184,7 @@ BOOST_AUTO_UNIT_TEST(MPESection_create)
0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x52, 0xdf,
0x6a, 0x1d
};
BOOST_CHECK( equal( sec.data().begin(), sec.data().end(), sec_data ));
BOOST_CHECK( equal( sec.data().begin(), sec.data().end(), sec_data ));
}
///////////////////////////////cc.e////////////////////////////////////////
......
......@@ -29,7 +29,7 @@
// Custom includes
#include "String.hh"
#include <boost/test/auto_unit_test.hpp>
#include "auto_unit_test.hh"
#include <boost/test/test_tools.hpp>
#define prefix_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment