recognize kind "language"
authorKlaus Kaempf <kkaempf@suse.de>
Tue, 28 Feb 2006 13:12:51 +0000 (13:12 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Tue, 28 Feb 2006 13:12:51 +0000 (13:12 +0000)
testsuite/solver/src/deptestomatic.cc

index 31b6267..7204687 100644 (file)
@@ -170,6 +170,9 @@ string2kind (const std::string & str)
        else if (str == "product") {
            kind = ResTraits<zypp::Product>::kind;
        }
+       else if (str == "language") {
+           kind = ResTraits<zypp::Language>::kind;
+       }
        else {
            cerr << "get_poolItem unknown kind '" << str << "'" << endl;
        }