comparison tests/libserver/dao-account/main.cpp @ 33:d4f5f7231b84

Misc: switch to .hpp, dos2unix everything while here, #478
author David Demelier <markand@malikania.fr>
date Fri, 17 Jun 2016 13:12:35 +0200
parents a1e80d991968
children 56ab2f0c90dc
comparison
equal deleted inserted replaced
32:81292e0651d2 33:d4f5f7231b84
20 20
21 #include <gtest/gtest.h> 21 #include <gtest/gtest.h>
22 22
23 #include <sysconfig-tests.h> 23 #include <sysconfig-tests.h>
24 24
25 #include <malikania/account.h> 25 #include <malikania/account.hpp>
26 #include <malikania/dao-account.h> 26 #include <malikania/dao-account.hpp>
27 #include <malikania/database.h> 27 #include <malikania/database.hpp>
28 28
29 using namespace malikania; 29 using namespace malikania;
30 30
31 class TestAccountDao : public testing::Test { 31 class TestAccountDao : public testing::Test {
32 protected: 32 protected: