call 'possibleLocales'
authorKlaus Kaempf <kkaempf@suse.de>
Sun, 26 Feb 2006 16:39:44 +0000 (16:39 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Sun, 26 Feb 2006 16:39:44 +0000 (16:39 +0000)
testsuite/solver/src/deptestomatic.cc

index 8d1a1b0..044117e 100644 (file)
@@ -1040,7 +1040,7 @@ parse_xml_trial (XmlNode_Ptr node, const ResPool & pool)
        ZYpp::LocaleSet lset;
        for (list<string>::iterator it = locales.begin(); it != locales.end(); ++it)
            lset.insert( Locale( *it ) );
-       God->setRequestedLocales( lset );
+       God->setPossibleLocales( lset );
     }
 
     node = node->children();