Changeset 15147


Ignore:
Timestamp:
Jan 7, 2016, 5:55:52 AM (8 years ago)
Author:
Jun Omae
Message:

TracMigratePlugin: fix unit tests failing with Trac 1.0+ and PostgreSQL/MySQL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tracmigrateplugin/0.12/tracmigrate/tests/admin.py

    r14656 r15147  
    7070    if 'destroying' in inspect.getargspec(EnvironmentStub.__init__)[0]:
    7171        def _destroy_db(self):
    72             EnvironmentStub(destroying=True)
     72            EnvironmentStub(destroying=True).destroy_db()
    7373    else:
    7474        def _destroy_db(self):
Note: See TracChangeset for help on using the changeset viewer.