Modify ↓
Opened 16 years ago
Closed 16 years ago
#7619 closed defect (fixed)
EnvironmentStub wrong implementation of get_known_users()
Reported by: | 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 , 16 years ago
Milestone: | → 0.11.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 16 years ago
Owner: | set to |
---|---|
Status: | reopened → new |
Note:
See TracTickets
for help on using tickets.
Fixed in [7527]. Thanks!