Local Planet Server?

Sam Ruby rubys at intertwingly.net
Tue May 23 01:00:05 EST 2006


Sam Ruby wrote:
> Jeff Waugh wrote:
> 
>>I'm just taking 51 and 52 atm - anything else you want in?
> 
> If you could accept in enough to make
> 
>   python runtests.py
> 
> pass again, that would do it for me.

The tests fail as the test case itself depends on a prior refactoring
which was done for an unrelated change that isn't destined for release 1.0.

So... I've created a temporary repository with just those refactoring
changes.  No server.  No reading lists.

http://planet.intertwingly.net/updated-refactor/

- Sam Ruby

> rubys at rubix:~/bzr$ bzr get http://www.gnome.org/~jdub/bzr/planet/devel/trunk/
> Branched 43 revision(s).
> rubys at rubix:~/bzr$ cd trunk
> rubys at rubix:~/bzr/trunk$ python runtests.py
> EEE........................................................................................
> ======================================================================
> ERROR: test_fetch (planet.tests.test_sub.SubTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/rubys/bzr/trunk/planet/tests/test_sub.py", line 14, in setUp
>     self.my_planet = planet.Planet(self.config)
> TypeError: __init__() takes exactly 1 argument (2 given)
> 
> ======================================================================
> ERROR: test_update_with_new_date (planet.tests.test_sub.SubTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/rubys/bzr/trunk/planet/tests/test_sub.py", line 14, in setUp
>     self.my_planet = planet.Planet(self.config)
> TypeError: __init__() takes exactly 1 argument (2 given)
> 
> ======================================================================
> ERROR: test_update_with_no_date (planet.tests.test_sub.SubTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/rubys/bzr/trunk/planet/tests/test_sub.py", line 14, in setUp
>     self.my_planet = planet.Planet(self.config)
> TypeError: __init__() takes exactly 1 argument (2 given)
> 
> ----------------------------------------------------------------------
> Ran 91 tests in 0.073s
> 
> FAILED (errors=3)
> rubys at rubix:~/bzr/trunk$ bzr merge http://planet.intertwingly.net/updated-refactor/
> All changes applied successfully.
> rubys at rubix:~/bzr/trunk$ python runtests.py ...........................................................................................
> ----------------------------------------------------------------------
> Ran 91 tests in 0.256s
> 
> OK


More information about the devel mailing list