Ticket #1674: matt.diff

File matt.diff, 0.5 kB (added by mw44118, 7 months ago)

diff showing my fix

  • testutil.py

    old new  
    180180 
    181181    def tearDown(self): 
    182182        database.rollback_all() 
    183         for item in self._get_soClasses(): 
     183        for item in reversed(self._get_soClasses()): 
    184184            if isinstance(item, types.TypeType) and issubclass(item, 
    185185                sqlobject.SQLObject) and item != sqlobject.SQLObject \ 
    186186                and item != InheritableSQLObject: