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 94837 Details for
Bug 218779
Test Tools documentation I5/I6 smoke test failures.
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
Defect_218779_patch.txt (text/plain), 57.10 KB, created by
Paul Slauenwhite
on 2008-04-04 09:08:09 EDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Paul Slauenwhite
Created:
2008-04-04 09:08:09 EDT
Size:
57.10 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.test.recorders.url.doc.user >Index: tasks/trecordtest.html >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.recorders.url.doc.user/tasks/trecordtest.html,v >retrieving revision 1.2 >diff -u -r1.2 trecordtest.html >--- tasks/trecordtest.html 11 Mar 2008 18:27:03 -0000 1.2 >+++ tasks/trecordtest.html 4 Apr 2008 13:04:51 -0000 >@@ -37,7 +37,7 @@ > a test from the recording, and opening the test in the test editor. You can > record a test from Internet Explorer (the default on Windows) or from another > browser.</p> >-<div class="p">Optionally launch the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/rac/tworkwac.html">Agent Controller</a> on the local host or default to the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/rac/ciacintro.html">Integrated Agent Controller</a> >+<div class="p">Optionally launch the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/ac/tworkwac.html">Agent Controller</a> on the local host or default to the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/ac/ciacintro.html">Integrated Agent Controller</a> > <p>If you will record with Internet Explorer, you do not need > to set your browser preferences. However, this procedure assumes that the > defaults are set, so you might want to click <span class="menucascade"><span class="uicontrol">Window</span> > <span class="uicontrol">Preferences</span></span>, expand Test, select <span class="uicontrol">HTTP >Index: notices.html >=================================================================== >RCS file: notices.html >diff -N notices.html >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ notices.html 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,16 @@ >+<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> >+<html lang="en-us" xml:lang="en-us"> >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> >+<link rel="STYLESHEET" HREF="css/book.css" charset="ISO-8859-1" type="text/css"> >+<title>Legal Notices</title> >+</head> >+<body> >+ >+<h3><a name="Notices"></a>Notices</h3> >+<p>The material in this guide is Copyright (c) IBM Corporation and >+others 2008.</p> >+<p><a href="about.html">Terms and conditions regarding the use of this >+guide.</a></p> >+</body> >+</html> >#P org.eclipse.hyades.test.tools.ui >Index: src/org/eclipse/hyades/test/tools/ui/common/TestCommonImages.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.tools.ui/src/org/eclipse/hyades/test/tools/ui/common/TestCommonImages.java,v >retrieving revision 1.6 >diff -u -r1.6 TestCommonImages.java >--- src/org/eclipse/hyades/test/tools/ui/common/TestCommonImages.java 14 Mar 2008 18:36:01 -0000 1.6 >+++ src/org/eclipse/hyades/test/tools/ui/common/TestCommonImages.java 4 Apr 2008 13:04:52 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005 2008 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -20,7 +20,7 @@ > * > * @author Paul E. Slauenwhite > * @author Marcelo Paternostro >- * @version March 14, 2008 >+ * @version April 3, 2008 > * @since February 1, 2005 > */ > public class TestCommonImages >#P org.eclipse.tptp.test.tools.manual.doc.user >Index: tasks/tcreatingamanualtest.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.manual.doc.user/tasks/tcreatingamanualtest.htm,v >retrieving revision 1.3 >diff -u -r1.3 tcreatingamanualtest.htm >--- tasks/tcreatingamanualtest.htm 24 Mar 2008 16:37:26 -0000 1.3 >+++ tasks/tcreatingamanualtest.htm 4 Apr 2008 13:04:53 -0000 >@@ -33,11 +33,10 @@ > </p> > > <ol> >- <li>Create a Java or General project.</li> > <li>Open the Test perspective <b>Window > Open Perspective > Other... > Test</b>.</li> > <li>Click <b>File > New > Other</b>. The <b>New</b> dialog appears.</li> > <li>Expand the <b>Test</b> folder, then select <b>TPTP Manual Test</b>.</li> >- <li>Click <b>Next</b>, select the location (the project created in step 1), and name the manual test suite, for example, <i>exampleManualTest</i>.</li> >+ <li>Click <b>Next</b>, select the location (<i>generalProject</i>), and name the manual test suite, for example, <i>exampleManualTest</i>.</li> > <li>Click <b>Next</b> and optionally provide a description for the manual test suite. Click <b>Finish</b>.</li> > <li>A manual test suite file (exampleManualTest.testsuite) will be created, becomes visible in the Test Navigator and opens in the Manual Test editor.</li> > </ol> >Index: tasks/tprereqmanualtestconfiguration.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.manual.doc.user/tasks/tprereqmanualtestconfiguration.htm,v >retrieving revision 1.1 >diff -u -r1.1 tprereqmanualtestconfiguration.htm >--- tasks/tprereqmanualtestconfiguration.htm 5 Dec 2007 23:05:47 -0000 1.1 >+++ tasks/tprereqmanualtestconfiguration.htm 4 Apr 2008 13:04:53 -0000 >@@ -34,14 +34,14 @@ > <li>Open the <b>Test</b> perspective. Select <b>Window</b> > <b>Open Perspective</b> > <b>Other...</b> > <b>Test</b> > <b>OK</b>.</li> > <li>For local deployments: > <ol> >- <li>Optionally launch the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/rac/tworkwac.html">Agent Controller</a> on the local host or default to the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/rac/ciacintro.html">Integrated Agent Controller</a>.</li> >+ <li>Optionally launch the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/ac/tworkwac.html">Agent Controller</a> on the local host or default to the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/concepts/rac/ciacintro.html">Integrated Agent Controller</a>.</li> > > <li>Optionally create a test deployment or default to the <i>local_deployment</i> deployment.</li> > </ol> > </li> > <li>For remote deployments: > <ol> >- <li>Launch the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/rac/tworkwac.html">Agent Controller</a> on the remote host.</li> >+ <li>Launch the <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/ac/tworkwac.html">Agent Controller</a> on the remote host.</li> > <li>Create a test deployment to the remote host.</li> > </ol> > </li> >@@ -56,8 +56,8 @@ > <p><strong>Related tasks</strong><br/> > <a href="tdeploymentintro.htm">Creating a test deployment</a><br/> > <a href="trunningmanualtestsuite.htm">Running a manual test</a><br/> >- <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/rac/tiactesting.html">Testing with a local deployment</a><br/> >- <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/rac/tworkwac.html">Working with the Agent Controller</a><br/> >+ <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/ac/tiactesting.html">Testing with a local deployment</a><br/> >+ <a href="../../org.eclipse.tptp.platform.agentcontroller.doc.user/tasks/ac/tworkwac.html">Working with the Agent Controller</a><br/> > > </p> > </body> >Index: concepts/cmanualtestoverview.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.manual.doc.user/concepts/cmanualtestoverview.htm,v >retrieving revision 1.3 >diff -u -r1.3 cmanualtestoverview.htm >--- concepts/cmanualtestoverview.htm 5 Dec 2007 23:18:38 -0000 1.3 >+++ concepts/cmanualtestoverview.htm 4 Apr 2008 13:04:53 -0000 >@@ -3,7 +3,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2004, 2007 IBM Corporation. >+ * Copyright (c) 2004, 2008 IBM Corporation. > * All rights reserved. This content > * is made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -43,6 +43,8 @@ > > <div> > <blockquote> >+<div class="ulchildlink"><b><a href="../tasks/tcreateGeneralProject.htm">Creating a general project</a></b><br /> >+This section describes the procedure for creating a general project.</div> > <div class="ulchildlink"><b><a href="../tasks/tcreatingamanualtest.htm">Creating a manual test</a></b><br /> > This section describes the procedure for creating a manual test suite.</div> > <div class="ulchildlink"><b><a href="../tasks/tediting_manual_test.htm">Editing a manual test</a></b><br /> >Index: toc/manual_toc.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.manual.doc.user/toc/manual_toc.xml,v >retrieving revision 1.1 >diff -u -r1.1 manual_toc.xml >--- toc/manual_toc.xml 5 Dec 2007 23:05:49 -0000 1.1 >+++ toc/manual_toc.xml 4 Apr 2008 13:04:53 -0000 >@@ -15,6 +15,7 @@ > <?NLS TYPE="org.eclipse.help.toc"?> > <toc label="Testing manually" link_to="../org.eclipse.hyades.test.doc.user/toc/comptest_toc.xml#additional_test_types"> > <topic label="Testing manually" href="concepts/cmanualtestoverview.htm"> >+ <topic label="Creating a General project" href="tasks/tcreateGeneralProject.htm"/> > <topic label="Creating a manual test" href="tasks/tcreatingamanualtest.htm"/> > <topic label="Editing a manual test" href="tasks/tediting_manual_test.htm"/> > <topic label="Running a manual test suite" href="tasks/trunningmanualtestsuite.htm"> >Index: notices.html >=================================================================== >RCS file: notices.html >diff -N notices.html >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ notices.html 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,16 @@ >+<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> >+<html lang="en-us" xml:lang="en-us"> >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> >+<link rel="STYLESHEET" HREF="css/book.css" charset="ISO-8859-1" type="text/css"> >+<title>Legal Notices</title> >+</head> >+<body> >+ >+<h3><a name="Notices"></a>Notices</h3> >+<p>The material in this guide is Copyright (c) IBM Corporation and >+others 2008.</p> >+<p><a href="about.html">Terms and conditions regarding the use of this >+guide.</a></p> >+</body> >+</html> >Index: tasks/tcreateGeneralProject.htm >=================================================================== >RCS file: tasks/tcreateGeneralProject.htm >diff -N tasks/tcreateGeneralProject.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ tasks/tcreateGeneralProject.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,43 @@ >+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> >+<html lang="en-us" xml:lang="en-us"> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2008 IBM Corporation. >+ * All rights reserved. This content >+ * is made available under the terms of the Eclipse Public License v1.0 >+ * which accompanies this distribution, and is available at >+ * http://www.eclipse.org/legal/epl-v10.html >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<head> >+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1"/> >+<link rel=StyleSheet href="../css/book.css" type="text/css"/> >+<title>Creating a general project</title> >+</head> >+ >+<body> >+ >+<h1>Creating a general project</h1> >+<p> >+For this example, we create a general project named <i>generalProject</i>. >+</p> >+ >+<ol> >+ <li> >+ Follow the instructions in <a href="../../org.eclipse.platform.doc.user/tasks/tasks-42.htm">Creating a project</a> to create a general project >+ named <i>generalProject</i>. >+ </li> >+</ol> >+ >+<p> >+<b>Related tasks</b><br/> >+<a href="../../org.eclipse.platform.doc.user/concepts/concepts-12.htm">Resources</a><br/> >+</p> >+ >+</body> >+ >+</html> >#P org.eclipse.hyades.test.core >Index: src/org/eclipse/hyades/test/core/internal/launch/processes/TestExecutionProcess.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.core/src/org/eclipse/hyades/test/core/internal/launch/processes/TestExecutionProcess.java,v >retrieving revision 1.12 >diff -u -r1.12 TestExecutionProcess.java >--- src/org/eclipse/hyades/test/core/internal/launch/processes/TestExecutionProcess.java 20 Mar 2008 17:49:28 -0000 1.12 >+++ src/org/eclipse/hyades/test/core/internal/launch/processes/TestExecutionProcess.java 4 Apr 2008 13:04:54 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2007 ,2008 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -50,7 +50,10 @@ > * Fake process that represents a Hyades Execution Session. The lifecycle of > * this process is mapped to the one of an IExecutor Execution Component. > * >- * @author jcanches >+ * @author Julien Canches >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since February 8, 2005 > */ > public class TestExecutionProcess implements IProcess { > >Index: src/org/eclipse/hyades/test/core/launch/delegates/AbstractLaunchConfigurationDelegate2.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.core/src/org/eclipse/hyades/test/core/launch/delegates/AbstractLaunchConfigurationDelegate2.java,v >retrieving revision 1.13 >diff -u -r1.13 AbstractLaunchConfigurationDelegate2.java >--- src/org/eclipse/hyades/test/core/launch/delegates/AbstractLaunchConfigurationDelegate2.java 20 Mar 2008 17:49:29 -0000 1.13 >+++ src/org/eclipse/hyades/test/core/launch/delegates/AbstractLaunchConfigurationDelegate2.java 4 Apr 2008 13:04:54 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2007 ,2008 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -51,8 +51,12 @@ > * Sub-classes should implement <code>getLaunchedElement(ILaunchConfiguration)</code>, > * <code>invokeTestExecutionHarness(ILaunchConfiguration, String, StringBuffer)</code>. > * They should usually also override <code>validate(ILaunchConfiguration)</code>. >- * @author jcanches >- * @since 3.1 >+ * >+ * >+ * @author Julien Canches >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since February 8, 2005 > */ > public abstract class AbstractLaunchConfigurationDelegate2 implements ILaunchConfigurationDelegate { > >#P org.eclipse.hyades.test.tools.core >Index: src/org/eclipse/hyades/test/tools/core/services/ResourceContentsExtractionService.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/services/ResourceContentsExtractionService.java,v >retrieving revision 1.4 >diff -u -r1.4 ResourceContentsExtractionService.java >--- src/org/eclipse/hyades/test/tools/core/services/ResourceContentsExtractionService.java 2 May 2007 19:36:25 -0000 1.4 >+++ src/org/eclipse/hyades/test/tools/core/services/ResourceContentsExtractionService.java 4 Apr 2008 13:04:55 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2005 2006, 2007 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 >@@ -17,6 +17,9 @@ > * Work in progress (currently under development and not functional yet) > * > * @author Scott E. Schneider >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since March 11, 2006 > */ > public class ResourceContentsExtractionService extends > AbstractResourceContentsExtractionService { >Index: src/org/eclipse/hyades/test/tools/core/services/AgentControllerVerificationService.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.tools.core/src/org/eclipse/hyades/test/tools/core/services/AgentControllerVerificationService.java,v >retrieving revision 1.4 >diff -u -r1.4 AgentControllerVerificationService.java >--- src/org/eclipse/hyades/test/tools/core/services/AgentControllerVerificationService.java 2 May 2007 19:36:25 -0000 1.4 >+++ src/org/eclipse/hyades/test/tools/core/services/AgentControllerVerificationService.java 4 Apr 2008 13:04:55 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2005 2006, 2007 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 >@@ -22,7 +22,10 @@ > * > * The service identity is 'org.eclipse.hyades.test.core.verify' > * >- * @author Scott E. Schneider >+ * @author Scott E. Schneider >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since March 13, 2006 > */ > public class AgentControllerVerificationService extends > AbstractAgentControllerVerificationService { >Index: src-common-runner/org/eclipse/hyades/test/common/runner/HyadesRunner.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.tools.core/src-common-runner/org/eclipse/hyades/test/common/runner/HyadesRunner.java,v >retrieving revision 1.14 >diff -u -r1.14 HyadesRunner.java >--- src-common-runner/org/eclipse/hyades/test/common/runner/HyadesRunner.java 20 Mar 2008 17:49:00 -0000 1.14 >+++ src-common-runner/org/eclipse/hyades/test/common/runner/HyadesRunner.java 4 Apr 2008 13:04:55 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2007 ,2008 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -33,10 +33,13 @@ > import org.eclipse.hyades.test.common.testservices.resources.DatapoolPasswordProvider; > > /** >- * @author jsutton >- * >- * To change the template for this generated type comment go to >- * Window - Preferences - Java - Code Generation - Code and Comments >+ * Hyades runner. >+ * >+ * >+ * @author Judy Sutton >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since January 27, 2005 > */ > public class HyadesRunner { > >#P org.eclipse.hyades.test.ui >Index: src/org/eclipse/hyades/test/ui/internal/wizard/DatapoolImportWizard.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/wizard/DatapoolImportWizard.java,v >retrieving revision 1.12 >diff -u -r1.12 DatapoolImportWizard.java >--- src/org/eclipse/hyades/test/ui/internal/wizard/DatapoolImportWizard.java 20 Mar 2008 17:48:10 -0000 1.12 >+++ src/org/eclipse/hyades/test/ui/internal/wizard/DatapoolImportWizard.java 4 Apr 2008 13:04:56 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2007 ,2008 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -46,7 +46,7 @@ > * > * @author Bianca Xue Jiang > * @author Paul E. Slauenwhite >- * @version March 7, 2008 >+ * @version April 3, 2008 > * @since March 18, 2005 > */ > public class DatapoolImportWizard extends Wizard implements IImportWizard { >Index: src/org/eclipse/hyades/test/ui/internal/wizard/DatapoolExportSelectionPage.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/wizard/DatapoolExportSelectionPage.java,v >retrieving revision 1.6 >diff -u -r1.6 DatapoolExportSelectionPage.java >--- src/org/eclipse/hyades/test/ui/internal/wizard/DatapoolExportSelectionPage.java 20 Mar 2008 17:48:10 -0000 1.6 >+++ src/org/eclipse/hyades/test/ui/internal/wizard/DatapoolExportSelectionPage.java 4 Apr 2008 13:04:56 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2007 ,2008 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -46,10 +46,13 @@ > import org.eclipse.swt.widgets.Tree; > > /** >- * @author psun >- * >- * To change the template for this generated type comment go to >- * Window - Preferences - Java - Code Generation - Code and Comments >+ * Datapool export selection page. >+ * >+ * >+ * @author Peter Sun >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since February 1, 2005 > */ > public class DatapoolExportSelectionPage extends WizardPage implements SelectionListener { > >Index: src/org/eclipse/hyades/test/ui/internal/monitor/OverviewFormPart.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/monitor/OverviewFormPart.java,v >retrieving revision 1.4 >diff -u -r1.4 OverviewFormPart.java >--- src/org/eclipse/hyades/test/ui/internal/monitor/OverviewFormPart.java 2 May 2007 19:35:49 -0000 1.4 >+++ src/org/eclipse/hyades/test/ui/internal/monitor/OverviewFormPart.java 4 Apr 2008 13:04:56 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2005 2006, 2007 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -25,7 +25,10 @@ > * functional but can be used as starting point in the future for continuation > * of test execution monitor work > * >- * @author Scott E. Schneider >+ * @author Scott E. Schneider >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since April 26, 2005 > */ > class OverviewFormPart extends AbstractFormPart { > >Index: src/org/eclipse/hyades/test/ui/internal/monitor/TestExecutionMonitor.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/monitor/TestExecutionMonitor.java,v >retrieving revision 1.5 >diff -u -r1.5 TestExecutionMonitor.java >--- src/org/eclipse/hyades/test/ui/internal/monitor/TestExecutionMonitor.java 2 May 2007 19:35:49 -0000 1.5 >+++ src/org/eclipse/hyades/test/ui/internal/monitor/TestExecutionMonitor.java 4 Apr 2008 13:04:56 -0000 >@@ -1,5 +1,5 @@ > /********************************************************************** >- * Copyright (c) 2005 2006, 2007 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -26,8 +26,10 @@ > * functional but can be used as starting point in the future for continuation > * of test execution monitor work > * >- * @author Scott E. Schneider >- */ >+ * @author Scott E. Schneider >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since April 4, 2005 */ > public class TestExecutionMonitor extends ViewPart { > > public static final String ID = "org.eclipse.hyades.test.ui.TestExecutionMonitor"; //$NON-NLS-1$ >Index: src/org/eclipse/hyades/test/ui/internal/editor/extension/DatapoolEditorExtension.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/editor/extension/DatapoolEditorExtension.java,v >retrieving revision 1.18 >diff -u -r1.18 DatapoolEditorExtension.java >--- src/org/eclipse/hyades/test/ui/internal/editor/extension/DatapoolEditorExtension.java 20 Mar 2008 17:48:11 -0000 1.18 >+++ src/org/eclipse/hyades/test/ui/internal/editor/extension/DatapoolEditorExtension.java 4 Apr 2008 13:04:56 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2007 ,2008 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -51,7 +51,13 @@ > import org.eclipse.ui.PartInitException; > > /** >- * @author psun >+ * Datapool editor extension. >+ * >+ * >+ * @author Peter Sun >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since February 1, 2005 > */ > public class DatapoolEditorExtension extends BaseEditorExtension implements IDatapoolPartExtended, IEditActionsExtension { > private static final int PAGE_OVERVIEW = 0; >Index: src/org/eclipse/hyades/test/ui/datapool/internal/util/ValueObject.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/datapool/internal/util/ValueObject.java,v >retrieving revision 1.5 >diff -u -r1.5 ValueObject.java >--- src/org/eclipse/hyades/test/ui/datapool/internal/util/ValueObject.java 20 Mar 2008 17:48:11 -0000 1.5 >+++ src/org/eclipse/hyades/test/ui/datapool/internal/util/ValueObject.java 4 Apr 2008 13:04:56 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005, 2007 ,2008 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -17,8 +17,10 @@ > import org.eclipse.swt.widgets.Control; > > /** >- * @author psun >- * >+ * @author Peter Sun >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since January 27, 2005 > */ > public class ValueObject { > >Index: src/org/eclipse/hyades/test/ui/internal/editor/form/ArtifactLocationMapForm.java >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.ui/src/org/eclipse/hyades/test/ui/internal/editor/form/ArtifactLocationMapForm.java,v >retrieving revision 1.9 >diff -u -r1.9 ArtifactLocationMapForm.java >--- src/org/eclipse/hyades/test/ui/internal/editor/form/ArtifactLocationMapForm.java 22 Mar 2007 14:42:07 -0000 1.9 >+++ src/org/eclipse/hyades/test/ui/internal/editor/form/ArtifactLocationMapForm.java 4 Apr 2008 13:04:56 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2005 2006, 2007 IBM Corporation and others. >+ * Copyright (c) 2005, 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 >@@ -69,8 +69,11 @@ > * This class implements the map tab of the deployment editor for the editing of > * {@link org.eclipse.hyades.models.common.configuration.CFGArtifact} - {@link org.eclipse.hyades.models.common.configuration.CFGLocation} pairs. > * >- * @author bjiang >- * @since 3.0 >+ * >+ * @author Bianca Xue Jiang >+ * @author Paul E. Slauenwhite >+ * @version April 3, 2008 >+ * @since February 1, 2005 > */ > public class ArtifactLocationMapForm extends EditorForm implements ISelectionChangedListener, SelectionListener > { >#P org.eclipse.hyades.test.doc.user >Index: toc/junit_toc.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/toc/junit_toc.xml,v >retrieving revision 1.2 >diff -u -r1.2 junit_toc.xml >--- toc/junit_toc.xml 20 Dec 2007 19:08:09 -0000 1.2 >+++ toc/junit_toc.xml 4 Apr 2008 13:04:57 -0000 >@@ -1,7 +1,7 @@ > <?xml version="1.0" encoding="utf-8"?> > <!-- > /********************************************************************** >- * Copyright (c) 2007 IBM Corporation. >+ * Copyright (c) 2007, 2008 IBM Corporation. > * All rights reserved. This content > * is made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -15,6 +15,7 @@ > <?NLS TYPE="org.eclipse.help.toc"?> > <toc label="Testing with JUnit"> > <topic label="Testing with JUnit" href="concepts/cjunitintro.htm"> >+ <topic label="Creating a Java project" href="tasks/tcreateJavaProject.htm"/> > <topic label="Creating JUnit tests" href="tasks/tcreatejunit.htm"> > <topic label="Creating a JUnit test manually" href="tasks/tptpJUnitTest_creatingManually.htm"/> > <topic label="Importing an existing JUnit test" href="tasks/tptpJUnitTest_importing.htm"/> >Index: toc/url_toc.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/toc/url_toc.xml,v >retrieving revision 1.2 >diff -u -r1.2 url_toc.xml >--- toc/url_toc.xml 11 Mar 2008 18:12:19 -0000 1.2 >+++ toc/url_toc.xml 4 Apr 2008 13:04:57 -0000 >@@ -16,6 +16,8 @@ > <toc label="Testing performance"> > <topic label="Testing performance" href="concepts/ctestwithhyades.htm"> > >+ <topic label="Creating a Java project" href="tasks/tcreateJavaProject.htm"/> >+ > <topic label="Creating a test" href="tasks/tcreatingaperformancetest.htm"> > <anchor id="test_suite_generators"/> > </topic> >Index: concepts/cjunitintro.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/concepts/cjunitintro.htm,v >retrieving revision 1.5 >diff -u -r1.5 cjunitintro.htm >--- concepts/cjunitintro.htm 19 Apr 2007 13:52:51 -0000 1.5 >+++ concepts/cjunitintro.htm 4 Apr 2008 13:04:57 -0000 >@@ -3,7 +3,7 @@ > <head> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2007 IBM Corporation. >+ * Copyright (c) 2006, 2008 IBM Corporation. > * All rights reserved. This content > * is made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -28,6 +28,13 @@ > </p> > <ol> > <li> >+ <a href="../tasks/tcreateJavaProject.htm">Creating a Java project</a> >+ <p> >+ Create a Java project to contain the TPTP JUnit test. >+ </p> >+ <br/> >+ </li> >+ <li> > <a href="../tasks/tcreatejunit.htm">Creating JUnit tests</a> > <p> > You can create a TPTP JUnit test in one of two ways: manually or >Index: concepts/ctestwithhyades.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/concepts/ctestwithhyades.htm,v >retrieving revision 1.20 >diff -u -r1.20 ctestwithhyades.htm >--- concepts/ctestwithhyades.htm 11 Mar 2008 18:12:20 -0000 1.20 >+++ concepts/ctestwithhyades.htm 4 Apr 2008 13:04:57 -0000 >@@ -44,6 +44,8 @@ > > <div> > <blockquote> >+<div class="ulchildlink"><b><a href="../tasks/tcreateJavaProject.htm">Creating a Java project</a></b><br /> >+Create a Java project to contain a performance test.</div> > <div class="ulchildlink"><b><a href="../tasks/tcreatingaperformancetest.htm">Creating a test</a></b><br /> > You can create a performance test.</div> > <div class="ulchildlink"><b><a href="../concepts/cedittest.htm">Editing a test</a></b><br /> >Index: tasks/tptpJUnitTest_importing.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/tasks/tptpJUnitTest_importing.htm,v >retrieving revision 1.11 >diff -u -r1.11 tptpJUnitTest_importing.htm >--- tasks/tptpJUnitTest_importing.htm 3 May 2007 14:33:15 -0000 1.11 >+++ tasks/tptpJUnitTest_importing.htm 4 Apr 2008 13:04:57 -0000 >@@ -2,7 +2,7 @@ > <html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2006, 2007 Scapa Technologies and others. >+ * Copyright (c) 2006, 2008 Scapa Technologies and others. > * All rights reserved. This content is made available under > * the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -61,6 +61,9 @@ > dialog. > </li> > <li> >+ Select <b>TPTP JUnit Test</b> as the Destination type. >+ </li> >+ <li> > Navigate to the required files and then click on <b>Finish</b>. > </li> > <li> >Index: tasks/tcreatingaperformancetest.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.hyades.test.doc.user/tasks/tcreatingaperformancetest.htm,v >retrieving revision 1.1 >diff -u -r1.1 tcreatingaperformancetest.htm >--- tasks/tcreatingaperformancetest.htm 11 Mar 2008 18:12:21 -0000 1.1 >+++ tasks/tcreatingaperformancetest.htm 4 Apr 2008 13:04:57 -0000 >@@ -33,7 +33,6 @@ > </p> > > <ol> >- <li>Create a Java project.</li> > <li>Open the Test perspective <b>Window > Open Perspective > Other... > Test</b>.</li> > <li>Click <b>File > New > Other</b>. The <b>New</b> dialog appears.</li> > <li>Expand the <b>Test</b> folder, then select <b>TPTP URL Test</b>.</li> >Index: notices.html >=================================================================== >RCS file: notices.html >diff -N notices.html >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ notices.html 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,16 @@ >+<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> >+<html lang="en-us" xml:lang="en-us"> >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> >+<link rel="STYLESHEET" HREF="css/book.css" charset="ISO-8859-1" type="text/css"> >+<title>Legal Notices</title> >+</head> >+<body> >+ >+<h3><a name="Notices"></a>Notices</h3> >+<p>The material in this guide is Copyright (c) IBM Corporation and >+others 2005, 2008.</p> >+<p><a href="about.html">Terms and conditions regarding the use of this >+guide.</a></p> >+</body> >+</html> >Index: tasks/tcreateJavaProject.htm >=================================================================== >RCS file: tasks/tcreateJavaProject.htm >diff -N tasks/tcreateJavaProject.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ tasks/tcreateJavaProject.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,43 @@ >+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> >+<html lang="en-us" xml:lang="en-us"> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2008 IBM Corporation. >+ * All rights reserved. This content >+ * is made available under the terms of the Eclipse Public License v1.0 >+ * which accompanies this distribution, and is available at >+ * http://www.eclipse.org/legal/epl-v10.html >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+<head> >+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1"/> >+<link rel=StyleSheet href="../css/book.css" type="text/css"/> >+<title>Creating a Java project</title> >+</head> >+ >+<body> >+ >+<h1>Creating a Java project</h1> >+<p> >+For this example, we create a Java project named <i>javaProject</i>. >+</p> >+ >+<ol> >+ <li> >+ Follow the instructions in <a href="../../org.eclipse.jdt.doc.user/reference/ref-121.htm">New Java Project Wizard</a> to create a Java project >+ named <i>javaProject</i>. >+ </li> >+</ol> >+ >+<p> >+<b>Related tasks</b><br/> >+<a href="../../org.eclipse.jdt.doc.user/concepts/concepts-3.htm">Java projects</a><br/> >+</p> >+ >+</body> >+ >+</html> >#P org.eclipse.tptp.test.tools.junit.plugin.doc.user >Index: tasks/tdeploy.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin.doc.user/tasks/tdeploy.htm,v >retrieving revision 1.1 >diff -u -r1.1 tdeploy.htm >--- tasks/tdeploy.htm 29 Feb 2008 04:18:23 -0000 1.1 >+++ tasks/tdeploy.htm 4 Apr 2008 13:04:58 -0000 >@@ -41,7 +41,7 @@ > > <p> > <b>Related tasks</b><br/> >-<a href="tdeploymentintro.htm">Creating a deployment</a><br/> >+<a href="../../org.eclipse.hyades.test.doc.user/tasks/tdeploymentintro.htm">Creating a deployment</a><br/> > <a href="tcreateWorkbenchLocation.htm">Creating a workbench location</a><br/> > </p> > >Index: tasks/tcreatePluginTest.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin.doc.user/tasks/tcreatePluginTest.htm,v >retrieving revision 1.1 >diff -u -r1.1 tcreatePluginTest.htm >--- tasks/tcreatePluginTest.htm 29 Feb 2008 04:18:22 -0000 1.1 >+++ tasks/tcreatePluginTest.htm 4 Apr 2008 13:04:58 -0000 >@@ -1,64 +1,51 @@ >-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> >+<?xml version="1.0" encoding="UTF-8"?> >+<!DOCTYPE html >+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> >+<html lang="en-us" xml:lang="en-us"> > <!-- > /********************************************************************** >- * Copyright (c) 2005, 2008 Scapa Technologies. >+ * Copyright (c) 2008 IBM Corporation. > * All rights reserved. This content > * is made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html >- * $Id: tcreatePluginTest.htm,v 1.1 2008/02/29 04:18:22 paules Exp $ >+ * $Id: tcreatejunit.htm,v 1.7 2008/02/28 17:04:27 jkubasta Exp $ > * > * Contributors: >- * Scapa Technologies - Initial contribution >+ * IBM - Initial contribution > **********************************************************************/ > --> >-<html lang="en-us" xml:lang="en-us"> >- > <head> >-<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1"/> >-<link rel=StyleSheet href="../css/book.css" type="text/css"/> >-<title>Creating a JUnit plug-in test</title> >+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> >+<link rel="stylesheet" type="text/css" href="../css/book.css" /> >+<title>Creating JUnit Plug-in tests</title> > </head> >- > <body> > >-<h1>Creating a JUnit plug-in test</h1> >- <p> >- Create the test that will be used to test the plug-in. >- </p> >+<h1>Creating JUnit Plug-in tests</h1> >+<p> >+You can create a TPTP JUnit Plug-in test in one of two ways: manually or from an >+existing JUnit Plug-in test case. >+</p> > >-<ol> >- <li> >- Select <b>File</b> > <b>New </b>> <b>Other </b>> <b>Test </b>> <b>TPTP JUnit Plug-in Test</b>. >- If you see the <b>New Test Case</b> dialog asking you if you want to add some libraries on the build path, >- click <b>Yes</b>. >- </li> >+<ul> > <li> >- Click <b>Next</b>. >- <ul> >- <li>In the <b>Source folder</b> entry field type <i>pluginProj/src</i>.</li> >- <li>In the <b>Package</b> entry field type <i>tests</i>.</li> >- <li>In the <b>Name</b> entry field type <i>EclipseUiTest</i>.</li> >- </ul> >+ <a href="tptpJUnitPluginTest_creatingManually.htm">Creating a JUnit Plug-in test manually</a> >+ <p> >+ TPTP JUnit Plug-in Tests can be created manually or as a result of >+ importing existing JUnit Plug-in tests outside TPTP into a TPTP JUnit Plug-in Test. They should >+ be created manually if they are to exploit the TPTP JUnit Plug-in Test <i>behavior</i> >+ feature. >+ </p> >+ <br/> > </li> > <li> >- Select either 'In the test editor' or 'In the code editor' for the test behavior option. >- See <i>JUnit Test Suite Editor</i> for a detailed explanation of these options. >+ <a href="tptpJUnitPluginTest_importing.htm">Importing an existing JUnit Plug-in test</a> >+ <p>If you have JUnit Plug-in tests outside of TPTP, these can be >+imported into a TPTP JUnit Plug-in test.</p> >+ <br/> > </li> >- <li> >- Click <b>Next</b> and provide the test's name and location. >- </li> >- <li>Click <b>Next</b> and provide a description if required. Click <b>Finish</b>. </li> >-</ol> >- >-<p>You now have a JUnit plug-in project test named <b>EclipseUiTest</b>.</p> >- >- >-<p> >-<b>Related concepts</b><br /> >-<a href="../concepts/cJUnitTestEditor.htm">JUnit Test Suite Editor</a><br /> >-</p> >+</ul> > > </body> >- > </html> >Index: tasks/tdeploy2.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin.doc.user/tasks/tdeploy2.htm,v >retrieving revision 1.1 >diff -u -r1.1 tdeploy2.htm >--- tasks/tdeploy2.htm 29 Feb 2008 04:18:23 -0000 1.1 >+++ tasks/tdeploy2.htm 4 Apr 2008 13:04:58 -0000 >@@ -47,17 +47,17 @@ > > <p> > <b>Related concepts</b><br/> >-<a href="../concepts/cartifacteditor.htm">Artifact Editor - overview</a><br/> >-<a href="../concepts/cdeployeditor.htm">Deployment Editor - overview</a><br/> >-<a href="../concepts/clocationeditor.htm">Location Editor - overview</a><br/> >+<a href="../../org.eclipse.hyades.test.doc.user/concepts/cartifacteditor.htm">Artifact Editor - overview</a><br/> >+<a href="../../org.eclipse.hyades.test.doc.user/concepts/cdeployeditor.htm">Deployment Editor - overview</a><br/> >+<a href="../../org.eclipse.hyades.test.doc.user/concepts/clocationeditor.htm">Location Editor - overview</a><br/> > </p> > > <p> > <b>Related tasks</b><br/> >-<a href="../tasks/tcreateartifact.htm">Creating an artifact</a><br/> >-<a href="../tasks/tcreatetestdeployment.htm">Creating a deployment</a><br/> >-<a href="../tasks/tcreatelocation.htm">Creating a location</a><br/> >-<a href="../tasks/tassociateartifact.htm">Forming an artifact and location pairing</a><br/> >+<a href="../../org.eclipse.hyades.test.doc.user/tasks/tcreateartifact.htm">Creating an artifact</a><br/> >+<a href="../../org.eclipse.hyades.test.doc.user/tasks/tcreatetestdeployment.htm">Creating a deployment</a><br/> >+<a href="../../org.eclipse.hyades.test.doc.user/tasks/tcreatelocation.htm">Creating a location</a><br/> >+<a href="../../org.eclipse.hyades.test.doc.user/tasks/tassociateartifact.htm">Forming an artifact and location pairing</a><br/> > </p> > > </body> >Index: tasks/tcreateWorkbenchLocation.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin.doc.user/tasks/tcreateWorkbenchLocation.htm,v >retrieving revision 1.1 >diff -u -r1.1 tcreateWorkbenchLocation.htm >--- tasks/tcreateWorkbenchLocation.htm 29 Feb 2008 04:18:24 -0000 1.1 >+++ tasks/tcreateWorkbenchLocation.htm 4 Apr 2008 13:04:58 -0000 >@@ -34,7 +34,7 @@ > > <b>Test </b>> <b>Test Assets</b>. Click <b>Next</b>. > </li> > <li> >- In the "Enter or select the parent folder" field, type <i>pluginProj/src</i>. >+ In the "Enter or select the parent folder" field, type <i>pluginProject/src</i>. > In the Name field type <i>workLOC</i>. > </li> > <li> >Index: tasks/tcreatePluginProject.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin.doc.user/tasks/tcreatePluginProject.htm,v >retrieving revision 1.1 >diff -u -r1.1 tcreatePluginProject.htm >--- tasks/tcreatePluginProject.htm 29 Feb 2008 04:18:23 -0000 1.1 >+++ tasks/tcreatePluginProject.htm 4 Apr 2008 13:04:58 -0000 >@@ -24,13 +24,13 @@ > > <h1>Creating and configuring a plug-in project</h1> > <p> >-For this example, we create and configure a plug-in project named <i>pluginProj</i>. >+For this example, we create and configure a plug-in project named <i>pluginProject</i>. > </p> > > <ol> > <li> >- Follow the instructions in <i>Creating a plug-in project</i> to create a project >- named <i>pluginProj</i> that uses an Eclipse version of 3.1. >+ Follow the instructions in <a href="../../org.eclipse.platform.doc.user/tasks/tasks-42.htm">Creating a plug-in project</a> to create a plug-in project >+ named <i>pluginProject</i> that uses an Eclipse version of 3.1 or above. > </li> > <li> > Add the <i>org.eclipse.ui</i> plug-in as a required plug-in as explained in >Index: concepts/cworkbenchLocationEditor.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin.doc.user/concepts/cworkbenchLocationEditor.htm,v >retrieving revision 1.1 >diff -u -r1.1 cworkbenchLocationEditor.htm >--- concepts/cworkbenchLocationEditor.htm 29 Feb 2008 04:18:26 -0000 1.1 >+++ concepts/cworkbenchLocationEditor.htm 4 Apr 2008 13:04:58 -0000 >@@ -42,7 +42,7 @@ > > <p>The General Information section provides the Workbench > Location name (workLOC in this example), description, the path to the workLOC file >-(/pluginProj/src/workLOC.location), and the host name (localhost). </p> >+(/pluginProject/src/workLOC.location), and the host name (localhost). </p> > > <p>The <i>Property Groups</i> > section provides links to <b>Eclipse Workbench Properties</b> and <b>General Properties</b>. These also have their >@@ -94,7 +94,7 @@ > > <p> > <b>Related tasks</b><br /> >-<a href="../tasks/tdeploymentintro.htm">Creating a Test Deployment</a><br /> >+<a href="../../org.eclipse.hyades.test.doc.user/tasks/tdeploymentintro.htm">Creating a Test Deployment</a><br /> > </p> > </body> > >Index: concepts/cintro.htm >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin.doc.user/concepts/cintro.htm,v >retrieving revision 1.1 >diff -u -r1.1 cintro.htm >--- concepts/cintro.htm 29 Feb 2008 04:18:26 -0000 1.1 >+++ concepts/cintro.htm 4 Apr 2008 13:04:58 -0000 >@@ -46,7 +46,7 @@ > <li> > <a href="../tasks/tcreatePluginProject.htm">Create and configure a plug-in project</a> > <p> >- For this example, we create and configure a plug-in project named <i>pluginProj</i>. >+ For this example, we create and configure a plug-in project named <i>pluginProject</i>. > </p> > <br/> > </li> >@@ -88,7 +88,7 @@ > <br/> > </li> > <li> >- <a href="../tasks/tcreatetestreports.htm">Generating test reports</a> >+ <a href="../../org.eclipse.hyades.test.doc.user/tasks/tcreatetestreports.htm">Generating test reports</a> > <p> > After you have run your tests and generated execution histories, you can generate a report > on those test results to summarize the data. >Index: toc/junitplugin_toc.xml >=================================================================== >RCS file: /cvsroot/tptp/test/org.eclipse.tptp.test.tools.junit.plugin.doc.user/toc/junitplugin_toc.xml,v >retrieving revision 1.1 >diff -u -r1.1 junitplugin_toc.xml >--- toc/junitplugin_toc.xml 29 Feb 2008 04:18:28 -0000 1.1 >+++ toc/junitplugin_toc.xml 4 Apr 2008 13:04:58 -0000 >@@ -16,7 +16,10 @@ > <toc label="Testing plug-ins with JUnit" link_to="../org.eclipse.hyades.test.doc.user/toc/comptest_toc.xml#additional_test_types"> > <topic label="Testing plug-ins with JUnit" href="concepts/cintro.htm"> > <topic label="Creating and configuring a plug-in project" href="tasks/tcreatePluginProject.htm"/> >- <topic label="Creating a JUnit plug-in test" href="tasks/tcreatePluginTest.htm"/> >+ <topic label="Creating a JUnit plug-in test" href="tasks/tcreatePluginTest.htm"> >+ <topic label="Creating a JUnit plug-in test manually" href="tasks/tptpJUnitPluginTest_creatingManually.htm"/> >+ <topic label="Importing an existing JUnit plug-in test" href="tasks/tptpJUnitPluginTest_importing.htm"/> >+ </topic> > <topic label="JUnit Plug-in Test Suite Editor" href="concepts/cpluginTestEditor.htm"> > <topic label="Tutorial: Accessing a datapool from a JUnit test" href="../org.eclipse.hyades.test.doc.user/samples/saccessdp.htm"/> > </topic> >Index: tasks/tptpJUnitPluginTest_importing.htm >=================================================================== >RCS file: tasks/tptpJUnitPluginTest_importing.htm >diff -N tasks/tptpJUnitPluginTest_importing.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ tasks/tptpJUnitPluginTest_importing.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,83 @@ >+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> >+<html lang="en-us" xml:lang="en-us"> >+<!-- >+/********************************************************************** >+ * Copyright (c) 2008 IBM Corporation. >+ * All rights reserved. This content >+ * is made available under the terms of the Eclipse Public License v1.0 >+ * which accompanies this distribution, and is available at >+ * http://www.eclipse.org/legal/epl-v10.html >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+ >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> >+<link rel="StyleSheet" href="../css/book.css" type="text/css" /> >+<title>Importing an existing JUnit Plug-in test</title> >+</head> >+<body> >+ >+<div> >+ >+<h2>Importing an existing JUnit Plug-in test</h2> >+ >+<p>If you have JUnit Plug-in tests outside of TPTP, these can be >+imported into a TPTP JUnit Plug-in test.</p> >+ >+<h3>Step 1</h3> >+ >+<p>If the tests are already within an existing Eclipse plug-in >+project, then go to <b>Step 2</b>.</p> >+ >+<ul> >+ <li> >+ Otherwise, first import the Java source and class files from >+ the file system into a plug-in project by clicking <b>File</b> > >+ <b>Import</b> > <b>File system</b>. >+ </li> >+ <li> >+ Click <b>Next</b>. The <b>File system</b> import dialog launches. >+ </li> >+ <li> >+ <b>Browse</b> to the required directory, then >+ navigate to, and select, the relevant files. Click <b>Finish</b>. >+ </li> >+</ul> >+ >+<h3>Step 2</h3> >+ >+<ul> >+ <li> >+ Once the files are in your Eclipse workbench, then import the relevant >+ Java class files from the plug-in project >+ by clicking <b>File</b> > <b>Import</b> > <b>JUnit tests to TPTP</b>. >+ </li> >+ <li> >+ Click <b>Next</b> to display the <b>JUnit Tests selection</b> >+ dialog. >+ </li> >+ <li> >+ Select <b>TPTP JUnit Plug-in Test</b> as the Destination type. >+ </li> >+ <li> >+ Navigate to the required files and then click on <b>Finish</b>. >+ </li> >+ <li> >+ The outcome of a successful import operation will be a TPTP >+ JUnit Plug-in Test File associated with the imported package or class. >+ </li> >+</ul> >+ >+<p>Note that the import wizard shows all existing JUnit Plug-in test cases in the workspace that have not already been imported to TPTP. If this list is empty, then it means that either no JUnit Plug-in tests were found in the workspace, or that all existing JUnit Plug-in test classes have already been imported to TPTP.</p> >+ >+<p></p> >+ >+</div> >+ >+</body> >+ >+</html> >Index: notices.html >=================================================================== >RCS file: notices.html >diff -N notices.html >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ notices.html 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,16 @@ >+<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> >+<html lang="en-us" xml:lang="en-us"> >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> >+<link rel="STYLESHEET" HREF="css/book.css" charset="ISO-8859-1" type="text/css"> >+<title>Legal Notices</title> >+</head> >+<body> >+ >+<h3><a name="Notices"></a>Notices</h3> >+<p>The material in this guide is Copyright (c) IBM Corporation and >+others 2008.</p> >+<p><a href="about.html">Terms and conditions regarding the use of this >+guide.</a></p> >+</body> >+</html> >Index: tasks/tptpJUnitPluginTest_creatingManually.htm >=================================================================== >RCS file: tasks/tptpJUnitPluginTest_creatingManually.htm >diff -N tasks/tptpJUnitPluginTest_creatingManually.htm >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ tasks/tptpJUnitPluginTest_creatingManually.htm 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,49 @@ >+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> >+<html lang="en-us" xml:lang="en-us"> >+ >+<!-- >+/********************************************************************** >+ * Copyright (c) 2008 IBM Corporation. >+ * All rights reserved. This content >+ * is made available under the terms of the Eclipse Public License v1.0 >+ * which accompanies this distribution, and is available at >+ * http://www.eclipse.org/legal/epl-v10.html >+ * $Id$ >+ * >+ * Contributors: >+ * IBM - Initial contribution >+ **********************************************************************/ >+ --> >+ >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> >+<link rel="StyleSheet" href="../css/book.css" type="text/css" /> >+<title>Creating a JUnit Plug-in test manually</title> >+</head> >+<body> >+ >+<h2>Creating a JUnit Plug-in test manually</h2> >+ >+<p>TPTP JUnit Plug-in Tests can be created manually or as a result of >+importing existing JUnit Plug-in tests outside TPTP into a TPTP JUnit Plug-in Test. They should >+be created manually if they are to exploit the TPTP JUnit Plug-in Test <i>behavior</i> >+feature.</p> >+ >+<p>Note that, before creating a JUnit Plug-in test, a Plug-in project >+must exist.</p> >+ >+<ol> >+ <li>Select <b>File</b> > <b>New</b> > <b>Other</b>.</li> >+ <li>Expand <b>Test</b>. Select <b>TPTP JUnit Plug-in Test</b>.</li> >+ <li>Click <b>Next</b> to launch the <b>New JUnit Plug-in Test</b> dialog. >+ Identify the Source folder (<i>pluginProject</i>), the Package >+ (<i>junit.plugin.samples</i>), and the name to be assigned to the JUnit Plug-in Test source code >+ (<i>EclipseUiTest</i>). >+ </li> >+ <li>Select either 'In the test editor' or 'In the code editor' for the test behavior option. See JUnit Test Suite Editor for a detailed explanation of these options.</li> >+ <li>Click <b>Next</b> and provide the test's name and location.</li> >+ <li>Click <b>Next</b> and provide a description if required. Click <b>Finish</b>.</li> >+</ol> >+<p>Note that the second and third pages of the wizard are optional (that is, you can finish the wizard at the first page). Also, the difference between the information requested in page 1 and page 2 is as follows: the first page asks for the name and location of the source code, while the second one asks for the name and location of the TPTP Test (the model). By default, they are identical.</p> >+</body> >+</html> >#P org.eclipse.tptp.test.report.birt.doc.user >Index: notices.html >=================================================================== >RCS file: notices.html >diff -N notices.html >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ notices.html 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,16 @@ >+<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> >+<html lang="en-us" xml:lang="en-us"> >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> >+<link rel="STYLESHEET" HREF="css/book.css" charset="ISO-8859-1" type="text/css"> >+<title>Legal Notices</title> >+</head> >+<body> >+ >+<h3><a name="Notices"></a>Notices</h3> >+<p>The material in this guide is Copyright (c) IBM Corporation and >+others 2006, 2008.</p> >+<p><a href="about.html">Terms and conditions regarding the use of this >+guide.</a></p> >+</body> >+</html> >#P org.eclipse.tptp.test.doc.isv >Index: notices.html >=================================================================== >RCS file: notices.html >diff -N notices.html >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ notices.html 1 Jan 1970 00:00:00 -0000 >@@ -0,0 +1,16 @@ >+<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> >+<html lang="en-us" xml:lang="en-us"> >+<head> >+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> >+<link rel="STYLESHEET" HREF="css/book.css" charset="ISO-8859-1" type="text/css"> >+<title>Legal Notices</title> >+</head> >+<body> >+ >+<h3><a name="Notices"></a>Notices</h3> >+<p>The material in this guide is Copyright (c) IBM Corporation and >+others 2006, 2008.</p> >+<p><a href="about.html">Terms and conditions regarding the use of this >+guide.</a></p> >+</body> >+</html>
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 218779
:
94263
| 94837 |
94851