Opened 17 years ago

Closed 17 years ago

#5189 closed (fixed)

Logout method for TestClient

Reported by: Jakub Wiśniowski Owned by: Adrian Holovaty
Component: Testing framework Version: dev
Severity: Keywords: test testclient logout
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

TestClient has a login method that simulates an effect of a user logged into an application. Attached patch extends TestClient to provide logout functionality. It is done by introducing new client's method: logout that logs a user, logged in with client's login method, out.

Attachments (1)

client.patch (2.6 KB ) - added by Jakub Wiśniowski 17 years ago.

Download all attachments as: .zip

Change History (2)

by Jakub Wiśniowski, 17 years ago

Attachment: client.patch added

comment:1 by Russell Keith-Magee, 17 years ago

Resolution: fixed
Status: newclosed

(In [5916]) Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@…>.

Note: See TracTickets for help on using tickets.
Back to Top