Message478
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.
|
|
Date |
User |
Action |
Args |
2009-02-03 14:20:08 | admin | link | issue629678 messages |
2009-02-03 14:20:08 | admin | create | |
|