@@ -87,7 +87,7 @@ def test_killer(test_assignment, test_client, test_user_1, runestone_db_tools):
8787 (
8888 "assignments/practice" ,
8989 True ,
90- "Practice tool is not set up for this course yet. " ,
90+ "access token " ,
9191 1 ,
9292 ),
9393 ("assignments/practiceNotStartedYet" , True , "test_course_1" , 1 ),
@@ -104,20 +104,20 @@ def test_killer(test_assignment, test_client, test_user_1, runestone_db_tools):
104104 ("default/user/change_password" , True , "Change password" , 1 ),
105105 # Runestone doesn't support this.
106106 #'default/user/verify_email', False, 'Verify email', 1),
107- ("default/user/retrieve_username" , False , "Retrieve username " , 1 ),
107+ ("default/user/retrieve_username" , False , "Our Mission " , 1 ),
108108 ("default/user/request_reset_password" , False , "Request reset password" , 1 ),
109109 # This doesn't display a webpage, but instead redirects to courses.
110110 # ('default/user/reset_password, False, 'Reset password', 1),
111- ("default/user/impersonate" , True , "Impersonate" , 1 ),
111+ # ("default/user/impersonate", True, "Impersonate", 1),
112112 # FIXME: This produces an exception.
113113 #'default/user/groups', True, 'Groups', 1),
114- ("default/user/not_authorized" , False , "Not authorized " , 1 ),
114+ ("default/user/not_authorized" , False , "Our Mission " , 1 ),
115115 # *Other pages*
116116 #
117117 # TODO: What is this for?
118118 # ('default/call', False, 'Not found', 0),
119119 ("default/index" , True , "Course Selection" , 1 ),
120- ("default/about" , False , "About Us " , 1 ),
120+ ("default/about" , False , "About Runestone " , 1 ),
121121 ("default/error" , False , "Error: the document does not exist" , 1 ),
122122 ("default/ack" , False , "Acknowledgements" , 1 ),
123123 # web2py generates invalid labels for the radio buttons in this form.
0 commit comments