regarding priority in the testcases
authorStefan Schubert <schubi@suse.de>
Tue, 14 Oct 2008 13:20:59 +0000 (13:20 +0000)
committerStefan Schubert <schubi@suse.de>
Tue, 14 Oct 2008 13:20:59 +0000 (13:20 +0000)
zypp/solver/detail/Testcase.cc

index b4090ad..526b239 100644 (file)
@@ -439,7 +439,8 @@ HelixControl::HelixControl(const std::string & controlPath,
        *file << TAB << " -->" << endl;
 
        *file << TAB << "<channel file=\"" << str::numstring((long)it->first.id())
-             << "-package.xml.gz\" name=\"" << repo.alias()
+             << "-package.xml.gz\" name=\"" << repo.alias() << "\""
+             << " priority=\"" << repo.priority() 
              << "\" />" << endl << endl;
     }
     for (LocaleSet::const_iterator iter = languages.begin(); iter != languages.end(); iter++) {