summaryrefslogtreecommitdiffstats
path: root/t/superuser--orphans.t
Commit message (Collapse)AuthorAgeFilesLines
* adapt to perl-5.18's random hash keys orderingThierry Vignaud2013-10-041-2/+2
| | | | | | | | | | | | | | | | | | | | (translate_why_removed_one) ensure we got the right reason (testsuite) adapt to new URPM predictible behaviour it was previously relying on the following fixed hash order: $ perl -MData::Dumper -e 'warn Dumper [ keys {'rr1', 'rr1', 'rr2', 'rr2'} ]; \ warn Dumper [ keys {'bb1', 'bb1', 'bb2', 'bb2-1'} ]' $VAR1 = [ 'rr2', 'rr1' ]; $VAR1 = [ 'bb1', 'bb2' ];
* adjust parsing of orphan message in auto-orphan testChristophe Fergeau2010-01-121-1/+1
|
* Print all parameters when entering test_auto_select_raw_urpmq_urpmeAnssi Hannula2009-07-091-1/+1
| | | | | in orphans.t (one was missing).
* Adapt string match in orphans.t for changes in urpmi.Anssi Hannula2009-07-091-1/+1
|
* Add more tests for behaviour described in bug #45054Christophe Fergeau2009-01-131-1/+35
|
* - urpmiPascal Rigaux2008-10-281-0/+5
| | | | | | | | 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)
* - reset unrequested lists after each testsPascal Rigaux2008-09-091-1/+3
| | | | | (since urpme doesn't clean for now)
* 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
|
* 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-071-0/+99