Bug 3065 - TEST: ConcurrencyPerformanceTest needs constructor (1GF9Y5Z)
Summary: TEST: ConcurrencyPerformanceTest needs constructor (1GF9Y5Z)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jeff McAffer CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2001-10-10 22:48 EDT by Debbie Wilson CLA
Modified: 2001-11-01 16:39 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Debbie Wilson CLA 2001-10-10 22:48:43 EDT
When trying to run the resources test class usecase.ConcurrencyPerformanceTest  you
get the error message:
Could not instantiate test: usecase.ConcurrencyPerformanceTest

Add another constructor to this class with an empty parameter list and empty body and
all is well.


NOTES:
Comment 1 DJ Houghton CLA 2001-10-24 06:42:56 EDT
PRODUCT VERSION:
0.122

Comment 2 John Arthorne CLA 2001-11-01 16:39:01 EST
Added the constructor, required by test harness for reflection-based 
instantiation.