Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7619 closed defect (fixed)

EnvironmentStub wrong implementation of get_known_users()

Reported by: tumma72@… Owned by: Remy Blank
Priority: normal Milestone: 0.11.2
Component: ticket system Version:
Severity: normal Keywords: testing
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The Stub implementation differs from the real environment… just a glinch ;-)

Best ANdreaT

Index: trac/test.py =================================================================== —- trac/test.py (revision 7349) +++ trac/test.py (working copy) @@ -211,7 +211,7 @@

def get_db_cnx(self):

return self.db

  • def get_known_users(self, db):

+ def get_known_users(self, db=None):

return self.known_users

Attachments (0)

Change History (4)

comment:1 by Remy Blank, 16 years ago

Milestone: 0.11.2
Resolution: fixed
Status: newclosed

Fixed in [7527]. Thanks!

comment:2 by Christian Boos, 16 years ago

Resolution: fixed
Status: closedreopened

comment:3 by Christian Boos, 16 years ago

Owner: set to Remy Blank
Status: reopenednew

comment:4 by Christian Boos, 16 years ago

Resolution: fixed
Status: newclosed

fixing owner

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Remy Blank.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Remy Blank to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.