From 2ce72aedc4e87402ac61e87613e3af578b0968d5 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 21 May 2014 16:21:15 +0200 Subject: [PATCH] support NAMESPACE_OTHERPROVIDERS in testcase writer --- zypp/solver/detail/Testcase.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zypp/solver/detail/Testcase.cc b/zypp/solver/detail/Testcase.cc index 6ac6002..c25ebab 100644 --- a/zypp/solver/detail/Testcase.cc +++ b/zypp/solver/detail/Testcase.cc @@ -120,6 +120,10 @@ std::string helixXML( const Capability &cap ) str << "" << endl; + } else if (detail.capRel() == CapDetail::CAP_NAMESPACE + && detail.lhs().id() == NAMESPACE_OTHERPROVIDERS) { + str << "" << endl; } else { // modalias ? IdString packageName; -- 2.7.4