Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 91904 Details for
Bug 174460
[Usability] Missing/inconsistent titles/descriptions/icons in test report dialogs.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch version 1
patch174460--Version 1.txt (text/plain), 14.25 KB, created by
Tony Wang
on 2008-03-07 13:02:24 EST
(
hide
)
Description:
patch version 1
Filename:
MIME Type:
Creator:
Tony Wang
Created:
2008-03-07 13:02:24 EST
Size:
14.25 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.test.ui >Index: src/org/eclipse/hyades/test/ui/internal/resources/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/resources/messages.properties,v >retrieving revision 1.20 >diff -u -r1.20 messages.properties >--- src/org/eclipse/hyades/test/ui/internal/resources/messages.properties 6 Mar 2008 13:45:47 -0000 1.20 >+++ src/org/eclipse/hyades/test/ui/internal/resources/messages.properties 7 Mar 2008 17:32:21 -0000 >@@ -532,8 +532,9 @@ > > #New Report Action > NEW_REPORT_TITLE = New Report >+XML_REPORT_TITLE = XML Test Report > WIZ_TST_REP_PG_TTL = Report >-WIZ_TST_REP_PG_LOC_DSC = Define the name and location of the Report. >+WIZ_TST_REP_PG_LOC_DSC = Define the name and location of the report. > WIZ_TST_REPP_PG_TTL = Report > WIZ_TST_REPP_PG_LOC_DSC = Select the Report to be created. > REPORT_TEXT = Report... >Index: src/org/eclipse/hyades/test/ui/internal/resources/UiPluginResourceBundle.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/resources/UiPluginResourceBundle.java,v >retrieving revision 1.13 >diff -u -r1.13 UiPluginResourceBundle.java >--- src/org/eclipse/hyades/test/ui/internal/resources/UiPluginResourceBundle.java 6 Mar 2008 13:45:47 -0000 1.13 >+++ src/org/eclipse/hyades/test/ui/internal/resources/UiPluginResourceBundle.java 7 Mar 2008 17:32:21 -0000 >@@ -19,7 +19,8 @@ > * > * > * @author Paul E. Slauenwhite >- * @version March 6, 2008 >+ * @author Tony Wang >+ * @version March 7, 2008 > * @since March 15, 2007 > */ > public final class UiPluginResourceBundle extends NLS { >@@ -392,6 +393,7 @@ > public static String ACT_SUT_ADD_TIP; > public static String ACT_LOC_ADD_TIP; > public static String NEW_REPORT_TITLE; >+ public static String XML_REPORT_TITLE; > public static String WIZ_TST_REP_PG_TTL; > public static String WIZ_TST_REP_PG_LOC_DSC; > public static String WIZ_TST_REPP_PG_TTL; >#P org.eclipse.tptp.platform.report.birt.ui >Index: src/org/eclipse/tptp/platform/report/birt/ui/internal/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.report.birt.ui/src/org/eclipse/tptp/platform/report/birt/ui/internal/messages.properties,v >retrieving revision 1.1 >diff -u -r1.1 messages.properties >--- src/org/eclipse/tptp/platform/report/birt/ui/internal/messages.properties 7 Mar 2006 21:36:08 -0000 1.1 >+++ src/org/eclipse/tptp/platform/report/birt/ui/internal/messages.properties 7 Mar 2008 17:32:21 -0000 >@@ -1,5 +1,5 @@ > ############################################################################### >-# Copyright (c) 2006 IBM Corporation and others. >+# Copyright (c) 2006, 2008 IBM Corporation and others. > # All rights reserved. This program and the accompanying materials > # are made available under the terms of the Eclipse Public License v1.0 > # which accompanies this distribution, and is available at >@@ -12,10 +12,10 @@ > # NLS_MESSAGEFORMAT_VAR > # NLS_ENCODING=UTF-8_0=Report > _0=Report >-_1=Define the name and location of the Report. >+_1=Define the name and location of the report. > _2 = &Name > _21 = The project is empty >-_22 = The name is empty >+_22 = The file name is empty > _23 = The name cannot begin with a period. > _24 = {0} cannot begin with {1}. > _25 = {0} cannot contain "{1}". >@@ -27,3 +27,5 @@ > _4=BIRT Template Selection Page > _5=Specify the location of the BIRT report template file > _6=&BIRT template file: >+BIRT_TEST_REPORT_TITLE = HTML Test Pass Report (BIRT) >+BIRT_TABULAR_TEST_REPORT_TITLE = HTML Tabular Test Report (BIRT) >Index: src/org/eclipse/tptp/platform/report/birt/ui/internal/Messages.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.report.birt.ui/src/org/eclipse/tptp/platform/report/birt/ui/internal/Messages.java,v >retrieving revision 1.2 >diff -u -r1.2 Messages.java >--- src/org/eclipse/tptp/platform/report/birt/ui/internal/Messages.java 24 Jan 2008 02:29:47 -0000 1.2 >+++ src/org/eclipse/tptp/platform/report/birt/ui/internal/Messages.java 7 Mar 2008 17:32:21 -0000 >@@ -46,4 +46,6 @@ > > public static String _6; > >+ public static String BIRT_TEST_REPORT_TITLE; >+ public static String BIRT_TABULAR_TEST_REPORT_TITLE; > } >#P org.eclipse.tptp.test.report.birt >Index: src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/BIRTTabularReportWizard.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.report.birt/src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/BIRTTabularReportWizard.java,v >retrieving revision 1.2 >diff -u -r1.2 BIRTTabularReportWizard.java >--- src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/BIRTTabularReportWizard.java 12 Dec 2007 18:31:29 -0000 1.2 >+++ src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/BIRTTabularReportWizard.java 7 Mar 2008 17:32:22 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2007 IBM Corporation and others. >+ * Copyright (c) 2007, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -39,7 +39,8 @@ > * > * @author Sheldon Lee-Loy > * @author Paul E. Slauenwhite >- * @version December 12, 2007 >+ * @author Tony Wang >+ * @version March 7, 2008 > * @since December 6, 2007 > */ > public class BIRTTabularReportWizard extends BIRTTestReport { >@@ -52,6 +53,7 @@ > > public BIRTTabularReportWizard() { > super(); >+ setWindowTitle(Messages.BIRT_TABULAR_TEST_REPORT_TITLE); > } > > protected URL getReportTemplateUrl(String filename) { >Index: src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/ReportXMLLogWizard.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.report.birt/src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/ReportXMLLogWizard.java,v >retrieving revision 1.1 >diff -u -r1.1 ReportXMLLogWizard.java >--- src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/ReportXMLLogWizard.java 6 Dec 2007 17:15:33 -0000 1.1 >+++ src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/ReportXMLLogWizard.java 7 Mar 2008 17:32:22 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2007 IBM Corporation and others. >+ * Copyright (c) 2007, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -29,6 +29,7 @@ > import org.eclipse.emf.common.util.BasicEList; > import org.eclipse.emf.common.util.EList; > import org.eclipse.hyades.models.common.export.util.impl.TPFTestSuiteSerializer; >+import org.eclipse.hyades.test.ui.internal.resources.UiPluginResourceBundle; > import org.eclipse.hyades.test.ui.navigator.ITestSuiteProxyNode; > import org.eclipse.hyades.ui.report.ReportGeneratorWizard; > import org.eclipse.jface.viewers.ISelection; >@@ -51,7 +52,8 @@ > * > * @author Sheldon Lee-Loy > * @author Paul E. Slauenwhite >- * @version December 6, 2007 >+ * @author Tony Wang >+ * @version March 7, 2008 > * @since December 6, 2007 > */ > public class ReportXMLLogWizard extends ReportGeneratorWizard { >@@ -64,6 +66,7 @@ > > public ReportXMLLogWizard() { > super(); >+ setWindowTitle(UiPluginResourceBundle.XML_REPORT_TITLE); > } > > /** >@@ -236,7 +239,7 @@ > reportWindowInputWizardPage = new ReportWindowWizardPage(); > locationPage = new LocationPage("location", adjustLocation()); //$NON-NLS-1$ > locationPage.setTitle("Report"); //$NON-NLS-1$ >- locationPage.setDescription("Define the name and location of the Report."); //$NON-NLS-1$ >+ locationPage.setDescription("Define the name and location of the report."); //$NON-NLS-1$ > locationPage.setFileExtension(FILE_EXTENSION); > } > >Index: src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/GenericTestReportWizard.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.report.birt/src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/GenericTestReportWizard.java,v >retrieving revision 1.2 >diff -u -r1.2 GenericTestReportWizard.java >--- src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/GenericTestReportWizard.java 12 Dec 2007 18:31:29 -0000 1.2 >+++ src-ui/org/eclipse/tptp/test/report/birt/ui/internal/wizard/GenericTestReportWizard.java 7 Mar 2008 17:32:22 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2007 IBM Corporation and others. >+ * Copyright (c) 2007, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -40,7 +40,8 @@ > * > * @author Sheldon Lee-Loy > * @author Paul E. Slauenwhite >- * @version December 12, 2007 >+ * @author Tony Wang >+ * @version March 7 , 2008 > * @since December 6, 2007 > */ > public class GenericTestReportWizard extends BIRTTestReport { >@@ -55,6 +56,7 @@ > public GenericTestReportWizard() { > super(); > // TODO Auto-generated constructor stub >+ setWindowTitle(Messages.BIRT_TEST_REPORT_TITLE); > } > > protected URL getReportTemplateUrl(String filename) { >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.report.birt/plugin.xml,v >retrieving revision 1.10 >diff -u -r1.10 plugin.xml >--- plugin.xml 28 Feb 2008 17:04:25 -0000 1.10 >+++ plugin.xml 7 Mar 2008 17:32:22 -0000 >@@ -92,7 +92,7 @@ > > <wizard > icon="icons/full/cview16/log_view.gif" >- class="org.eclipse.tptp.test.report.birt.ui.internal.wizard.GenericTestReportWizard" >+ class="org.eclipse.tptp.test.report.birt.ui.internal.wizard.BIRTTabularReportWizard" > description="%BIRT_TABULAR_TEST_REPORT_DESC" > name="%BIRT_TABULAR_TEST_REPORT_NAME" > id="org.eclipse.tptp.test.report.birt.internal.elements.TabularTPFTestSuiteReportElement"/> >#P org.eclipse.tptp.test.samples >Index: src/org/eclipse/tptp/test/samples/internal/resources/SamplesPluginResourceBundle.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.samples/src/org/eclipse/tptp/test/samples/internal/resources/SamplesPluginResourceBundle.java,v >retrieving revision 1.5 >diff -u -r1.5 SamplesPluginResourceBundle.java >--- src/org/eclipse/tptp/test/samples/internal/resources/SamplesPluginResourceBundle.java 24 Jan 2008 14:39:36 -0000 1.5 >+++ src/org/eclipse/tptp/test/samples/internal/resources/SamplesPluginResourceBundle.java 7 Mar 2008 17:32:23 -0000 >@@ -19,7 +19,8 @@ > * > * > * @author Paul E. Slauenwhite >- * @version January 24, 2008 >+ * @author Tony Wang >+ * @version March 7, 2008 > * @since March 15, 2007 > */ > public final class SamplesPluginResourceBundle extends NLS { >@@ -33,6 +34,7 @@ > public static String JScribWriter_NO_CHART_VALUE; > public static String JScribWriter_NoVerdict; > public static String Test_Pass_ReportWindow_Title; >+ public static String Time_Frame_Historic_ReportWindow_Title; > public static String ReportWindow_Title; > public static String ReportWindowWizardPage_Title; > public static String ReportWindowWizardPage_Description; >Index: src/org/eclipse/tptp/test/samples/internal/resources/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.samples/src/org/eclipse/tptp/test/samples/internal/resources/messages.properties,v >retrieving revision 1.6 >diff -u -r1.6 messages.properties >--- src/org/eclipse/tptp/test/samples/internal/resources/messages.properties 24 Jan 2008 14:39:36 -0000 1.6 >+++ src/org/eclipse/tptp/test/samples/internal/resources/messages.properties 7 Mar 2008 17:32:23 -0000 >@@ -18,6 +18,7 @@ > # NLS_ENCODING=UTF-8 > > ReportWindow_Title = Test Report >+Time_Frame_Historic_ReportWindow_Title= Time Frame Historic Report > Test_Pass_ReportWindow_Title = Test Pass Report > > ReportWindowWizardPage_Title = Select a time frame >Index: src/org/eclipse/hyades/test/tools/ui/common/internal/report/ReportWindowWizard.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.samples/src/org/eclipse/hyades/test/tools/ui/common/internal/report/ReportWindowWizard.java,v >retrieving revision 1.17 >diff -u -r1.17 ReportWindowWizard.java >--- src/org/eclipse/hyades/test/tools/ui/common/internal/report/ReportWindowWizard.java 27 Nov 2007 15:37:57 -0000 1.17 >+++ src/org/eclipse/hyades/test/tools/ui/common/internal/report/ReportWindowWizard.java 7 Mar 2008 17:32:23 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2007 IBM Corporation and others. >+ * Copyright (c) 2005, 2007, 2008 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -89,7 +89,7 @@ > */ > public ReportWindowWizard() { > super(); >- setWindowTitle(SamplesPluginResourceBundle.ReportWindow_Title); >+ setWindowTitle(SamplesPluginResourceBundle.Time_Frame_Historic_ReportWindow_Title); > setDefaultPageImageDescriptor(TestCommonImages.INSTANCE.getImageDescriptor(TestCommonImages.IMG_WIZBAN_REPORT_WINDOW)); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 174460
:
91904
|
95537