Mailinglist Archive: zypp-devel (59 mails)
| < Previous | Next > |
[zypp-devel] zypp; Added support for loading helix repos from testcases.
- From: Michael Andres <ma@xxxxxxx>
- Date: Wed, 19 Nov 2008 15:31:37 +0100
- Message-id: <200811191531.37805.ma@xxxxxxx>
JFYI:
For testing or evaluating solver testcases, libzypp now suports loading of
helix files. Some convenience was added to TestSetup. This is what you need
to load all repos from a solver testcase into the pool:
#include "TestSetup.h"
BOOST_AUTO_TEST_CASE(test)
{
TestSetup test( Arch_x86_64 );
test.loadTestcaseRepos(
"/suse/ma/BUGS/153548/YaST2/solverTestcase" );
--
cu,
Michael Andres
+------------------------------------------------------------------+
Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27AC 3FB8 9E3A 27C6 B0E4
+------------------------------------------------------------------+
Michael Andres YaST Development ma@xxxxxxxxxx
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
Maxfeldstrasse 5, D-90409 Nuernberg, Germany, ++49 (0)911 - 740 53-0
+------------------------------------------------------------------+
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |