Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add some regression tests for parsing disttag & distepoch from synthesis | Per Øyvind Karlsen | 2011-06-21 | 1 | -10/+14 |
| | |||||
* | fix skipping when not building from svn | Per Øyvind Karlsen | 2011-05-07 | 1 | -92/+95 |
| | |||||
* | add a test for src.rpm synthesis | Per Øyvind Karlsen | 2011-05-06 | 2 | -91/+95 |
| | |||||
* | drop URPM::DB::close() and teardown properly by calling rpmcliFini() at exit | Per Øyvind Karlsen | 2011-03-31 | 2 | -5/+0 |
| | |||||
* | skip all tests when synthesis is missing.. | Per Øyvind Karlsen | 2011-02-14 | 1 | -2/+2 |
| | |||||
* | add a comment on why test is disabled.. | Per Øyvind Karlsen | 2011-02-14 | 1 | -1/+0 |
| | |||||
* | open rpmdb in read-only mode | Per Øyvind Karlsen | 2011-01-25 | 1 | -1/+1 |
| | |||||
* | add resolving tests with distepoch | Per Øyvind Karlsen | 2011-01-25 | 1 | -5/+23 |
| | |||||
* | fix memory corruption error due to trying to reuse $db handle.. | Per Øyvind Karlsen | 2011-01-24 | 1 | -7/+3 |
| | |||||
* | fix inverted logic.. | Per Øyvind Karlsen | 2011-01-24 | 1 | -1/+1 |
| | |||||
* | skip fullname & evr check for 'gpg-pubkey' packages | Per Øyvind Karlsen | 2011-01-24 | 2 | -21/+27 |
| | |||||
* | add regression tests for getting tags from rpmdb | Per Øyvind Karlsen | 2011-01-24 | 1 | -1/+91 |
| | |||||
* | fix test skipping | Per Øyvind Karlsen | 2011-01-23 | 1 | -3/+3 |
| | |||||
* | check if $db is defined before trying to close it.. | Per Øyvind Karlsen | 2011-01-23 | 1 | -1/+3 |
| | |||||
* | fix test name | Per Øyvind Karlsen | 2011-01-23 | 1 | -1/+1 |
| | |||||
* | add checks for various fields per synthesis entry | Per Øyvind Karlsen | 2011-01-23 | 2 | -1/+98 |
| | |||||
* | correct test text | Per Øyvind Karlsen | 2011-01-21 | 1 | -1/+1 |
| | |||||
* | add regression tests for rpmdb conversion | Per Øyvind Karlsen | 2011-01-19 | 3 | -1/+43 |
| | |||||
* | remove no longer required hack for missing URPM::DB::close() | Per Øyvind Karlsen | 2011-01-11 | 1 | -1/+1 |
| | |||||
* | add URPM::DB::close() | Per Øyvind Karlsen | 2011-01-11 | 1 | -6/+1 |
| | |||||
* | merge rpm5 branch | Per Øyvind Karlsen | 2011-01-08 | 7 | -22/+2813 |
| | |||||
* | really clean up temporary files & directories properly | Per Øyvind Karlsen | 2009-07-22 | 2 | -8/+8 |
| | |||||
* | prevent distepoch & disttag to be added and appended to package filename | Per Øyvind Karlsen | 2009-07-22 | 1 | -0/+5 |
| | |||||
* | revert wrong commit | Pascal Rigaux | 2008-12-09 | 1 | -5/+4 |
| | |||||
* | correctly clean temp directories | Pascal Rigaux | 2008-12-09 | 1 | -4/+5 |
| | |||||
* | - don't handle %_sourcedir specially, it's not needed | Pascal Rigaux | 2008-12-09 | 1 | -2/+2 |
| | | | | | | - use an absolute filename for %_topdir, it seems to help (bug in rpm 4.6.0-rc1?) | ||||
* | - list_rpm_tag() is no more | Pascal Rigaux | 2008-12-09 | 1 | -8/+1 |
| | | | | | - remove a failing test (old) | ||||
* | adapt tests to ->compare change | Pascal Rigaux | 2008-06-24 | 1 | -9/+15 |
| | |||||
* | do not do "uniq" on "fullname" since gpg-pubkey-xxxxxxxx-xxxxxxxx can be ↵ | Pascal Rigaux | 2008-02-25 | 1 | -3/+2 |
| | | | | installed twice | ||||
* | test is_platform_compat() only on jbj's rpm | Pascal Rigaux | 2007-12-14 | 1 | -1/+8 |
| | |||||
* | fix test (#35398) | Pascal Rigaux | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | - fix bug in sort_graph (used by build_transaction_set) | Pascal Rigaux | 2007-09-03 | 1 | -3/+65 |
| | |||||
* | add a test | Pascal Rigaux | 2007-09-03 | 1 | -0/+14 |
| | |||||
* | - add Pkg_is_platform_compat() and Urpm_platformscore() coming with rpm 4.4.8 | Olivier Thauvin | 2007-07-04 | 1 | -1/+2 |
| | |||||
* | - make is_arch_compat rpm 4.4.8 compliant | Olivier Thauvin | 2007-06-19 | 1 | -1/+2 |
| | |||||
* | - chdir "t" | Pascal Rigaux | 2007-01-15 | 1 | -14/+16 |
| | | | | | - remove temporary "headers/" | ||||
* | work in directory "t" | Pascal Rigaux | 2007-01-15 | 1 | -2/+3 |
| | |||||
* | move test-rpm.spec into t/ | Pascal Rigaux | 2007-01-15 | 3 | -2/+38 |
| | |||||
* | - use our own tmppath (Patrice Dumas) | Pascal Rigaux | 2007-01-15 | 1 | -2/+5 |
| | | | | | - remove temporary build directories | ||||
* | - much stricter synthesis parsing. fail on first error | Pascal Rigaux | 2006-12-04 | 3 | -10/+17 |
| | | | | | - add test using a buggy synthesis that occured on kenobi | ||||
* | remove temp file | Pascal Rigaux | 2006-12-04 | 1 | -1/+1 |
| | |||||
* | add some tests on empty header, buggy header, empty hdlist | Pascal Rigaux | 2006-11-17 | 1 | -1/+17 |
| | |||||
* | - parse_hdlist on a simple header was broken because pid was left unset, | Pascal Rigaux | 2006-11-17 | 1 | -1/+13 |
| | | | | | - add some tests for this | ||||
* | do display on which pkgs the 2 sorted lists disagree | Pascal Rigaux | 2006-11-15 | 1 | -1/+3 |
| | |||||
* | remove debug stuff | Pascal Rigaux | 2006-11-15 | 1 | -2/+0 |
| | |||||
* | Add POD test, remove sole pod fragment in URPM::Build | Rafael Garcia-Suarez | 2006-09-07 | 1 | -0/+5 |
| | |||||
* | Perform this test faster | Rafael Garcia-Suarez | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | Be more Test::More-ish, add a TODO test | Rafael Garcia-Suarez | 2006-03-06 | 1 | -14/+19 |
| | |||||
* | In spec2srcheader(): extend stack; fudge with errno. | Rafael Garcia-Suarez | 2006-01-19 | 1 | -1/+7 |
| | |||||
* | Return undef on spec parsing failure | Rafael Garcia-Suarez | 2006-01-19 | 1 | -2/+7 |
| |