- Revision
- 11442
- Author
- dan
- Date
- 2006-08-17 13:46:22 -0700 (Thu, 17 Aug 2006)
Log Message
new test framework changed so the test actually deletes the second ocurrence and passes on OSX. I don't really know the implications of changing it this way and will post a note to dev asking for feedback.
Modified Paths
Diff
Modified: trunk/chandler/tools/cats/Functional/TestNewEvent.py (11441 => 11442)
--- trunk/chandler/tools/cats/Functional/TestNewEvent.py 2006-08-17 19:50:56 UTC (rev 11441) +++ trunk/chandler/tools/cats/Functional/TestNewEvent.py 2006-08-17 20:46:22 UTC (rev 11442) @@ -116,8 +116,7 @@ secondEvent.CheckDisplayedValues("Checking 2nd occurrence", EditCalendarStartDate=(True, evtSecondDate), ) - secondEvent.FocusInDetailView() - QAUITestAppLib.App_ns.root.Delete() + secondEvent.MoveToTrash() scripting.User.idle() # Answer the recurrence question with "just this item"
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
