Issue 629678
Created on 2002-10-28 05:25 by anonymous, last changed 2002-10-28 05:25 by anonymous.
File name |
Uploaded |
Description |
Edit |
Remove |
test.log
|
anonymous,
2002-10-28 05:25
|
test.log |
|
|
msg478 |
Author: [hidden] (anonymous) |
Date: 2002-10-28 05:25 |
|
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.
|
msg479 |
Author: [hidden] (lukem) |
Date: 2002-10-28 05:27 |
|
Logged In: YES
user_id=135998
(Oops. I thought I was logged in before I sent this bug in.
If you need to contact me regarding this bug report, email
me: lukem@users.sourceforge.net)
|
msg480 |
Author: [hidden] (richard) |
Date: 2002-10-28 05:56 |
|
Logged In: YES
user_id=6405
Yes, ignore those warnings. I'll look into releasing a 2.2.2 "compatibility"
release. Grrr.
|
|
Date |
User |
Action |
Args |
2002-10-28 05:25:02 | anonymous | create | |
|