-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make InstructorCoursesPageActionTest independent. #1233
Comments
From QiaoLian...@gmail.com on October 16, 2013 01:50:22 Owner: QiaoLian...@gmail.com |
From QiaoLian...@gmail.com on October 16, 2013 03:16:51 http://codereview.appspot.com/14430068 Status: ReadyForReview |
From dam...@gmail.com on October 16, 2013 04:51:31 Status: ReadyToMerge |
From dam...@gmail.com on October 18, 2013 20:33:20 Status: MergeInProgress |
From dam...@gmail.com on October 18, 2013 21:22:50 Changeset contains two unnecessary changes.
Status: ChangesRequested |
From QiaoLian...@gmail.com on October 22, 2013 00:59:17 https://codereview.appspot.com/15460047 I redo this one. Status: ReadyForReview |
From dam...@gmail.com on October 22, 2013 01:32:11 This issue was updated by revision 21c9ec46787f . |
From dam...@gmail.com on October 22, 2013 01:32:22 Status: Delivered |
From dam...@gmail.com on October 26, 2013 08:00:28 Status: Deployed |
From dam...@gmail.com on February 26, 2014 01:56:39 This issue was updated by revision 21c9ec46787f . |
[Change Log] |
From dam...@gmail.com on October 12, 2013 16:16:16
This test passes on its own, but fails when run with others. There must be a state leak between test cases. Must be caused by using same course IDs such as "new-course". IDs used in each test case must be made independent. e.g.
"ICPAT.new-course" where ICPAT stands for InstructorCoursesPageActionTest.
Also fix other tests with similar problems:
InstructorFeedbacksPageActionTest
InstructorEvalsPageActionTest
InstructorCourseEnrollSaveActionTest
Original issue: http://code.google.com/p/teammatespes/issues/detail?id=1234
The text was updated successfully, but these errors were encountered: