97ee150497304b8bf398d6a69b3b7df447d1def0
[platform/upstream/libzypp.git] / tests / zypp / RepoInfo_test.cc
1
2 #include <iostream>
3 #include <fstream>
4 #include <list>
5 #include <string>
6
7 #include "zypp/base/Logger.h"
8 #include "zypp/base/Exception.h"
9
10 #include "zypp/RepoInfo.h"
11
12 #include <boost/test/unit_test.hpp>
13 #include <boost/test/parameterized_test.hpp>
14 #include <boost/test/unit_test_log.hpp>
15
16 #include "KeyRingTestReceiver.h"
17
18 using boost::unit_test::test_suite;
19 using boost::unit_test::test_case;
20 using namespace boost::unit_test::log;
21
22 using namespace std;
23 using namespace zypp;
24 using namespace zypp::filesystem;
25 using namespace zypp::repo;
26
27 BOOST_AUTO_TEST_CASE(repoinfo_test)
28 {
29
30 }
31
32