Re: [Yum-devel] [PATCH 1/3] Allow tests to be multi-commands, aka. shell.

2010-10-08 Thread Tim Lauridsen
On Fri, Oct 8, 2010 at 11:02 PM, James Antill wrote: > --- > test/testbase.py | 17 + > 1 files changed, 13 insertions(+), 4 deletions(-) > > diff --git a/test/testbase.py b/test/testbase.py > index f91fbf1..803ce9c 100644 > --- a/test/testbase.py > +++ b/test/testbase.py > @@

Re: [Yum-devel] [PATCH 2/3] Add tests for remove+update, and update+remove.

2010-10-08 Thread Tim Lauridsen
On Fri, Oct 8, 2010 at 11:02 PM, James Antill wrote: > --- > cli.py| 12 +--- > test/simpleremovetests.py | 63 > + > test/simpleupdatetests.py | 62 > > 3 files changed, 132 in

Re: [Yum-devel] [PATCH 3/3] Fix problems with remove+update.

2010-10-08 Thread Tim Lauridsen
On Fri, Oct 8, 2010 at 11:02 PM, James Antill wrote: > --- > yum/__init__.py | 10 -- > 1 files changed, 8 insertions(+), 2 deletions(-) > > diff --git a/yum/__init__.py b/yum/__init__.py > index 7445f9e..6a7db7a 100644 > --- a/yum/__init__.py > +++ b/yum/__init__.py > @@ -3597,6 +3597

[Yum-devel] [PATCH 2/3] Add tests for remove+update, and update+remove.

2010-10-08 Thread James Antill
--- cli.py| 12 +--- test/simpleremovetests.py | 63 + test/simpleupdatetests.py | 62 3 files changed, 132 insertions(+), 5 deletions(-) diff --git a/cli.py b/cli.py index a2a05

[Yum-devel] [PATCH 3/3] Fix problems with remove+update.

2010-10-08 Thread James Antill
--- yum/__init__.py | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index 7445f9e..6a7db7a 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -3597,6 +3597,9 @@ class YumBase(depsolve.Depsolve): self.ts

[Yum-devel] [PATCH 1/3] Allow tests to be multi-commands, aka. shell.

2010-10-08 Thread James Antill
--- test/testbase.py | 17 + 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/test/testbase.py b/test/testbase.py index f91fbf1..803ce9c 100644 --- a/test/testbase.py +++ b/test/testbase.py @@ -399,7 +399,7 @@ class OperationsTests(_DepsolveTestsBase): """