- Revision
- 11410
- Author
- dan
- Date
- 2006-08-14 13:35:20 -0700 (Mon, 14 Aug 2006)
Log Message
Enable TestRemoveFromTrashOnImport, match test order with old framework
Modified Paths
Diff
Modified: trunk/chandler/tools/cats/Functional/FunctionalTestSuite.py (11409 => 11410)
--- trunk/chandler/tools/cats/Functional/FunctionalTestSuite.py 2006-08-14 19:13:13 UTC (rev 11409) +++ trunk/chandler/tools/cats/Functional/FunctionalTestSuite.py 2006-08-14 20:35:20 UTC (rev 11410) @@ -34,8 +34,8 @@ ("TestNewMail","TestNewMail"), ("TestNewTask","TestNewTask"), ("TestNewNote","TestNewNote"), + ("TestTriageSectioning","TestTriageSectioning"), ("TestTableSelection","TestTableSelection"), - ("TestTriageSectioning","TestTriageSectioning"), ("TestStamping","TestStamping"), ("TestSharing","TestSharing"), ("TestMoveToTrash","TestMoveToTrash"), @@ -55,6 +55,7 @@ ("TestRemoveFromTrashOnImport","TestRemoveFromTrashOnImport"), ("TestEnableTimezones","TestEnableTimezones"), ("TestSwitchTimezone","TestSwitchTimezone"), + ("TestSubscribe", "TestSubscribe"), ("TestBlocks","TestBlocks"), ] @@ -70,7 +71,7 @@ ], 'mac':[ - #"TestTableSelection", # until tested on mac + "TestTableSelection", # until tested on mac ], 'windows':[ @@ -80,9 +81,8 @@ 'all':[ #tests to exclude on all platforms ("TestDates","TestDates"), #Chandler not handling daylightsavings bug#5038 ("TestEditModeOnEnter","TestEditModeOnEnter"), #Chandler bug 5744 - ("TestRemoveFromTrashOnImport","TestRemoveFromTrashOnImport"), #not tested on all platforms yet - ("TestSwitchTimezone","TestSwitchTimezone"), #new test not yet working - ("TestEnableTimezones","TestEnableTimezones"), + ("TestSubscribe", "TestSubscribe"),# new test not yet working + ] }
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
