Bug 386227 - consumers of TestFixture should be able to provide credentials
Summary: consumers of TestFixture should be able to provide credentials
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 trivial (vote)
Target Milestone: 3.9   Edit
Assignee: Benjamin Muskalla CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2012-07-30 06:27 EDT by Benjamin Muskalla CLA
Modified: 2012-07-30 14:43 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Muskalla CLA 2012-07-30 06:27:54 EDT
Consumers of @TestFixture@ outside of Mylyn may want to use other credentials then the default Mylyn test credentials. In order to do this, several calls in TestFixture need to be overriden to inject the right credentials. We should pull out the credential retrieval in one protected method so other fixtures can easily provide the right credentials without intercepting other calls.
Comment 1 Steffen Pingel CLA 2012-07-30 13:27:51 EDT
Benjamin proposed a change here: https://git.eclipse.org/r/#change,7015.
Comment 2 Steffen Pingel CLA 2012-07-30 14:43:00 EDT
The change has been merged. Thanks for the contribution, Benjamin!