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:
23f4008
)
source -> channel for testsuite
author
Klaus Kaempf
<kkaempf@suse.de>
Sun, 5 Feb 2006 13:24:10 +0000
(13:24 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Sun, 5 Feb 2006 13:24:10 +0000
(13:24 +0000)
testsuite/solver/src/deptestomatic.cc
patch
|
blob
|
history
diff --git
a/testsuite/solver/src/deptestomatic.cc
b/testsuite/solver/src/deptestomatic.cc
index
8cd6b8b
..
81525d0
100644
(file)
--- a/
testsuite/solver/src/deptestomatic.cc
+++ b/
testsuite/solver/src/deptestomatic.cc
@@
-61,7
+61,6
@@
#include "zypp/CapFilters.h"
#include "zypp/media/MediaManager.h"
-#include "zypp/source/SourceImpl.h"
#include "helix/HelixSourceImpl.h"
@@
-684,7
+683,7
@@
parse_xml_setup (XmlNode_Ptr node)
poolItem = get_poolItem (source_alias, package_name, kind_name);
if (poolItem) {
- RESULT << "Locking " << package_name << " from
source
" << source_alias << endl;
+ RESULT << "Locking " << package_name << " from
channel
" << source_alias << endl;
#warning Needs locks
#if 0
r->setLocked (true);