Mailinglist Archive: zypp-devel (102 mails)
| < Previous | Next > |
Re: [zypp-devel] [PATCH 3/3] Fix Python testcase for the Solver
- From: Klaus Kaempf <kkaempf@xxxxxxx>
- Date: Tue, 17 Mar 2009 15:13:54 +0100
- Message-id: <20090317141354.GB30601@xxxxxxxxxxxxx>
* Jan Blunck <jblunck@xxxxxxx> [Mar 17. 2009 14:46]:
The 'get' function was replaced by 'solvable' in HEAD in order to make
it more self-explanatory.
Klaus
---
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
-
- def test_solvable(self):
- solv = self.pool.get(2)
- assert solv
- print solv
- print "%s-%s.%s[%s]" % (solv.name(),solv.evr(),solv.arch(),solv.vendor())
The 'get' function was replaced by 'solvable' in HEAD in order to make
it more self-explanatory.
Klaus
---
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |