- Revision
- 11310
- Author
- stearns
- Date
- 2006-08-02 10:01:55 -0700 (Wed, 02 Aug 2006)
Log Message
Re-add the new TestTriageSectioning functional test, now that danS clued me in on SetChecked(True)
Modified Paths
Diff
Modified: trunk/chandler/tools/QATestScripts/Functional/FunctionalTestSuite.py (11309 => 11310)
--- trunk/chandler/tools/QATestScripts/Functional/FunctionalTestSuite.py 2006-08-02 05:40:03 UTC (rev 11309) +++ trunk/chandler/tools/QATestScripts/Functional/FunctionalTestSuite.py 2006-08-02 17:01:55 UTC (rev 11310) @@ -45,6 +45,7 @@ "TestNewMail.py", "TestNewTask.py", "TestNewNote.py", + "TestTriageSectioning.py", "TestTableSelection.py", "TestStamping.py", "TestSharing.py",
Modified: trunk/chandler/tools/QATestScripts/Functional/TestTriageSectioning.py (11309 => 11310)
--- trunk/chandler/tools/QATestScripts/Functional/TestTriageSectioning.py 2006-08-02 05:40:03 UTC (rev 11309) +++ trunk/chandler/tools/QATestScripts/Functional/TestTriageSectioning.py 2006-08-02 17:01:55 UTC (rev 11310) @@ -74,6 +74,7 @@ if dashboard.sectionRows != goodExpandedSectioning: logger.ReportFailure("Dashboard didn't expand properly") + logger.SetChecked(True) logger.Report("TriageSectioning") finally:
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
