fix solver testcase
authorMichael Andres <ma@suse.de>
Mon, 4 Feb 2008 14:32:48 +0000 (14:32 +0000)
committerMichael Andres <ma@suse.de>
Mon, 4 Feb 2008 14:32:48 +0000 (14:32 +0000)
zypp/solver/detail/Testcase.cc

index 41b8f1cd6824b2b2494481abd0a0efed407d6021..18d7e2f1989a140de91710b53600e7b049f00321 100644 (file)
@@ -17,6 +17,7 @@
 #include "zypp/solver/detail/Testcase.h"
 #include "zypp/base/Logger.h"
 #include "zypp/base/LogControl.h"
+#include "zypp/ZConfig.h"
 #include "zypp/PathInfo.h"
 #include "zypp/Product.h"
 #include "zypp/Package.h"
 /////////////////////////////////////////////////////////////////////////
 namespace zypp
 { ///////////////////////////////////////////////////////////////////////
-
-  namespace zypp_detail
-  { /////////////////////////////////////////////////////////////////
-    Arch defaultArchitecture();
-    /////////////////////////////////////////////////////////////////
-  } // namespace zypp_detail
-  ///////////////////////////////////////////////////////////////////
   ///////////////////////////////////////////////////////////////////////
   namespace solver
   { /////////////////////////////////////////////////////////////////////
@@ -313,7 +307,7 @@ bool Testcase::createTestcase(Resolver & resolver, bool dumpPool, bool runSolver
 
     HelixControl control (dumpPath + "/solver-test.xml",
                          repoTable,
-                         zypp_detail::defaultArchitecture(),
+                         ZConfig::instance().systemArchitecture(),
                          language);
 
     for (PoolItemList::const_iterator iter = items_to_install.begin(); iter != items_to_install.end(); iter++) {