Roundup Tracker - Issues

Message478

Author anonymous
Recipients
Date 2002-10-28.05:25:02
Message-id
In-reply-to
I grabbed roundup 0.5.1 (after seeing Richard's great
talk at SAGE-VIC recently), and decided to give it a go.

Running "python2.2 ./run_tests" resulted in a few
different issues. 

I got a few variations of:

-8<-
../roundup/roundupdb.py:172: DeprecationWarning: Use
email.Utils.formataddr() instead
  authaddr = " <%s>" % straddr( ('',authaddr) )
->8-


And a lot of tests failing where the diff is minor
stuff like:

-8<-
- From: "mary"
<issue_tracker@your.tracker.email.domain.example>
+ From: mary
<issue_tracker@your.tracker.email.domain.example>
- Reply-To: "Roundup issue tracker"
<issue_tracker@your.tracker.email.domain.example>
+ Reply-To: Roundup issue tracker
<issue_tracker@your.tracker.email.domain.example>
->8-

The test summary:

-8<-
Ran 116 tests in 82.861s

FAILED (failures=12)

->8-

These all look fairly minor issues, so I'm continuing
ahead with the installation and evaluation, but I
figured you'd want to know.

I've attached the full output of the tests...


Luke.

History
Date User Action Args
2009-02-03 14:20:08adminlinkissue629678 messages
2009-02-03 14:20:08admincreate