Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add urpmi testcase for bug #57224 (disabled until fixed) | Anssi Hannula | 2010-01-24 | 6 | -1/+99 |
| | |||||
* | testsuite: fix backtrack-promotion.t for 32bit | Anssi Hannula | 2010-01-23 | 1 | -3/+1 |
| | |||||
* | testsuite: When trying to install two conflicting packages, consider | Anssi Hannula | 2010-01-23 | 2 | -9/+22 |
| | | | | | | the tests passed if either of them is installed succesfully after alerting the user. | ||||
* | add comment about tests known not to work | Christophe Fergeau | 2010-01-12 | 2 | -0/+4 |
| | |||||
* | adjust tests for string changes | Christophe Fergeau | 2010-01-12 | 2 | -3/+3 |
| | |||||
* | adjust parsing of orphan message in auto-orphan test | Christophe Fergeau | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | adjust expected test results | Christophe Fergeau | 2010-01-12 | 2 | -4/+4 |
| | | | | | | These tests have 2 valid outputs depending on which order the packages are picked by urpmi, seems this order changed, so we have to adjust the expected results | ||||
* | undefine distepoch & disttag so that it won't affect buildroot name | Per Øyvind Karlsen | 2009-08-19 | 1 | -0/+2 |
| | |||||
* | Enable urpmi testcase for now fixed bug #52667. | Anssi Hannula | 2009-08-11 | 1 | -2/+2 |
| | |||||
* | Add urpmi testcase for bug #52667. (disabled until fixed) | Anssi Hannula | 2009-08-05 | 6 | -0/+91 |
| | |||||
* | Add --split-length 1 where --split-level 1 is used in urpmi test cases. | Anssi Hannula | 2009-08-05 | 6 | -12/+12 |
| | | | | | | | urpmi used to have a default split-length of 1, but this was changed to 8 some time ago, causing testcases that test both non-splitted and splitted transactions to only test the non-splitted ones. This change fixes that. | ||||
* | Enable urpmi testcase for now fixed bug #52135. | Anssi Hannula | 2009-08-04 | 1 | -2/+2 |
| | |||||
* | dudf patch from Olivier Rosello for the Mancoosi project | Christophe Fergeau | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | add testcase for bug #52153 | Christophe Fergeau | 2009-07-28 | 1 | -4/+10 |
| | | | | Patch by Anssi Hannula | ||||
* | add testcase for bug #52169 into srpm-bootstrapping.t (disabled until fixed) | Anssi Hannula | 2009-07-09 | 1 | -0/+1 |
| | |||||
* | Print all parameters when entering test_auto_select_raw_urpmq_urpme | Anssi Hannula | 2009-07-09 | 1 | -1/+1 |
| | | | | | in orphans.t (one was missing). | ||||
* | Adapt string match in orphans.t for changes in urpmi. | Anssi Hannula | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | Add testcase for bug #52135 (disabled). Adding g.spec changes hdlist ordering | Anssi Hannula | 2009-07-08 | 2 | -1/+19 |
| | | | | | | | and changes result of another test in handle-conflict-deps; change the test accordingly and clarify the WARNING text for that test to explain why it happens. | ||||
* | add testcase for bug #52105 | Anssi Hannula | 2009-07-07 | 6 | -1/+90 |
| | |||||
* | Add testcase for bug #50666 (failing-promotion) | Anssi Hannula | 2009-07-06 | 7 | -0/+111 |
| | |||||
* | Add missing \n | Christophe Fergeau | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | Remove duplicated definitions in test specs | Christophe Fergeau | 2009-03-23 | 5 | -70/+0 |
| | |||||
* | Test case from Anssi Hannula for bug #47803 | Christophe Fergeau | 2009-03-20 | 7 | -1/+159 |
| | |||||
* | - drop support for /etc/urpmi/media.d/*.cfg | Pascal Rigaux | 2009-01-28 | 2 | -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 #45054 | Christophe Fergeau | 2009-01-13 | 1 | -1/+35 |
| | |||||
* | Add new testcase for bug #46874 | Christophe Fergeau | 2009-01-07 | 7 | -0/+116 |
| | |||||
* | fix/enhance comment | Pascal Rigaux | 2009-01-07 | 1 | -1/+5 |
| | |||||
* | fix typo | Pascal Rigaux | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | - adapt tests to rpm 4.6: | Pascal Rigaux | 2008-12-15 | 7 | -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 Rigaux | 2008-12-09 | 1 | -1/+2 |
| | |||||
* | sync tests data | Pascal Rigaux | 2008-11-24 | 1 | -0/+13 |
| | |||||
* | add a testcase for #45457 | Pascal Rigaux | 2008-11-14 | 4 | -5/+69 |
| | |||||
* | do not use builrequires dash-static, use gcc to build a special binary, so | Pascal Rigaux | 2008-10-31 | 8 | -50/+67 |
| | | | | | that we are less mandriva centered | ||||
* | - urpmi | Pascal Rigaux | 2008-10-28 | 5 | -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 of | Pascal Rigaux | 2008-10-08 | 15 | -0/+280 |
| | | | | | drakxtools-backend in mdv2009.0 | ||||
* | test reconfig.urpmi | Pascal Rigaux | 2008-09-23 | 3 | -0/+14 |
| | |||||
* | test srpms media | Pascal Rigaux | 2008-09-23 | 1 | -0/+7 |
| | |||||
* | adapt to change: | Pascal Rigaux | 2008-09-23 | 1 | -23/+16 |
| | | | | | r246037 | pixel | 2008-09-19 : do not skip "debug_for=" media | ||||
* | - reset unrequested lists after each tests | Pascal Rigaux | 2008-09-09 | 1 | -1/+3 |
| | | | | | (since urpme doesn't clean for now) | ||||
* | revert unwanted commit (was for debugging) | Pascal Rigaux | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | enhance test | Pascal Rigaux | 2008-09-08 | 1 | -11/+11 |
| | |||||
* | - add some tests | Pascal Rigaux | 2008-09-06 | 1 | -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 Rigaux | 2008-09-06 | 1 | -0/+12 |
| | |||||
* | for tests: handle empty list of pkgs to remove | Pascal Rigaux | 2008-09-06 | 1 | -3/+3 |
| | |||||
* | adapt to --suggests urpmi option being now --allow-suggests | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | check that just required packages are not detected as orphans | Pascal Rigaux | 2008-07-09 | 1 | -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 orphans | Pascal Rigaux | 2008-07-07 | 1 | -18/+53 |
| | |||||
* | o handle "unrequested orphans" (similar to "deborphan") | Pascal Rigaux | 2008-07-07 | 84 | -1/+1220 |
| | |||||
* | add a test | Pascal Rigaux | 2008-06-30 | 2 | -0/+63 |
| | |||||
* | fixed in perl-URPM 3.15 | Pascal Rigaux | 2008-06-23 | 1 | -3/+2 |
| |