summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/versions
Commit message (Collapse)AuthorAgeFilesLines
* cpv_sort_key: test suffix orderZac Medico2010-12-021-2/+2
|
* add new cpv_sort_key() functionZac Medico2010-12-011-0/+16
|
* Use assertFalse insead of failIf since failIf is deprecated in python 3.2.Zac Medico2010-04-111-4/+4
|
* Remove all svn $Id keywords.Zac Medico2010-03-242-2/+0
|
* Revert r15161 so 12.2.5 is greater than 12.2b once again. Depending on how youZac Medico2010-01-041-4/+4
| | | | | | | | look at, it may seem counter-intuitive. However, if you really think about it, it seems like it's probably safe to assume that 12.2.5 > 12.2b is the behavior that is intended by anyone who would use versions such as these. svn path=/main/trunk/; revision=15166
* More cases.Zac Medico2010-01-041-0/+3
| | | | svn path=/main/trunk/; revision=15165
* Add some more cases for versions with letter suffixes.Zac Medico2010-01-041-0/+3
| | | | svn path=/main/trunk/; revision=15164
* Add test cases for cvs versions.Zac Medico2010-01-041-0/+3
| | | | svn path=/main/trunk/; revision=15163
* Fix vercmp so 1b > 1 and add corresponding tests.Zac Medico2010-01-041-0/+3
| | | | svn path=/main/trunk/; revision=15162
* Revert vercmp() behavior so 12.2b > 12.2.5 which was accidentally changed inZac Medico2010-01-041-2/+4
| | | | | | | r2309 (between portage-2.0.x and portage-2.1). Thanks to Brian Harring for reporting in bug #287848, comment #3. svn path=/main/trunk/; revision=15161
* Add test cases for implicit .0 at end of version.Zac Medico2010-01-041-0/+3
| | | | svn path=/main/trunk/; revision=15160
* Add some tests related to bug #287848.Zac Medico2009-12-301-3/+9
| | | | svn path=/main/trunk/; revision=15155
* Add some really big integers to the vercmp tests.Zac Medico2009-05-161-1/+3
| | | | svn path=/main/trunk/; revision=13623
* * 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. svn path=/main/trunk/; revision=9178
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-071-0/+0
| | | | svn path=/main/trunk/; revision=7748
* Add some floating point vercmp cases.Zac Medico2007-08-151-1/+4
| | | | svn path=/main/trunk/; revision=7622
* Update all the unittests to use the new framework, test skipping with ↵Alec Warner2007-03-061-1/+1
| | | | | | isValidAtom, add silly xpak test since I have it 'done' svn path=/main/trunk/; revision=6182
* remove redundant directory nowAlec Warner2007-02-022-0/+44
svn path=/main/trunk/; revision=5871