Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 174460
Collapse All | Expand All

(-)src/org/eclipse/hyades/test/ui/internal/resources/messages.properties (-1 / +2 lines)
Lines 532-539 Link Here
532
532
533
#New Report Action
533
#New Report Action
534
NEW_REPORT_TITLE            = New Report
534
NEW_REPORT_TITLE            = New Report
535
XML_REPORT_TITLE            = XML Test Report
535
WIZ_TST_REP_PG_TTL          = Report
536
WIZ_TST_REP_PG_TTL          = Report
536
WIZ_TST_REP_PG_LOC_DSC      = Define the name and location of the Report.
537
WIZ_TST_REP_PG_LOC_DSC      = Define the name and location of the report.
537
WIZ_TST_REPP_PG_TTL         = Report
538
WIZ_TST_REPP_PG_TTL         = Report
538
WIZ_TST_REPP_PG_LOC_DSC     = Select the Report to be created.
539
WIZ_TST_REPP_PG_LOC_DSC     = Select the Report to be created.
539
REPORT_TEXT                 = Report...
540
REPORT_TEXT                 = Report...
(-)src/org/eclipse/hyades/test/ui/internal/resources/UiPluginResourceBundle.java (-1 / +3 lines)
Lines 19-25 Link Here
19
 * 
19
 * 
20
 * 
20
 * 
21
 * @author      Paul E. Slauenwhite
21
 * @author      Paul E. Slauenwhite
22
 * @version     March 6, 2008
22
 * @author      Tony Wang
23
 * @version     March 7, 2008
23
 * @since       March 15, 2007
24
 * @since       March 15, 2007
24
 */
25
 */
