Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 179037

Summary: URL test reports appear for JUnit test type.
Product: z_Archived Reporter: Paul Slauenwhite <paulslau>
Component: TPTPAssignee: Paul Slauenwhite <paulslau>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P1 Keywords: plan
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 193543    
Bug Blocks:    

Description Paul Slauenwhite CLA 2007-03-23 10:56:54 EDT
URL test reports appear for JUnit test type.

When opening the Report dialog on the JUnit test type, the two URL test reports appear.  All other test types (including JUnit Plug-in but excluding URL) do not show these reports.

HTTP Page Hit Rate
HTTP Page Response Time
Comment 1 Paul Slauenwhite CLA 2007-04-23 09:52:59 EDT
This defect also requires replacing the implementation of the deprecated org.eclipse.tptp.platform.common.ui.reportExtensions extension point with an implementation of the org.eclipse.tptp.platform.common.ui.reportGenerators extension point.

Please provide a sizing.
Comment 2 Paul Slauenwhite CLA 2007-11-27 10:56:53 EST
The isAvailable() method for this report type checks if the selected test suites are URL test suites.

The following file checked-in to CVS (HEAD):

org.eclipse.hyades.test.tools.ui.http.internal.reports.HTTPReportGenerator.java

Note, replacing the implementation of the deprecated
org.eclipse.tptp.platform.common.ui.reportExtensions extension point will be done under 186435.
Comment 3 Paul Slauenwhite CLA 2007-12-17 08:58:00 EST
Verified in TPTP-4.5.0-200712160400.

Closing.