Changeset 5196

Show
Ignore:
Timestamp:
08/21/08 21:46:17 (3 months ago)
Author:
kskuhlman
Message:

Apply patch from #1891

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/turbogears/testutil.py

    r5176 r5196  
    304304                sqlobject.SQLObject) and item != sqlobject.SQLObject \ 
    305305                and item != InheritableSQLObject: 
    306                 item.dropTable(ifExists=True
     306                item.dropTable(ifExists=True, cascade=True
    307307 
    308308def unmount(): 
  • branches/1.5/turbogears/testutil.py

    r5185 r5196  
    190190                sqlobject.SQLObject) and item != sqlobject.SQLObject \ 
    191191                and item != InheritableSQLObject: 
    192                 item.dropTable(ifExists=True
     192                item.dropTable(ifExists=True, cascade=True
    193193 
    194194def unmount():