Mailinglist Archive: zypp-commit (339 mails)
| < Previous | Next > |
[zypp-commit] r11339 - /trunk/libzypp-testsuite/solver/src/deptestomatic.cc
- From: dmacvicar@xxxxxxxxxxxxxxxx
- Date: Tue, 14 Oct 2008 11:43:50 -0000
- Message-id: <20081014114350.55C73F4D5E@xxxxxxxxxxxxxxxx>
Author: dmacvicar
Date: Tue Oct 14 13:43:49 2008
New Revision: 11339
URL: http://svn.opensuse.org/viewcvs/zypp?rev=11339&view=rev
Log:
fix build
Modified:
trunk/libzypp-testsuite/solver/src/deptestomatic.cc
Modified: trunk/libzypp-testsuite/solver/src/deptestomatic.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/solver/src/deptestomatic.cc?rev=11339&r1=11338&r2=11339&view=diff
==============================================================================
--- trunk/libzypp-testsuite/solver/src/deptestomatic.cc (original)
+++ trunk/libzypp-testsuite/solver/src/deptestomatic.cc Tue Oct 14 13:43:49 2008
@@ -663,7 +663,7 @@
cout << "Couldn't load packages from XML file '" << filename <<
"'" << endl;
return false;
}
- repo_add_helix(intSatRepo, fpHelix);
+ repo_add_helix(intSatRepo, fpHelix, 0);
cout << "Loaded " << satRepo.solvablesSize() << " resolvables from "
<< (filename.empty()?pathname.asString():filename) << "." << endl;
pclose( fpHelix );
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Tue Oct 14 13:43:49 2008
New Revision: 11339
URL: http://svn.opensuse.org/viewcvs/zypp?rev=11339&view=rev
Log:
fix build
Modified:
trunk/libzypp-testsuite/solver/src/deptestomatic.cc
Modified: trunk/libzypp-testsuite/solver/src/deptestomatic.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/solver/src/deptestomatic.cc?rev=11339&r1=11338&r2=11339&view=diff
==============================================================================
--- trunk/libzypp-testsuite/solver/src/deptestomatic.cc (original)
+++ trunk/libzypp-testsuite/solver/src/deptestomatic.cc Tue Oct 14 13:43:49 2008
@@ -663,7 +663,7 @@
cout << "Couldn't load packages from XML file '" << filename <<
"'" << endl;
return false;
}
- repo_add_helix(intSatRepo, fpHelix);
+ repo_add_helix(intSatRepo, fpHelix, 0);
cout << "Loaded " << satRepo.solvablesSize() << " resolvables from "
<< (filename.empty()?pathname.asString():filename) << "." << endl;
pclose( fpHelix );
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |