recognize Atom kind
authorKlaus Kaempf <kkaempf@suse.de>
Sun, 19 Mar 2006 18:18:49 +0000 (18:18 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Sun, 19 Mar 2006 18:18:49 +0000 (18:18 +0000)
testsuite/solver/src/deptestomatic.cc

index 6f1e10f..4158915 100644 (file)
@@ -157,6 +157,9 @@ string2kind (const std::string & str)
        else if (str == "patch") {
            kind = ResTraits<zypp::Patch>::kind;
        }
+       else if (str == "atom") {
+           kind = ResTraits<zypp::Atom>::kind;
+       }
        else if (str == "pattern") {
            kind = ResTraits<zypp::Pattern>::kind;
        }