summaryrefslogtreecommitdiffstats
path: root/tests/portage_versions/test_vercmp.py
Commit message (Collapse)AuthorAgeFilesLines
* * Make pkgcmp() pass the ebuild revision directly into vercmp() sinceZac Medico2008-01-111-4/+17
| | | | | | | | | | | there is code there to handle it already. This eliminates some redundant revision comparison code. Thanks to peper for the patch. * Add some vercmp() test cases for comparison of ebuild revisions. (trunk r9178) svn path=/main/branches/2.1.2/; revision=9182
* Add some floating point vercmp cases. (trunk r7622)Zac Medico2007-08-151-1/+4
| | | | svn path=/main/branches/2.1.2/; revision=7623
* Add a bit of path mangling to allow deeper testsAlec Warner2007-01-111-0/+40
svn path=/main/trunk/; revision=5537