summaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove duplicated definitions in test specsChristophe Fergeau2009-03-235-70/+0
|
* Test case from Anssi Hannula for bug #47803Christophe Fergeau2009-03-207-1/+159
|
* - drop support for /etc/urpmi/media.d/*.cfgPascal Rigaux2009-01-282-48/+0
| | | | | | | (was partially broken, non documented and hopefully unused) (mostly reverting commit 234656 which introduced that feature)
* Add more tests for behaviour described in bug #45054Christophe Fergeau2009-01-131-1/+35
|
* Add new testcase for bug #46874Christophe Fergeau2009-01-077-0/+116
|
* fix/enhance commentPascal Rigaux2009-01-071-1/+5
|
* fix typoPascal Rigaux2009-01-071-1/+1
|
* - adapt tests to rpm 4.6:Pascal Rigaux2008-12-157-91/+4
| | | | | | | | o old suggests format is no more handled o buildroot handling changed o build directories for root changed - fix buildroot_default.spec: was broken since %{rpm_version} is not defined
* segfault must not go undetected!Pascal Rigaux2008-12-091-1/+2
|
* sync tests dataPascal Rigaux2008-11-241-0/+13
|
* add a testcase for #45457Pascal Rigaux2008-11-144-5/+69
|
* do not use builrequires dash-static, use gcc to build a special binary, soPascal Rigaux2008-10-318-50/+67
| | | | | that we are less mandriva centered
* - urpmiPascal Rigaux2008-10-285-0/+59
| | | | | | | | o fix "urpmi firefox mozilla-firefox-ext-google-toolbar ; urpme --auto-orphans mozilla-firefox-ext-google-toolbar" which must not remove firefox (cf #45054) (this is especially bad for DrakX/rpmsrate)
* add tests, esp. for %triggerpostun failing that blocks upgrade ofPascal Rigaux2008-10-0815-0/+280
| | | | | drakxtools-backend in mdv2009.0
* test reconfig.urpmiPascal Rigaux2008-09-233-0/+14
|
* test srpms mediaPascal Rigaux2008-09-231-0/+7
|
* adapt to change:Pascal Rigaux2008-09-231-23/+16
| | | | | r246037 | pixel | 2008-09-19 : do not skip "debug_for=" media
* - reset unrequested lists after each testsPascal Rigaux2008-09-091-1/+3
| | | | | (since urpme doesn't clean for now)
* revert unwanted commit (was for debugging)Pascal Rigaux2008-09-091-1/+1
|
* enhance testPascal Rigaux2008-09-081-11/+11
|
* - add some testsPascal Rigaux2008-09-061-0/+21
| | | | | | - reset unrequested list after each tests (since urpme doesn't clean for now)
* add a test case which fails: test_auto_select_urpme(['g', 'gg'], 'g', 'gg')Pascal Rigaux2008-09-061-0/+12
|
* for tests: handle empty list of pkgs to removePascal Rigaux2008-09-061-3/+3
|
* adapt to --suggests urpmi option being now --allow-suggestsPascal Rigaux2008-07-091-1/+1
|
* check that just required packages are not detected as orphansPascal Rigaux2008-07-091-0/+3
| | | | | | (reported on cooker@ that perl-Mail-DomainKeys suggested by spamassassin was detected as orphan)
* check "urpmi --auto-select" and "urpme" correctly warn about new orphansPascal Rigaux2008-07-071-18/+53
|
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-0784-1/+1220
|
* add a testPascal Rigaux2008-06-302-0/+63
|
* fixed in perl-URPM 3.15Pascal Rigaux2008-06-231-3/+2
|
* Add a testcase for urpmi wrongly considering epochless conflicts to match anyAnssi Hannula2008-06-134-0/+67
| | | | | | | epoch in a case when urpmi should upgrade a conflicting package to an actually non-conflicting version. Disabled for now until fixed.
* add a test case for mdvbz#40842Pascal Rigaux2008-05-195-0/+81
|
* add a test case for something that currently failsPascal Rigaux2008-04-0311-0/+169
|
* add a test for "should-restart"Pascal Rigaux2008-03-184-0/+70
|
* add a test that is fixed in perl-URPM 3.12Pascal Rigaux2008-03-078-0/+115
|
* add a commentPascal Rigaux2008-03-071-0/+1
|
* - this bug is fixedPascal Rigaux2008-03-071-2/+2
| | | | | - add bug number (it was only in the commit log)
* "a" and "b" can be installed in any order, so sometimes "a" is first,Pascal Rigaux2008-03-031-3/+11
| | | | | sometimes "b" is first
* urpm/cdrom.pm has been addedPascal Rigaux2008-03-011-1/+1
|
* don't disable tests for jbj rpmPer Øyvind Karlsen2008-03-011-24/+9
|
* skip buildroot checks for rpm5.orgPer Øyvind Karlsen2008-03-013-1/+9
|
* fixed in perl-URPM 3.09Pascal Rigaux2008-02-251-1/+1
|
* add a simple test case for mirrorlistPascal Rigaux2008-02-251-0/+17
|
* add a test case for "sort choices on virtual package by provided version ↵Pascal Rigaux2008-02-258-0/+143
| | | | (#12645)"
* - all tools:Pascal Rigaux2008-02-231-1/+1
| | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation)
* ash is no more static in mandriva, use dash.static instead (for our test ↵Pascal Rigaux2008-02-231-2/+2
| | | | purpose)
* rename conf_file__rel_media into with-dirPascal Rigaux2008-02-211-1/+1
| | | | | (since it will be used in urpmi.cfg too, it needs a less verbose name)
* - urpmi handles /etc/urpmi/media.d/*.cfgPascal Rigaux2008-02-142-0/+48
| | | | | | | as an alternative to using urpmi.addmedia nb: need documentation
* - urpmi, urpme, urpmq, urpmf:Pascal Rigaux2008-02-051-0/+6
| | | | | | | o fix --use-distrib (and add test to ensure it never breaks again)
* simplifyPascal Rigaux2008-02-051-2/+1
|
* adapt to "media_info_dir: media_info" being the defaultPascal Rigaux2008-02-041-10/+10
|