projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18adf8c
)
fix build
author
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Tue, 21 Dec 2010 16:47:11 +0000
(17:47 +0100)
committer
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Tue, 21 Dec 2010 16:47:11 +0000
(17:47 +0100)
tests/parser/RepoFileReader_test.cc
patch
|
blob
|
history
diff --git
a/tests/parser/RepoFileReader_test.cc
b/tests/parser/RepoFileReader_test.cc
index
8a5c4e4
..
7f14cc0
100644
(file)
--- a/
tests/parser/RepoFileReader_test.cc
+++ b/
tests/parser/RepoFileReader_test.cc
@@
-1,9
+1,13
@@
#include <sstream>
#include <string>
#include <zypp/parser/RepoFileReader.h>
+#include <zypp/base/NonCopyable.h>
+
+#include "TestSetup.h"
using std::stringstream;
using std::string;
+using namespace zypp;
static string suse_repo = "[factory-oss]\n"
"name=factory-oss\n"