25
public final class UiPluginResourceBundle extends NLS {
26
public final class UiPluginResourceBundle extends NLS {
Lines 392-397 Link Here
392
	public static String ACT_SUT_ADD_TIP;
393
	public static String ACT_SUT_ADD_TIP;
393
	public static String ACT_LOC_ADD_TIP;
394
	public static String ACT_LOC_ADD_TIP;
394
	public static String NEW_REPORT_TITLE;
395
	public static String NEW_REPORT_TITLE;
396
	public static String XML_REPORT_TITLE;
395
	public static String WIZ_TST_REP_PG_TTL;
397
	public static String WIZ_TST_REP_PG_TTL;
396
	public static String WIZ_TST_REP_PG_LOC_DSC;
398
	public static String WIZ_TST_REP_PG_LOC_DSC;
397
	public static String WIZ_TST_REPP_PG_TTL;
399
	public static String WIZ_TST_REPP_PG_TTL;
(-)src/org/eclipse/tptp/platform/report/birt/ui/internal/messages.properties (-3 / +5 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2006 IBM Corporation and others.
2
# Copyright (c) 2006, 2008 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials 
3
# All rights reserved. This program and the accompanying materials 
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 12-21 Link Here
12
# NLS_MESSAGEFORMAT_VAR
12
# NLS_MESSAGEFORMAT_VAR
13
# NLS_ENCODING=UTF-8_0=Report
13
# NLS_ENCODING=UTF-8_0=Report
14
_0=Report
14
_0=Report
15
_1=Define the name and location of the Report.
15
_1=Define the name and location of the report.
16
_2   = &Name
16
_2   = &Name
17
_21  = The project is empty
17
_21  = The project is empty
18
_22  = The name is empty
18
_22  = The file name is empty
19
_23	 = The name cannot begin with a period.
19
_23	 = The name cannot begin with a period.
20
_24	 = {0} cannot begin with {1}.
20
_24	 = {0} cannot begin with {1}.
21
_25  = {0} cannot contain "{1}".
21
_25  = {0} cannot contain "{1}".
Lines 27-29 Link Here
27
_4=BIRT Template Selection Page
27
_4=BIRT Template Selection Page
28
_5=Specify the location of the BIRT report template file
28
_5=Specify the location of the BIRT report template file
29
_6=&BIRT template file:
29
_6=&BIRT template file:
30
BIRT_TEST_REPORT_TITLE = HTML Test Pass Report (BIRT)
31
BIRT_TABULAR_TEST_REPORT_TITLE = HTML Tabular Test Report (BIRT)
(-)src/org/eclipse/tptp/platform/report/birt/ui/internal/Messages.java (+2 lines)
Lines 46-49 Link Here
46
46
47
	public static String _6;
47
	public static String _6;
48
	
48
	
49
	public static String BIRT_TEST_REPORT_TITLE;
50
	public static String BIRT_TABULAR_TEST_REPORT_TITLE;
49
}
51
}
(-)src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/BIRTTabularReportWizard.java (-2 / +4 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2007 IBM Corporation and others.
2
 * Copyright (c) 2007, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials 
3
 * All rights reserved. This program and the accompanying materials 
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 39-45 Link Here
39
 * 
39
 * 
40
 * @author  Sheldon Lee-Loy
40
 * @author  Sheldon Lee-Loy
41
 * @author  Paul E. Slauenwhite
41
 * @author  Paul E. Slauenwhite
42
 * @version December 12, 2007
42
 * @author  Tony Wang
43
 * @version March 7, 2008
43
 * @since   December 6, 2007
44
 * @since   December 6, 2007
44
 */
45
 */
45
public class BIRTTabularReportWizard extends BIRTTestReport {
46
public class BIRTTabularReportWizard extends BIRTTestReport {
Lines 52-57 Link Here
52
    	
53
    	
53
	public BIRTTabularReportWizard() {
54
	public BIRTTabularReportWizard() {
54
		super();
55
		super();
56
		setWindowTitle(Messages.BIRT_TABULAR_TEST_REPORT_TITLE);
55
	}		
57
	}		
56
58
57
	protected URL getReportTemplateUrl(String filename) {
59
	protected URL getReportTemplateUrl(String filename) {
(-)src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/ReportXMLLogWizard.java (-3 / +6 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2007 IBM Corporation and others.
2
 * Copyright (c) 2007, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials 
3
 * All rights reserved. This program and the accompanying materials 
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 29-34 Link Here
29
import org.eclipse.emf.common.util.BasicEList;
29
import org.eclipse.emf.common.util.BasicEList;
30
import org.eclipse.emf.common.util.EList;
30
import org.eclipse.emf.common.util.EList;
31
import org.eclipse.hyades.models.common.export.util.impl.TPFTestSuiteSerializer;
31
import org.eclipse.hyades.models.common.export.util.impl.TPFTestSuiteSerializer;
32
import org.eclipse.hyades.test.ui.internal.resources.UiPluginResourceBundle;
32
import org.eclipse.hyades.test.ui.navigator.ITestSuiteProxyNode;
33
import org.eclipse.hyades.test.ui.navigator.ITestSuiteProxyNode;
33
import org.eclipse.hyades.ui.report.ReportGeneratorWizard;
34
import org.eclipse.hyades.ui.report.ReportGeneratorWizard;
34
import org.eclipse.jface.viewers.ISelection;
35
import org.eclipse.jface.viewers.ISelection;
Lines 51-57 Link Here
51
 * 
52
 * 
52
 * @author  Sheldon Lee-Loy
53
 * @author  Sheldon Lee-Loy
53
 * @author  Paul E. Slauenwhite
54
 * @author  Paul E. Slauenwhite
54
 * @version December 6, 2007
55
 * @author  Tony Wang
56
 * @version March 7, 2008
55
 * @since   December 6, 2007
57
 * @since   December 6, 2007
56
 */
58
 */
57
public class ReportXMLLogWizard extends ReportGeneratorWizard {
59
public class ReportXMLLogWizard extends ReportGeneratorWizard {
Lines 64-69 Link Here
64
66
65
    public ReportXMLLogWizard() {
67
    public ReportXMLLogWizard() {
66
		super();
68
		super();
69
		setWindowTitle(UiPluginResourceBundle.XML_REPORT_TITLE);
67
	}
70
	}
68
71
69
    /**
72
    /**
Lines 236-242 Link Here
236
        reportWindowInputWizardPage = new ReportWindowWizardPage();		
239
        reportWindowInputWizardPage = new ReportWindowWizardPage();		
237
        locationPage = new LocationPage("location", adjustLocation()); //$NON-NLS-1$
240
        locationPage = new LocationPage("location", adjustLocation()); //$NON-NLS-1$
238
        locationPage.setTitle("Report"); //$NON-NLS-1$
241
        locationPage.setTitle("Report"); //$NON-NLS-1$
239
        locationPage.setDescription("Define the name and location of the Report."); //$NON-NLS-1$
242
        locationPage.setDescription("Define the name and location of the report."); //$NON-NLS-1$
240
        locationPage.setFileExtension(FILE_EXTENSION);
243
        locationPage.setFileExtension(FILE_EXTENSION);
241
	}
244
	}
242
	
245
	
(-)src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/GenericTestReportWizard.java (-2 / +4 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2007 IBM Corporation and others.
2
 * Copyright (c) 2007, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials 
3
 * All rights reserved. This program and the accompanying materials 
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 40-46 Link Here
40
 * 
40
 * 
41
 * @author  Sheldon Lee-Loy
41
 * @author  Sheldon Lee-Loy
42
 * @author  Paul E. Slauenwhite
42
 * @author  Paul E. Slauenwhite
43
 * @version December 12, 2007
43
 * @author  Tony Wang
44
 * @version March 7 , 2008
44
 * @since   December 6, 2007
45
 * @since   December 6, 2007
45
 */
46
 */
46
public class GenericTestReportWizard extends BIRTTestReport {
47
public class GenericTestReportWizard extends BIRTTestReport {
Lines 55-60 Link Here
55
	public GenericTestReportWizard() {
56
	public GenericTestReportWizard() {
56
		super();
57
		super();
57
		// TODO Auto-generated constructor stub
58
		// TODO Auto-generated constructor stub
59
		setWindowTitle(Messages.BIRT_TEST_REPORT_TITLE);
58
	}
60
	}
59
61
60
	protected URL getReportTemplateUrl(String filename) {
62
	protected URL getReportTemplateUrl(String filename) {
(-)plugin.xml (-1 / +1 lines)
Lines 92-98 Link Here
92
 
92
 
93
      <wizard
93
      <wizard
94
            icon="icons/full/cview16/log_view.gif"
94
            icon="icons/full/cview16/log_view.gif"
95
            class="org.eclipse.tptp.test.report.birt.ui.internal.wizard.GenericTestReportWizard"
95
            class="org.eclipse.tptp.test.report.birt.ui.internal.wizard.BIRTTabularReportWizard"
96
            description="%BIRT_TABULAR_TEST_REPORT_DESC"
96
            description="%BIRT_TABULAR_TEST_REPORT_DESC"
97
            name="%BIRT_TABULAR_TEST_REPORT_NAME"
97
            name="%BIRT_TABULAR_TEST_REPORT_NAME"
98
            id="org.eclipse.tptp.test.report.birt.internal.elements.TabularTPFTestSuiteReportElement"/>
98
            id="org.eclipse.tptp.test.report.birt.internal.elements.TabularTPFTestSuiteReportElement"/>
(-)src/org/eclipse/tptp/test/samples/internal/resources/SamplesPluginResourceBundle.java (-1 / +3 lines)
Lines 19-25 Link Here
19
 * 
19
 * 
20
 * 
20
 * 
21
 * @author      Paul E. Slauenwhite
21
 * @author      Paul E. Slauenwhite
22
 * @version     January 24, 2008
22
 * @author      Tony Wang
23
 * @version     March 7, 2008
23
 * @since       March 15, 2007
24
 * @since       March 15, 2007
24
 */
25
 */
25
public final class SamplesPluginResourceBundle extends NLS {
26
public final class SamplesPluginResourceBundle extends NLS {
Lines 33-38 Link Here
33
	public static String JScribWriter_NO_CHART_VALUE;
34
	public static String JScribWriter_NO_CHART_VALUE;
34
	public static String JScribWriter_NoVerdict;
35
	public static String JScribWriter_NoVerdict;
35
	public static String Test_Pass_ReportWindow_Title;
36
	public static String Test_Pass_ReportWindow_Title;
37
	public static String Time_Frame_Historic_ReportWindow_Title;
36
	public static String ReportWindow_Title;
38
	public static String ReportWindow_Title;
37
	public static String ReportWindowWizardPage_Title;
39
	public static String ReportWindowWizardPage_Title;
38
	public static String ReportWindowWizardPage_Description;
40
	public static String ReportWindowWizardPage_Description;
(-)src/org/eclipse/tptp/test/samples/internal/resources/messages.properties (+1 lines)
Lines 18-23 Link Here
18
# NLS_ENCODING=UTF-8
18
# NLS_ENCODING=UTF-8
19
19
20
ReportWindow_Title				= Test Report
20
ReportWindow_Title				= Test Report
21
Time_Frame_Historic_ReportWindow_Title= Time Frame Historic Report
21
Test_Pass_ReportWindow_Title	= Test Pass Report
22
Test_Pass_ReportWindow_Title	= Test Pass Report
22
23
23
ReportWindowWizardPage_Title	  						= Select a time frame
24
ReportWindowWizardPage_Title	  						= Select a time frame
(-)src/org/eclipse/hyades/test/tools/ui/common/internal/report/ReportWindowWizard.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2005, 2007 IBM Corporation and others.
2
 * Copyright (c) 2005, 2007, 2008 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials 
3
 * All rights reserved. This program and the accompanying materials 
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 89-95 Link Here
89
     */
89
     */
90
    public ReportWindowWizard() {
90
    public ReportWindowWizard() {
91
        super();
91
        super();
92
        setWindowTitle(SamplesPluginResourceBundle.ReportWindow_Title); 
92
        setWindowTitle(SamplesPluginResourceBundle.Time_Frame_Historic_ReportWindow_Title); 
93
        setDefaultPageImageDescriptor(TestCommonImages.INSTANCE.getImageDescriptor(TestCommonImages.IMG_WIZBAN_REPORT_WINDOW));
93
        setDefaultPageImageDescriptor(TestCommonImages.INSTANCE.getImageDescriptor(TestCommonImages.IMG_WIZBAN_REPORT_WINDOW));
94
    }
94
    }
95
95

Return to bug 174460