Show
Ignore:
Timestamp:
07/08/08 07:58:50 (17 months ago)
Author:
fumiakiy
Message:

Unit test update - more strict checking of columns of MT::Trackback, MT::Folder and MT::Category.

Changed the order of the backup so the triggers won't affect the restored objects.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/lib/MT/BackupRestore.pm

    r2693 r2730  
    6767        'ping_cat'      => { 
    6868            'order' => 520 
     69        }, 
     70        # Comment should be backed up after TBPing 
     71        # because saving a comment ultimately triggers 
     72        # MT::TBPing::save. 
     73        'comment'        => { 
     74            'order' => 530 
    6975        }, 
    7076        # Session, config and TheSchwartz packages are never backed up.