Bug 386227

Summary: consumers of TestFixture should be able to provide credentials
Product: z_Archived Reporter: Benjamin Muskalla <b.muskalla>
Component: MylynAssignee: Benjamin Muskalla <b.muskalla>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3 Keywords: contributed
Version: unspecified   
Target Milestone: 3.9   
Hardware: PC   
OS: Linux   
Whiteboard:

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!