diff options
| author | Mélanie Bats | 2016-09-19 08:11:58 +0000 |
|---|---|---|
| committer | Pierre-Charles David | 2016-09-20 09:49:14 +0000 |
| commit | 5fd0327982b91a60e0f430cbb0f0520037d70f7e (patch) | |
| tree | 03feff298cca5c27c0139485f2863de70c5a7a6d | |
| parent | e0ee6fe5a08c3bc4d259a12ceea189cda47d875c (diff) | |
| download | org.eclipse.sirius-5fd0327982b91a60e0f430cbb0f0520037d70f7e.tar.gz org.eclipse.sirius-5fd0327982b91a60e0f430cbb0f0520037d70f7e.tar.xz org.eclipse.sirius-5fd0327982b91a60e0f430cbb0f0520037d70f7e.zip | |
[500681] Update the RCPTT tests on reference to delete the old tests
The RCPTT tests associated to the old reference widget were removed.
The reference ext tests are updated to cover all the reference use
cases:
* disabled widget
* vertical scrollbar enabled even if the widget is disabled (bug
#496154)
Bug: 500681
Change-Id: Ie5d3b8609296d349896e17f7ac51244f0fe9de94
Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
25 files changed, 218 insertions, 893 deletions
diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/.classpath b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/.classpath deleted file mode 100644 index 098194ca4b..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/.classpath +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="src" path="src"/> - <classpathentry kind="output" path="bin"/> -</classpath> diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/.project b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/.project deleted file mode 100644 index 905b048d81..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/.project +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>org.eclipse.sirius.tests.rcptt.properties.design.reference</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.ManifestBuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.pde.SchemaBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.pde.PluginNature</nature> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/.settings/org.eclipse.jdt.core.prefs b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index f42de363af..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,7 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.compliance=1.7 -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.7 diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/META-INF/MANIFEST.MF b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/META-INF/MANIFEST.MF deleted file mode 100644 index f567c5dc31..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/META-INF/MANIFEST.MF +++ /dev/null @@ -1,14 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: org.eclipse.sirius.tests.rcptt.sample.properties.design.refererence -Bundle-SymbolicName: org.eclipse.sirius.tests.rcptt.sample.properties.design.refererence;singleton:=true -Bundle-Version: 4.1.0 -Bundle-Activator: org.eclipse.sirius.tests.rcptt.sample.properties.design.reference.Activator -Require-Bundle: org.eclipse.ui, - org.eclipse.core.runtime, - org.eclipse.core.resources, - org.eclipse.sirius, - org.eclipse.sirius.common.acceleo.aql -Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: JavaSE-1.7 -Bundle-Localization: plugin diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/build.properties b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/build.properties deleted file mode 100644 index c94531ff9e..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/build.properties +++ /dev/null @@ -1,6 +0,0 @@ -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - .,\ - description/,\ - plugin.xml diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/description/PropertiesTests.odesign b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/description/PropertiesTests.odesign deleted file mode 100644 index 7689b93469..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/description/PropertiesTests.odesign +++ /dev/null @@ -1,175 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<description:Group - xmi:version="2.0" - xmlns:xmi="http://www.omg.org/XMI" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" - xmlns:properties="http://www.eclipse.org/sirius/properties/1.0.0" - xmlns:tool="http://www.eclipse.org/sirius/description/tool/1.1.0" - name="PropertiesTests" - version="11.0.0.201601261200"> - <ownedViewpoints - name="PropertiesTestsReference" - label="" - icon=""/> - <extensions - xsi:type="properties:ViewExtensionDescription"> - <pages identifier="" - labelExpression="Reference" - groups="//@extensions.0/@groups.0"/> - <groups - identifier="Reference" - labelExpression="Reference" - domainClass=""> - <controls - xsi:type="properties:ReferenceDescription" - labelExpression="Default With Actions" - helpExpression="" - valueExpression="aql:self.containmentReference" - displayExpression="aql:self.stringAttribute"> - <actions - labelExpression="Action1"> - <initialOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="Action1"/> - </initialOperation> - </actions> - <actions - labelExpression="Action2"> - <initialOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="Action2"/> - </initialOperation> - </actions> - <actions - labelExpression=""> - <initialOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="NoLabelAction"/> - </initialOperation> - </actions> - </controls> - <controls - xsi:type="properties:ReferenceDescription" - labelExpression="Hyperlink Without Action" - helpExpression="" - valueExpression="aql:self.containmentReference" - displayExpression="aql:self.stringAttribute"> - <onClickOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="ClickedOnHyperlink"/> - </onClickOperation> - </controls> - <controls - xsi:type="properties:ReferenceDescription" - labelExpression="Multi With Actions" - helpExpression="" - multiple="true" - valueExpression="aql:self.containmentReferences" - displayExpression="aql:self.stringAttribute"> - <actions - labelExpression="Action1"> - <initialOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="Action1"/> - </initialOperation> - </actions> - <actions - labelExpression="Action2"> - <initialOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="Action2"/> - </initialOperation> - </actions> - </controls> - <controls - xsi:type="properties:ReferenceDescription" - labelExpression="Multi With OnClick Without Action" - helpExpression="" - multiple="true" - valueExpression="aql:self.containmentReferences" - displayExpression="aql:self.stringAttribute"> - <onClickOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="ClickedOnTable"/> - </onClickOperation> - </controls> - <controls - xsi:type="properties:ReferenceDescription" - labelExpression="Disable Default With Actions" - helpExpression="" - isEnabledExpression="aql:false" - valueExpression="aql:self.containmentReference" - displayExpression="aql:self.stringAttribute"> - <actions - labelExpression="Action1"> - <initialOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="Action1"/> - </initialOperation> - </actions> - <actions - labelExpression="Action2"> - <initialOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="Action2"/> - </initialOperation> - </actions> - <actions - labelExpression=""> - <initialOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="NoLabelAction"/> - </initialOperation> - </actions> - </controls> - <controls - xsi:type="properties:ReferenceDescription" - labelExpression="Disable Multi With Actions" - helpExpression="" - isEnabledExpression="aql:false" - multiple="true" - valueExpression="aql:self.containmentReferences" - displayExpression="aql:self.stringAttribute"> - <actions - labelExpression="Action1"> - <initialOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="Action1"/> - </initialOperation> - </actions> - <actions - labelExpression="Action2"> - <initialOperation> - <firstModelOperations - xsi:type="tool:SetValue" - featureName="stringAttribute" - valueExpression="Action2"/> - </initialOperation> - </actions> - </controls> - </groups> - </extensions> -</description:Group> diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/plugin.xml b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/plugin.xml deleted file mode 100644 index 1e330a76c9..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/plugin.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.0"?> -<plugin> - <extension point="org.eclipse.sirius.componentization"> - <component class="org.eclipse.sirius.tests.rcptt.sample.properties.design.reference.Activator" - id="org.eclipse.sirius.tests.rcptt.sample.properties.design" - name="PropertiesTests"> - </component> - </extension> -</plugin> diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/src/org/eclipse/sirius/tests/rcptt/sample/properties/design/reference/Activator.java b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/src/org/eclipse/sirius/tests/rcptt/sample/properties/design/reference/Activator.java deleted file mode 100644 index ffdab4d306..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/src/org/eclipse/sirius/tests/rcptt/sample/properties/design/reference/Activator.java +++ /dev/null @@ -1,76 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2016 Obeo. - * 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 - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * Obeo - initial API and implementation - *******************************************************************************/ -package org.eclipse.sirius.tests.rcptt.sample.properties.design.reference; - -import java.util.HashSet; -import java.util.Set; - -import org.eclipse.sirius.business.api.componentization.ViewpointRegistry; -import org.eclipse.sirius.viewpoint.description.Viewpoint; -import org.eclipse.ui.plugin.AbstractUIPlugin; -import org.osgi.framework.BundleContext; - -/** - * The activator class controls the plug-in life cycle - */ -public class Activator extends AbstractUIPlugin { - // The plug-in ID - public static final String PLUGIN_ID = "org.eclipse.sirius.tests.rcptt.sample.properties.design.reference"; - - // The shared instance - private static Activator plugin; - - private static Set<Viewpoint> viewpoints; - - /** - * The constructor - */ - public Activator() { - } - - /* - * (non-Javadoc) - * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework. - * BundleContext) - */ - public void start(BundleContext context) throws Exception { - super.start(context); - plugin = this; - viewpoints = new HashSet<Viewpoint>(); - viewpoints.addAll(ViewpointRegistry.getInstance().registerFromPlugin(PLUGIN_ID + "/description/PropertiesTests.odesign")); - } - - /* - * (non-Javadoc) - * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework. - * BundleContext) - */ - public void stop(BundleContext context) throws Exception { - plugin = null; - if (viewpoints != null) { - for (final Viewpoint viewpoint : viewpoints) { - ViewpointRegistry.getInstance().disposeFromPlugin(viewpoint); - } - viewpoints.clear(); - viewpoints = null; - } - super.stop(context); - } - - /** - * Returns the shared instance - * - * @return the shared instance - */ - public static Activator getDefault() { - return plugin; - } -} diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/plugin.xml b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/plugin.xml index dd63774b6f..4f63dfb5a7 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/plugin.xml +++ b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/plugin.xml @@ -42,10 +42,6 @@ name="org.eclipse.sirius.tests.rcptt.properties.design.radio"> </projectDescriptor> <projectDescriptor - contentURI="contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.reference/" - name="org.eclipse.sirius.tests.rcptt.properties.design.reference"> - </projectDescriptor> - <projectDescriptor contentURI="contents/propertiestests/org.eclipse.sirius.tests.rcptt.properties.design.referenceext/" name="org.eclipse.sirius.tests.rcptt.properties.design.referenceext"> </projectDescriptor> diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/layout/SelectContainerViewpoint.ctx b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/layout/SelectContainerViewpoint.ctx index 14a05e86ff..f1549b94da 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/layout/SelectContainerViewpoint.ctx +++ b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/layout/SelectContainerViewpoint.ctx @@ -6,7 +6,7 @@ Element-Type: context Element-Version: 2.0 Id: _SQy9gEOCEeagKLHJ7g9jQA Runtime-Version: 2.1.0.201606221726 -Save-Time: 7/6/16 4:03 PM +Save-Time: 9/19/16 10:23 AM ------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998 Content-Type: text/ecl @@ -19,28 +19,6 @@ with [get-window "Viewpoints Selection"] { with [get-table] { get-item PropertiesTests | check select PropertiesTests - get-item PropertiesTestsButton | uncheck - select PropertiesTestsButton - get-item PropertiesTestsCheckbox | uncheck - select PropertiesTestsCheckbox - get-item PropertiesTestsGroup | uncheck - select PropertiesTestsGroup - get-item PropertiesTestsHyperlink | uncheck - select PropertiesTestsHyperlink - get-item PropertiesTestsLabel | uncheck - select PropertiesTestsLabel - get-item PropertiesTestsRadio | uncheck - select PropertiesTestsRadio - get-item PropertiesTestsReference | uncheck - select PropertiesTestsReference - get-item PropertiesTestsSelect | uncheck - select PropertiesTestsSelect - get-item PropertiesTestsText | uncheck - select PropertiesTestsText - get-item PropertiesTestsWidget | uncheck - select PropertiesTestsWidget - get-item PropertiesTestsValidation | uncheck - select PropertiesTestsValidation get-item PropertiesTestsContainer | check select PropertiesTestsContainer } diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/validation/SelectValidationViewpoint.ctx b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/validation/SelectValidationViewpoint.ctx index c79d97e1d2..a875b21c4c 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/validation/SelectValidationViewpoint.ctx +++ b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/validation/SelectValidationViewpoint.ctx @@ -6,7 +6,7 @@ Element-Type: context Element-Version: 2.0 Id: _vnVkEENeEeagKLHJ7g9jQA Runtime-Version: 2.1.0.201606221726 -Save-Time: 7/6/16 11:48 AM +Save-Time: 9/19/16 10:23 AM ------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998 Content-Type: text/ecl @@ -18,26 +18,7 @@ with [get-view "Model Explorer" | get-tree] { with [get-window "Viewpoints Selection"] { with [get-table] { get-item PropertiesTests | check - select PropertiesTests - get-item PropertiesTestsButton | uncheck - select PropertiesTestsButton - get-item PropertiesTestsCheckbox | uncheck - select PropertiesTestsCheckbox - get-item PropertiesTestsGroup | uncheck - select PropertiesTestsGroup - get-item PropertiesTestsHyperlink | uncheck - select PropertiesTestsHyperlink - get-item PropertiesTestsLabel | uncheck - select PropertiesTestsLabel - get-item PropertiesTestsRadio | uncheck - select PropertiesTestsRadio - get-item PropertiesTestsReference | uncheck - select PropertiesTestsReference - get-item PropertiesTestsSelect | uncheck - select PropertiesTestsSelect - get-item PropertiesTestsText | uncheck - select PropertiesTestsText - get-item PropertiesTestsWidget | uncheck + select PropertiesTestsheck select PropertiesTestsWidget get-item PropertiesTestsValidation | check select PropertiesTestsValidation diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/button/SelectButtonViewpoint.ctx b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/button/SelectButtonViewpoint.ctx index 82fa561797..9ed94294db 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/button/SelectButtonViewpoint.ctx +++ b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/button/SelectButtonViewpoint.ctx @@ -5,8 +5,8 @@ Element-Name: SelectButtonViewpoint Element-Type: context Element-Version: 2.0 Id: _tKsK0B5kEeahj7Y4FJ9H9w -Runtime-Version: 2.0.2.201511100828 -Save-Time: 5/20/16 10:27 AM +Runtime-Version: 2.1.0.201606221726 +Save-Time: 9/19/16 10:20 AM ------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998 Content-Type: text/ecl @@ -21,24 +21,6 @@ with [get-window "Viewpoints Selection"] { select PropertiesTests get-item PropertiesTestsButton | check select PropertiesTestsButton - get-item PropertiesTestsCheckbox | uncheck - select PropertiesTestsCheckbox - get-item PropertiesTestsGroup | uncheck - select PropertiesTestsGroup - get-item PropertiesTestsHyperlink | uncheck - select PropertiesTestsHyperlink - get-item PropertiesTestsLabel | uncheck - select PropertiesTestsLabel - get-item PropertiesTestsRadio | uncheck - select PropertiesTestsRadio - get-item PropertiesTestsReference | uncheck - select PropertiesTestsReference - get-item PropertiesTestsSelect | uncheck - select PropertiesTestsSelect - get-item PropertiesTestsText | uncheck - select PropertiesTestsText - get-item PropertiesTestsWidget | uncheck - select PropertiesTestsWidget } get-button OK | click } diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/checkbox/SelectCheckboxViewpoint.ctx b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/checkbox/SelectCheckboxViewpoint.ctx index c24e488742..954fe5261d 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/checkbox/SelectCheckboxViewpoint.ctx +++ b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/checkbox/SelectCheckboxViewpoint.ctx @@ -5,8 +5,8 @@ Element-Name: SelectCheckboxViewpoint Element-Type: context Element-Version: 2.0 Id: _kYk7UB5sEea-TdrfW8_m6g -Runtime-Version: 2.0.2.201511100828 -Save-Time: 5/20/16 11:24 AM +Runtime-Version: 2.1.0.201606221726 +Save-Time: 9/19/16 10:21 AM ------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998 Content-Type: text/ecl @@ -19,26 +19,8 @@ with [get-window "Viewpoints Selection"] { with [get-table] { get-item PropertiesTests | check select PropertiesTests - get-item PropertiesTestsButton | uncheck - select PropertiesTestsButton get-item PropertiesTestsCheckbox | check select PropertiesTestsCheckbox - get-item PropertiesTestsGroup | uncheck - select PropertiesTestsGroup - get-item PropertiesTestsHyperlink | uncheck - select PropertiesTestsHyperlink - get-item PropertiesTestsLabel | uncheck - select PropertiesTestsLabel - get-item PropertiesTestsRadio | uncheck - select PropertiesTestsRadio - get-item PropertiesTestsReference | uncheck - select PropertiesTestsReference - get-item PropertiesTestsSelect | uncheck - select PropertiesTestsSelect - get-item PropertiesTestsText | uncheck - select PropertiesTestsText - get-item PropertiesTestsWidget | uncheck - select PropertiesTestsWidget } get-button OK | click } diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/radio/SelectRadioViewpoint.ctx b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/radio/SelectRadioViewpoint.ctx index 466b85d36e..60e68642e7 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/radio/SelectRadioViewpoint.ctx +++ b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/radio/SelectRadioViewpoint.ctx @@ -5,8 +5,8 @@ Element-Name: SelectRadioViewpoint Element-Type: context Element-Version: 2.0 Id: _iiAwYB5uEea-TdrfW8_m6g -Runtime-Version: 2.0.2.201511100828 -Save-Time: 5/20/16 11:38 AM +Runtime-Version: 2.1.0.201606221726 +Save-Time: 9/19/16 10:22 AM ------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998 Content-Type: text/ecl @@ -19,26 +19,8 @@ with [get-window "Viewpoints Selection"] { with [get-table] { get-item PropertiesTests | check select PropertiesTests - get-item PropertiesTestsButton | uncheck - select PropertiesTestsButton - get-item PropertiesTestsCheckbox | uncheck - select PropertiesTestsCheckbox - get-item PropertiesTestsGroup | uncheck - select PropertiesTestsGroup - get-item PropertiesTestsHyperlink | uncheck - select PropertiesTestsHyperlink - get-item PropertiesTestsLabel | uncheck - select PropertiesTestsLabel get-item PropertiesTestsRadio | check select PropertiesTestsRadio - get-item PropertiesTestsReference | uncheck - select PropertiesTestsReference - get-item PropertiesTestsSelect | uncheck - select PropertiesTestsSelect - get-item PropertiesTestsText | uncheck - select PropertiesTestsText - get-item PropertiesTestsWidget | uncheck - select PropertiesTestsWidget } get-button OK | click } diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/ReferenceWidgetDefault.test b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/ReferenceWidgetDefault.test deleted file mode 100644 index a93aae811c..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/ReferenceWidgetDefault.test +++ /dev/null @@ -1,116 +0,0 @@ ---- RCPTT testcase --- -Format-Version: 1.0 -Contexts: _N-iakAicEea7hcZ9Jto1HQ,_Sc0HQAidEea7hcZ9Jto1HQ,_ISVO4AheEea7hcZ9Jto1HQ,_CxvK8AicEea7hcZ9Jto1HQ,_1dc_gAidEea7hcZ9Jto1HQ,_B44asB5xEea-TdrfW8_m6g,_ZuJ8AAifEea7hcZ9Jto1HQ -Element-Name: ReferenceWidgetDefault -Element-Type: testcase -Element-Version: 3.0 -External-Reference: -Id: _B48FEB5xEea-TdrfW8_m6g -Runtime-Version: 2.1.0.201606221726 -Save-Time: 7/6/16 11:34 AM -Testcase-Type: ecl - -------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa -Content-Type: text/plain -Entry-Name: .description - -This test aims to check the reference widget. - -The test : -* loads the tests projects released with the Sirius test product, -* opens the test diagram, -* selects the reference viewpoint, -* selects an element in the diagram, -* checks the properties view of a reference widget : - - checks the label, - - checks the value. -------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa-- -------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac -Content-Type: text/ecl -Entry-Name: .content - -// Check mono value + label + actions -with [get-view Properties | get-section Reference | get-editbox] { - get-property className | equals "org.eclipse.swt.custom.StyledText" | verify-true - get-property enablement | equals false | verify-true - get-property readOnly | equals false | verify-true - get-property text | equals "Default With Actions" | verify-true -} - -with [get-view Properties | get-section Reference | get-control Any -index 5] { - get-property "getChildren().length" | equals 2 | verify-true - get-property "getChildren().Control[0].getClassName()" | equals "org.eclipse.swt.widgets.Label" | verify-true - get-property "getChildren().Control[0].getText()" | equals Element1 | verify-true - get-property "getChildren().Control[0].isEnabled()" | equals true | verify-true - get-property "getChildren().Control[1].getChildren().length" | equals 3 | verify-true - get-property "getChildren().Control[1].getChildren().Control[0].getClassName()" | equals "org.eclipse.swt.widgets" + - ".Button" | verify-true - get-property "getChildren().Control[1].getChildren().Control[0].getText()" | equals Action1 | verify-true - get-property "getChildren().Control[1].getChildren().Control[0].isEnabled()" | equals true | verify-true - get-property "getChildren().Control[1].getChildren().Control[1].getClassName()" | equals "org.eclipse.swt.widgets" + - ".Button" | verify-true - get-property "getChildren().Control[1].getChildren().Control[1].getText()" | equals Action2 | verify-true - get-property "getChildren().Control[1].getChildren().Control[1].isEnabled()" | equals true | verify-true - get-property "getChildren().Control[1].getChildren().Control[2].getClassName()" | equals "org.eclipse.swt.widgets" + - ".Button" | verify-true - get-property "getChildren().Control[1].getChildren().Control[2].getText()" | equals "..." | verify-true - get-property "getChildren().Control[1].getChildren().Control[2].isEnabled()" | equals true | verify-true -} - -// Check mono value + hyperlink + no action -with [get-view Properties | get-section Reference] { - with [get-editbox -after [get-label Element1]] { - get-property className | equals "org.eclipse.swt.custom.StyledText" | verify-true - get-property text | equals "Hyperlink Without Action" | verify-true - } - with [get-control Any -after [get-label Element1] -index 6] { - get-property "getChildren().Control[0].getClassName()" | equals "org.eclipse.ui.forms.widgets.Hyperlink" - | verify-true - get-property "getChildren().Control[0].getText()" | equals Element1 | verify-true - get-property "getChildren().Control[0].isUnderlined()" | equals true | verify-true - get-property "getChildren().Control[1].getChildren().length" | equals 0 | verify-true - } -} - -// Check multi value + table + actions -with [get-view Properties | get-section Reference] { - with [get-editbox -after [get-label Element1] -index 1] { - get-property className | equals "org.eclipse.swt.custom.StyledText" | verify-true - get-property text | equals "Multi With Actions" | verify-true - } - with [get-control Any -after [get-link Element1] -index 3] { - get-property "getChildren().Control[0].getClassName()" | equals "org.eclipse.swt.custom.ScrolledComposite" - | verify-true - get-property "getChildren().Control[0].getChildren().Control[0].getClassName()" | equals "org.eclipse.swt.wid" + - "gets.Table" | verify-true - get-property "getChildren().Control[0].getChildren().Control[0].getItems().TableItem[0].getText()" | equals - "Element1" | verify-true - get-property "getChildren().Control[0].getChildren().Control[0].getItems().TableItem[1].getText()" | equals - "Element1" | verify-true - get-property "getChildren().Control[1].getChildren().Control[0].getClassName()" | equals "org.eclipse.swt.wid" + - "gets.Button" | verify-true - get-property "getChildren().Control[1].getChildren().Control[0].getText()" | equals Action1 | verify-true - get-property "getChildren().Control[1].getChildren().Control[1].getClassName()" | equals "org.eclipse.swt.wid" + - "gets.Button" | verify-true - get-property "getChildren().Control[1].getChildren().Control[1].getText()" | equals Action2 | verify-true - } -} -// Check multi value + table + no actions -with [get-view Properties | get-section Reference] { - with [get-editbox -after [get-label Element1] -index 2] { - get-property className | equals "org.eclipse.swt.custom.StyledText" | verify-true - get-property text | equals "Multi With OnClick Without Action" | verify-true - } - with [get-control Any -after [get-link Element1] -index 15] { - get-property "getChildren().Control[0].getClassName()" | equals "org.eclipse.swt.custom.ScrolledComposite" - | verify-true - get-property "getChildren().Control[0].getChildren().Control[0].getClassName()" | equals "org.eclipse.swt.wid" + - "gets.Table" | verify-true - get-property "getChildren().Control[0].getChildren().Control[0].getItems().TableItem[0].getText()" | equals - "Element1" | verify-true - get-property "getChildren().Control[0].getChildren().Control[0].getItems().TableItem[1].getText()" | equals - "Element1" | verify-true - get-property "getChildren().Control[1].getChildren().length" | equals 0 | verify-true - } -} -------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac-- diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/ReferenceWidgetDisable.test b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/ReferenceWidgetDisable.test deleted file mode 100644 index bd1609faa3..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/ReferenceWidgetDisable.test +++ /dev/null @@ -1,78 +0,0 @@ ---- RCPTT testcase --- -Format-Version: 1.0 -Contexts: _N-iakAicEea7hcZ9Jto1HQ,_Sc0HQAidEea7hcZ9Jto1HQ,_ISVO4AheEea7hcZ9Jto1HQ,_CxvK8AicEea7hcZ9Jto1HQ,_1dc_gAidEea7hcZ9Jto1HQ,_B44asB5xEea-TdrfW8_m6g,_ZuJ8AAifEea7hcZ9Jto1HQ -Element-Name: ReferenceWidgetDisable -Element-Type: testcase -Element-Version: 3.0 -External-Reference: -Id: _B5A9kB5xEea-TdrfW8_m6g -Runtime-Version: 2.0.2.201511100828 -Save-Time: 5/23/16 5:32 PM -Testcase-Type: ecl - -------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa -Content-Type: text/plain -Entry-Name: .description - -This test aims to check the reference widget. - -The test : -* loads the tests projects released with the Sirius test product, -* opens the test diagram, -* selects the reference viewpoint, -* selects an element in the diagram, -* checks the properties view of a disabled reference widget : - - checks the label, - - checks the value. -------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa-- -------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac -Content-Type: text/ecl -Entry-Name: .content - -// Check disable label and value - -with [get-view Properties | get-section Reference] { - with [get-editbox -after [get-label Element1] -index 3] { - get-property className | equals "org.eclipse.swt.custom.StyledText" | verify-true - get-property text | equals "Disable Default With Actions" | verify-true - } - with [get-label Element1 -after [get-label Element1]] { - get-property className | equals "org.eclipse.swt.widgets.Label" | verify-true - get-property enablement | equals false | verify-true - get-property caption | equals Element1 | verify-true - } - with [get-button Action1 -after [get-label Element1 -after [get-label Element1]]] { - get-property className | equals "org.eclipse.swt.widgets.Button" | verify-true - get-property enablement | equals false | verify-true - get-property caption | equals Action1 | verify-true - } - with [get-button Action2 -after [get-label Element1 -after [get-label Element1]]] { - get-property className | equals "org.eclipse.swt.widgets.Button" | verify-true - get-property enablement | equals false | verify-true - get-property caption | equals Action2 | verify-true - } - with [get-button "..." -after [get-label Element1 -after [get-label Element1]]] { - get-property className | equals "org.eclipse.swt.widgets.Button" | verify-true - get-property enablement | equals false | verify-true - get-property caption | equals "..." | verify-true - } - with [get-editbox -after [get-label Element1 -after [get-label Element1]]] { - get-property className | equals "org.eclipse.swt.custom.StyledText" | verify-true - get-property text | equals "Disable Multi With Actions" | verify-true - } - with [get-table -after [get-label Element1 -after [get-label Element1]]] { - get-property className | equals "org.eclipse.swt.widgets.Table" | verify-true - get-property enablement | equals false | verify-true - } - with [get-button Action1 -after [get-label Element1 -after [get-label Element1]] -index 1] { - get-property className | equals "org.eclipse.swt.widgets.Button" | verify-true - get-property enablement | equals false | verify-true - get-property caption | equals Action1 | verify-true - } - with [get-button Action2 -after [get-label Element1 -after [get-label Element1]] -index 1] { - get-property className | equals "org.eclipse.swt.widgets.Button" | verify-true - get-property enablement | equals false | verify-true - get-property caption | equals Action2 | verify-true - } -} -------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac-- diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/ReferenceWidgetOnClick.test b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/ReferenceWidgetOnClick.test deleted file mode 100644 index b49b48f800..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/ReferenceWidgetOnClick.test +++ /dev/null @@ -1,50 +0,0 @@ ---- RCPTT testcase --- -Format-Version: 1.0 -Contexts: _N-iakAicEea7hcZ9Jto1HQ,_Sc0HQAidEea7hcZ9Jto1HQ,_ISVO4AheEea7hcZ9Jto1HQ,_CxvK8AicEea7hcZ9Jto1HQ,_1dc_gAidEea7hcZ9Jto1HQ,_B44asB5xEea-TdrfW8_m6g,_ZuJ8AAifEea7hcZ9Jto1HQ -Element-Name: ReferenceWidgetOnClick -Element-Type: testcase -Element-Version: 3.0 -External-Reference: -Id: _B5DZ0B5xEea-TdrfW8_m6g -Runtime-Version: 2.0.2.201511100828 -Save-Time: 5/23/16 5:32 PM -Testcase-Type: ecl - -------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa -Content-Type: text/plain -Entry-Name: .description - -This test aims to check the reference widget onclick action. - -The test : -* loads the tests projects released with the Sirius test product, -* opens the test diagram, -* selects the reference viewpoint, -* selects an element in the diagram, -* click on the reference in the properties view, -* checks the element name is edited in the diagram. -------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa-- -------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac -Content-Type: text/ecl -Entry-Name: .content - -// Click on the hyperlink -get-view Properties | get-section Reference | get-link Element1 | click - -// Check that the value changed in the model -get-view Properties | get-section Reference | get-label ClickedOnHyperlink | get-property caption - | equals ClickedOnHyperlink | verify-true - -// Click on the action -get-view Properties | get-section Reference | get-button Action1 | click - -// Check that the value changed in the model -get-view Properties | get-section Reference | get-label Action1 | get-property caption | equals Action1 | verify-true - -// Click on the table -get-view Properties | get-section Reference | get-table -after [get-label Action1] -index 1 | select Action1 - -// Check that the value changed in the model -get-view Properties | get-section Reference | get-label ClickedOnTable | get-property caption | equals ClickedOnTable - | verify-true -------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac-- diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/SelectReferenceViewpoint.ctx b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/SelectReferenceViewpoint.ctx deleted file mode 100644 index f2387bba6d..0000000000 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/reference/SelectReferenceViewpoint.ctx +++ /dev/null @@ -1,45 +0,0 @@ ---- RCPTT testcase --- -Format-Version: 1.0 -Context-Type: org.eclipse.rcptt.ctx.ecl -Element-Name: SelectReferenceViewpoint -Element-Type: context -Element-Version: 2.0 -Id: _B44asB5xEea-TdrfW8_m6g -Runtime-Version: 2.0.2.201511100828 -Save-Time: 5/20/16 11:56 AM - -------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998 -Content-Type: text/ecl -Entry-Name: .ecl.context - -with [get-view "Model Explorer" | get-tree] { - select "org.eclipse.sirius.tests.rcptt.properties.instance" | get-menu "Viewpoints Selection" | click -} -with [get-window "Viewpoints Selection"] { - with [get-table] { - get-item PropertiesTests | check - select PropertiesTests - get-item PropertiesTestsButton | uncheck - select PropertiesTestsButton - get-item PropertiesTestsCheckbox | uncheck - select PropertiesTestsCheckbox - get-item PropertiesTestsGroup | uncheck - select PropertiesTestsGroup - get-item PropertiesTestsHyperlink | uncheck - select PropertiesTestsHyperlink - get-item PropertiesTestsLabel | uncheck - select PropertiesTestsLabel - get-item PropertiesTestsRadio | uncheck - select PropertiesTestsRadio - get-item PropertiesTestsReference | check - select PropertiesTestsReference - get-item PropertiesTestsSelect | uncheck - select PropertiesTestsSelect - get-item PropertiesTestsText | uncheck - select PropertiesTestsText - get-item PropertiesTestsWidget | uncheck - select PropertiesTestsWidget - } - get-button OK | click -} -------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998-- diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/referenceext/ReferenceExtWidgetDisable.test b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/referenceext/ReferenceExtWidgetDisable.test new file mode 100644 index 0000000000..3466077ed8 --- /dev/null +++ b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/referenceext/ReferenceExtWidgetDisable.test @@ -0,0 +1,100 @@ +--- RCPTT testcase --- +Format-Version: 1.0 +Contexts: _N-iakAicEea7hcZ9Jto1HQ,_Sc0HQAidEea7hcZ9Jto1HQ,_ISVO4AheEea7hcZ9Jto1HQ,_CxvK8AicEea7hcZ9Jto1HQ,_1dc_gAidEea7hcZ9Jto1HQ,_n3YRMG7AEeafMeCy9JeUaw,_ZuJ8AAifEea7hcZ9Jto1HQ +Element-Name: ReferenceExtWidgetDisable +Element-Type: testcase +Element-Version: 3.0 +External-Reference: +Id: _qrPocH5BEeaV4rq9brcgag +Runtime-Version: 2.1.0.201606221726 +Save-Time: 9/19/16 2:19 PM +Testcase-Type: ecl + +------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa +Content-Type: text/plain +Entry-Name: .description + +This test aims to check the reference ext widget. + +The test : +* loads the tests projects released with the Sirius test product, +* opens the test diagram, +* selects the reference ext viewpoint, +* selects an element in the diagram, +* checks the properties view for the mono/multi containment/non containment reference widget are disabled when it should be, +* checks that the table is still scrollable when the widget is disabled. +------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa-- +------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac +Content-Type: text/ecl +Entry-Name: .content + +// checks the buttons are disabled +with [get-view Properties | get-section Reference] { + get-editbox -after [get-label "Test Element Element2"] -index 1 | get-property text | equals "Mono ref Disable" + | verify-true + get-label "Test Element Element2" -after [get-label "Test Element Element2"] | get-property "getText()" + | equals "Test Element Element2" | verify-true + with [get-button "Browse your data to edit the current value" -after [get-label "Test Element Element2" + -after [get-label "Test Element Element2"]]] { + get-property className | equals "org.eclipse.swt.widgets.Button" | verify-true + get-property enablement | equals false | verify-true + } + with [get-button "Create a new object" -after [get-label "Test Element Element2" + -after [get-label "Test Element Element2"]]] { + get-property className | equals "org.eclipse.swt.widgets.Button" | verify-true + get-property enablement | equals false | verify-true + } + with [get-button "Remove the reference to the object" -after [get-label "Test Element Element2" + -after [get-label "Test Element Element2"]]] { + get-property className | equals "org.eclipse.swt.widgets.Button" | verify-true + get-property enablement | equals false | verify-true + } +} + +// Create new objects in the reference table in order to see the vertical scrollbar +get-view Properties | get-section Reference | get-button "Create a new object" + -after [get-label "Test Element Element2" -after [get-label "Test Element Element2"]] -index 1 | click +with [get-window Create] { + get-tree + | select "platform:\\/resource\\/org.eclipse.sirius.tests.rcptt.properties.instance\\/PropertiesTestsInstance.propertiestests/Test Root" + get-button Finish | click +} +get-view Properties | get-section Reference | get-button "Create a new object" + -after [get-label "Test Element Element2" -after [get-label "Test Element Element2"]] -index 1 | click +with [get-window Create] { + get-tree + | select "platform:\\/resource\\/org.eclipse.sirius.tests.rcptt.properties.instance\\/PropertiesTestsInstance.propertiestests/Test Root" + get-button Finish | click +} +get-view Properties | get-section Reference | get-button "Create a new object" + -after [get-label "Test Element Element2" -after [get-label "Test Element Element2"]] -index 1 | click +with [get-window Create] { + get-tree + | select "platform:\\/resource\\/org.eclipse.sirius.tests.rcptt.properties.instance\\/PropertiesTestsInstance.propertiestests/Test Root" + get-button Finish | click +} +get-view Properties | get-section Reference | get-button "Create a new object" + -after [get-label "Test Element Element2" -after [get-label "Test Element Element2"]] -index 1 | click +with [get-window Create] { + get-tree + | select "platform:\\/resource\\/org.eclipse.sirius.tests.rcptt.properties.instance\\/PropertiesTestsInstance.propertiestests/Test Root" + get-button Finish | click +} +get-view Properties | get-section Reference | get-button "Create a new object" + -after [get-label "Test Element Element2" -after [get-label "Test Element Element2"]] -index 1 | click +with [get-window Create] { + get-tree + | select "platform:\\/resource\\/org.eclipse.sirius.tests.rcptt.properties.instance\\/PropertiesTestsInstance.propertiestests/Test Root" + get-button Finish | click +} +// Checks the scrollbar is visible and enabled but the elements are disabled +with [get-view Properties | get-section Reference] { + with [get-table -after [get-label "Test Element Element2" -after [get-label "Test Element Element2"]]] { + get-property className | equals "org.eclipse.swt.widgets.Table" | verify-true + get-property enablement | equals true | verify-true + get-property "getVerticalBar().isVisible()" | equals true | verify-true + get-property "getVerticalBar().isEnabled()" | equals true | verify-true + get-item "Test Element Element2" | get-property enablement | equals false | verify-true + } +} +------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac-- diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/referenceext/SelectReferenceExtViewpoint.ctx b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/referenceext/SelectReferenceExtViewpoint.ctx index 53fae310d5..4520af21c9 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/referenceext/SelectReferenceExtViewpoint.ctx +++ b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/referenceext/SelectReferenceExtViewpoint.ctx @@ -21,6 +21,8 @@ with [get-window "Viewpoints Selection"] { select PropertiesTests get-item PropertiesTestsReferenceExt | check select PropertiesTestsReferenceExt + get-item PropertiesTestsLabel | uncheck + select PropertiesTestsLabel } get-button OK | click } diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/select/SelectSelectViewpoint.ctx b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/select/SelectSelectViewpoint.ctx index cba7dac751..ecd479bcf9 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/select/SelectSelectViewpoint.ctx +++ b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/select/SelectSelectViewpoint.ctx @@ -5,8 +5,8 @@ Element-Name: SelectSelectViewpoint Element-Type: context Element-Version: 2.0 Id: _F4Hs4B5wEea-TdrfW8_m6g -Runtime-Version: 2.0.2.201511100828 -Save-Time: 5/20/16 11:49 AM +Runtime-Version: 2.1.0.201606221726 +Save-Time: 9/19/16 10:22 AM ------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998 Content-Type: text/ecl @@ -19,26 +19,8 @@ with [get-window "Viewpoints Selection"] { with [get-table] { get-item PropertiesTests | check select PropertiesTests - get-item PropertiesTestsButton | uncheck - select PropertiesTestsButton - get-item PropertiesTestsCheckbox | uncheck - select PropertiesTestsCheckbox - get-item PropertiesTestsGroup | uncheck - select PropertiesTestsGroup - get-item PropertiesTestsHyperlink | uncheck - select PropertiesTestsHyperlink - get-item PropertiesTestsLabel | uncheck - select PropertiesTestsLabel - get-item PropertiesTestsRadio | uncheck - select PropertiesTestsRadio - get-item PropertiesTestsReference | uncheck - select PropertiesTestsReference get-item PropertiesTestsSelect | check select PropertiesTestsSelect - get-item PropertiesTestsText | uncheck - select PropertiesTestsText - get-item PropertiesTestsWidget | uncheck - select PropertiesTestsWidget } get-button OK | click } diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/text/SelectTextViewpoint.ctx b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/text/SelectTextViewpoint.ctx index ce6ea999bf..b386127bc0 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/text/SelectTextViewpoint.ctx +++ b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/text/SelectTextViewpoint.ctx @@ -5,8 +5,8 @@ Element-Name: SelectTextViewpoint Element-Type: context Element-Version: 2.0 Id: _7qJyUAidEea7hcZ9Jto1HQ -Runtime-Version: 2.0.2.201511100828 -Save-Time: 5/18/16 1:25 PM +Runtime-Version: 2.1.0.201606221726 +Save-Time: 9/19/16 10:22 AM ------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998 Content-Type: text/ecl @@ -19,26 +19,8 @@ with [get-window "Viewpoints Selection"] { with [get-table] { get-item PropertiesTests | check select PropertiesTests - get-item PropertiesTestsButton | uncheck - select PropertiesTestsButton - get-item PropertiesTestsCheckbox | uncheck - select PropertiesTestsCheckbox - get-item PropertiesTestsGroup | uncheck - select PropertiesTestsGroup - get-item PropertiesTestsHyperlink | uncheck - select PropertiesTestsHyperlink - get-item PropertiesTestsLabel | uncheck - select PropertiesTestsLabel - get-item PropertiesTestsRadio | uncheck - select PropertiesTestsRadio - get-item PropertiesTestsReference | uncheck - select PropertiesTestsReference - get-item PropertiesTestsSelect | uncheck - select PropertiesTestsSelect get-item PropertiesTestsText | check select PropertiesTestsText - get-item PropertiesTestsWidget | uncheck - select PropertiesTestsWidget } get-button OK | click } diff --git a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/widget/SelectWidgetViewpoint.ctx b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/widget/SelectWidgetViewpoint.ctx index f9bcda82cc..bc85a3a7af 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/widget/SelectWidgetViewpoint.ctx +++ b/plugins/org.eclipse.sirius.tests.rcptt/case/properties/widgets/widget/SelectWidgetViewpoint.ctx @@ -5,8 +5,8 @@ Element-Name: SelectWidgetViewpoint Element-Type: context Element-Version: 2.0 Id: _nN-U4BzcEeaiCsudO7w7vA -Runtime-Version: 2.0.2.201511100828 -Save-Time: 5/18/16 11:48 AM +Runtime-Version: 2.1.0.201606221726 +Save-Time: 9/19/16 10:23 AM ------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998 Content-Type: text/ecl @@ -19,24 +19,6 @@ with [get-window "Viewpoints Selection"] { with [get-table] { get-item PropertiesTests | check select PropertiesTests - get-item PropertiesTestsButton | uncheck - select PropertiesTestsButton - get-item PropertiesTestsCheckbox | uncheck - select PropertiesTestsCheckbox - get-item PropertiesTestsGroup | uncheck - select PropertiesTestsGroup - get-item PropertiesTestsHyperlink | uncheck - select PropertiesTestsHyperlink - get-item PropertiesTestsLabel | uncheck - select PropertiesTestsLabel - get-item PropertiesTestsRadio | uncheck - select PropertiesTestsRadio - get-item PropertiesTestsReference | uncheck - select PropertiesTestsReference - get-item PropertiesTestsSelect | uncheck - select PropertiesTestsSelect - get-item PropertiesTestsText | uncheck - select PropertiesTestsText get-item PropertiesTestsWidget | check select PropertiesTestsWidget } diff --git a/plugins/org.eclipse.sirius.tests.rcptt/suite/All.suite b/plugins/org.eclipse.sirius.tests.rcptt/suite/All.suite index e1b6dc3164..0e79ac649b 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/suite/All.suite +++ b/plugins/org.eclipse.sirius.tests.rcptt/suite/All.suite @@ -11,108 +11,105 @@ Save-Time: 9/16/16 9:45 AM Content-Type: text/testcase Entry-Name: testcase-items -_O-fB8CGFEeaIrJ9X-4BslQ // kind: 'suite' name: 'Button' path: 'Button.suite' -_tSdmwB5kEeahj7Y4FJ9H9w // kind: 'test' name: 'ButtonWidgetDefault' path: '../case/properties/widgets/button/ButtonWidgetDefault.test' -_tSgDAB5kEeahj7Y4FJ9H9w // kind: 'test' name: 'ButtonWidgetDisable' path: '../case/properties/widgets/button/ButtonWidgetDisable.test' -_tSh4MB5kEeahj7Y4FJ9H9w // kind: 'test' name: 'ButtonWidgetOnClick' path: '../case/properties/widgets/button/ButtonWidgetOnClick.test' -_0HauUCGDEeaIrJ9X-4BslQ // kind: 'suite' name: 'Checkbox' path: 'Checkbox.suite' -_kYolsB5sEea-TdrfW8_m6g // kind: 'test' name: 'CheckboxWidgetDefault' path: '../case/properties/widgets/checkbox/CheckboxWidgetDefault.test' -_kYrpAB5sEea-TdrfW8_m6g // kind: 'test' name: 'CheckboxWidgetDisable' path: '../case/properties/widgets/checkbox/CheckboxWidgetDisable.test' -_kYusUB5sEea-TdrfW8_m6g // kind: 'test' name: 'CheckboxWidgetOnClick' path: '../case/properties/widgets/checkbox/CheckboxWidgetOnClick.test' -_OELEsEOFEeagKLHJ7g9jQA // kind: 'test' name: 'FillAndGridLayouts' path: '../case/properties/layout/FillAndGridLayouts.test' -_aulCIEOCEeagKLHJ7g9jQA // kind: 'test' name: 'FillLayoutHorizontal' path: '../case/properties/layout/FillLayoutHorizontal.test' -_SvkHsEODEeagKLHJ7g9jQA // kind: 'test' name: 'FillLayoutVertical' path: '../case/properties/layout/FillLayoutVertical.test' -_SJr-AEOEEeagKLHJ7g9jQA // kind: 'test' name: 'GridLayout' path: '../case/properties/layout/GridLayout.test' -_48ngcHBYEea6g-zJ8a5nEw // kind: 'suite' name: 'Group' path: 'Group.suite' -_lLPs8EOQEeagKLHJ7g9jQA // kind: 'test' name: 'GroupCollapse' path: '../case/properties/group/GroupCollapse.test' -_Fij9EEOSEeagKLHJ7g9jQA // kind: 'test' name: 'GroupConditionalStyle' path: '../case/properties/group/GroupConditionalStyle.test' -_UvRY0EOHEeagKLHJ7g9jQA // kind: 'test' name: 'GroupDefault' path: '../case/properties/group/GroupDefault.test' -_CtWK0EOPEeagKLHJ7g9jQA // kind: 'test' name: 'GroupNoneToggleGroup' path: '../case/properties/group/GroupNoneToggleGroup.test' -_UgIpQEOKEeagKLHJ7g9jQA // kind: 'test' name: 'GroupNoTitle' path: '../case/properties/group/GroupNoTitle.test' -_Npz8kEOIEeagKLHJ7g9jQA // kind: 'test' name: 'GroupShortTitle' path: '../case/properties/group/GroupShortTitle.test' -_GqUr0EOREeagKLHJ7g9jQA // kind: 'test' name: 'GroupStyle' path: '../case/properties/group/GroupStyle.test' -_9koPcEOMEeagKLHJ7g9jQA // kind: 'test' name: 'GroupTreeNode' path: '../case/properties/group/GroupTreeNode.test' -_EXIyYB5cEeahj7Y4FJ9H9w // kind: 'suite' name: 'Hyperlink' path: 'Hyperlink.suite' -_V_yHQB5gEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetConditionalStyle' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetConditionalStyle.test' -_ZJml4B3GEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetDefault' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetDefault.test' -_ZJppMB3GEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetDisable' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetDisable.test' -_FmfWIB3HEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetOnClick' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetOnClick.test' -_FmjAgB3HEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetStyleAll' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetStyleAll.test' -_4wvPoB5eEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetStyleBackgroundColor' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetStyleBackgroundColor.test' -_FmnR8B3HEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetStyleBold' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetStyleBold.test' -_FmqVQB3HEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetStyleFont' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetStyleFont.test' -_FmtYkB3HEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetStyleItalic' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetStyleItalic.test' -_Fmwb4B3HEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetStyleStrike' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetStyleStrike.test' -_Fm0GQB3HEeahj7Y4FJ9H9w // kind: 'test' name: 'HyperlinkWidgetStyleUnderline' path: '../case/properties/widgets/hyperlink/HyperlinkWidgetStyleUnderline.test' -_ol11sB5bEeahj7Y4FJ9H9w // kind: 'suite' name: 'Label' path: 'Label.suite' -_r7voQB5gEeahj7Y4FJ9H9w // kind: 'test' name: 'LabelWidgetConditionalStyle' path: '../case/properties/widgets/label/LabelWidgetConditionalStyle.test' -_BGAcQB3BEeahj7Y4FJ9H9w // kind: 'test' name: 'LabelWidgetDefault' path: '../case/properties/widgets/label/LabelWidgetDefault.test' -_wBWhEB3DEeahj7Y4FJ9H9w // kind: 'test' name: 'LabelWidgetDisable' path: '../case/properties/widgets/label/LabelWidgetDisable.test' -_ITPXoB3EEeahj7Y4FJ9H9w // kind: 'test' name: 'LabelWidgetStyleAll' path: '../case/properties/widgets/label/LabelWidgetStyleAll.test' -_9s5CAB3ZEeahj7Y4FJ9H9w // kind: 'test' name: 'LabelWidgetStyleBackgroundColor' path: '../case/properties/widgets/label/LabelWidgetStyleBackgroundColor.test' -_Z54eMB3EEeahj7Y4FJ9H9w // kind: 'test' name: 'LabelWidgetStyleBold' path: '../case/properties/widgets/label/LabelWidgetStyleBold.test' -_Z58IkB3EEeahj7Y4FJ9H9w // kind: 'test' name: 'LabelWidgetStyleFont' path: '../case/properties/widgets/label/LabelWidgetStyleFont.test' -_Z5_L4B3EEeahj7Y4FJ9H9w // kind: 'test' name: 'LabelWidgetStyleItalic' path: '../case/properties/widgets/label/LabelWidgetStyleItalic.test' -_Z6CPMB3EEeahj7Y4FJ9H9w // kind: 'test' name: 'LabelWidgetStyleStrike' path: '../case/properties/widgets/label/LabelWidgetStyleStrike.test' -_Z6EEYB3EEeahj7Y4FJ9H9w // kind: 'test' name: 'LabelWidgetStyleUnderline' path: '../case/properties/widgets/label/LabelWidgetStyleUnderline.test' -_Ajw4AHBZEea6g-zJ8a5nEw // kind: 'suite' name: 'Layout' path: 'Layout.suite' -_209AcHBEEea6g-zJ8a5nEw // kind: 'test' name: 'OperationsAccessToUiCallback' path: '../case/properties/widgets/hyperlink/OperationsAccessToUiCallback.test' -_F64EwAhdEea7hcZ9Jto1HQ // kind: 'suite' name: 'Properties' path: 'Properties.suite' -_RM_K0CDKEeam67BeeiuDyg // kind: 'suite' name: 'Radio' path: 'Radio.suite' -_iiDzsB5uEea-TdrfW8_m6g // kind: 'test' name: 'RadioWidgetDefault' path: '../case/properties/widgets/radio/RadioWidgetDefault.test' -_iiGP8B5uEea-TdrfW8_m6g // kind: 'test' name: 'RadioWidgetDisable' path: '../case/properties/widgets/radio/RadioWidgetDisable.test' -_EDZmwE8fEeaGffyg90Bppg // kind: 'test' name: 'RadioWidgetEdition' path: '../case/properties/widgets/radio/RadioWidgetEdition.test' -_iiIFIB5uEea-TdrfW8_m6g // kind: 'test' name: 'RadioWidgetOnClick' path: '../case/properties/widgets/radio/RadioWidgetOnClick.test' -_pseiQCD7Eeam67BeeiuDyg // kind: 'suite' name: 'Reference' path: 'Reference.suite' -_B48FEB5xEea-TdrfW8_m6g // kind: 'test' name: 'ReferenceWidgetDefault' path: '../case/properties/widgets/reference/ReferenceWidgetDefault.test' -_B5A9kB5xEea-TdrfW8_m6g // kind: 'test' name: 'ReferenceWidgetDisable' path: '../case/properties/widgets/reference/ReferenceWidgetDisable.test' -_B5DZ0B5xEea-TdrfW8_m6g // kind: 'test' name: 'ReferenceWidgetOnClick' path: '../case/properties/widgets/reference/ReferenceWidgetOnClick.test' -_TScJgCDMEeam67BeeiuDyg // kind: 'suite' name: 'Select' path: 'Select.suite' -_F4KJIB5wEea-TdrfW8_m6g // kind: 'test' name: 'SelectWidgetDefault' path: '../case/properties/widgets/select/SelectWidgetDefault.test' -_F4L-UB5wEea-TdrfW8_m6g // kind: 'test' name: 'SelectWidgetDisable' path: '../case/properties/widgets/select/SelectWidgetDisable.test' -_rMacEE8_EeaGffyg90Bppg // kind: 'test' name: 'SelectWidgetEdition' path: '../case/properties/widgets/select/SelectWidgetEdition.test' -_F4NzgB5wEea-TdrfW8_m6g // kind: 'test' name: 'SelectWidgetOnClick' path: '../case/properties/widgets/select/SelectWidgetOnClick.test' -_2HEpoBw4EeaiCsudO7w7vA // kind: 'suite' name: 'Text' path: 'Text.suite' -_MyTrcBw5EeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetConditionalStyle' path: '../case/properties/widgets/text/TextAreaWidgetConditionalStyle.test' -_rlbZYBxEEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetDefault' path: '../case/properties/widgets/text/TextAreaWidgetDefault.test' -_VoBOQBxBEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetDisable' path: '../case/properties/widgets/text/TextAreaWidgetDisable.test' -_pk-J0BzOEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetEdition' path: '../case/properties/widgets/text/TextAreaWidgetEdition.test' -_wkpIgB0MEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetStyleAll' path: '../case/properties/widgets/text/TextAreaWidgetStyleAll.test' -_kUtA4B0MEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetStyleBackgroundColor' path: '../case/properties/widgets/text/TextAreaWidgetStyleBackgroundColor.test' -_N30kIB0MEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetStyleBold' path: '../case/properties/widgets/text/TextAreaWidgetStyleBold.test' -_imkvYBxBEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetStyleFont' path: '../case/properties/widgets/text/TextAreaWidgetStyleFont.test' -_oePCEB0MEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetStyleForegroundColor' path: '../case/properties/widgets/text/TextAreaWidgetStyleForegroundColor.test' -_9Hy8gB0LEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetStyleItalic' path: '../case/properties/widgets/text/TextAreaWidgetStyleItalic.test' -_ZmULkB0MEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetStyleStrike' path: '../case/properties/widgets/text/TextAreaWidgetStyleStrike.test' -_Ue5l0B0MEeaiCsudO7w7vA // kind: 'test' name: 'TextAreaWidgetStyleUnderline' path: '../case/properties/widgets/text/TextAreaWidgetStyleUnderline.test' -_Y_e6UBw2EeaiCsudO7w7vA // kind: 'test' name: 'TextWidgetConditionalStyle' path: '../case/properties/widgets/text/TextWidgetConditionalStyle.test' -_VvraQAhdEea7hcZ9Jto1HQ // kind: 'test' name: 'TextWidgetDefault' path: '../case/properties/widgets/text/TextWidgetDefault.test' -_isNeUBw2EeaiCsudO7w7vA // kind: 'test' name: 'TextWidgetDisable' path: '../case/properties/widgets/text/TextWidgetDisable.test' -_CTbYIBxBEeaiCsudO7w7vA // kind: 'test' name: 'TextWidgetEdition' path: '../case/properties/widgets/text/TextWidgetEdition.test' -_sDtMkB0PEeaiCsudO7w7vA // kind: 'test' name: 'TextWidgetStyleAll' path: '../case/properties/widgets/text/TextWidgetStyleAll.test' -_eWzAEB5hEeahj7Y4FJ9H9w // kind: 'test' name: 'TextWidgetStyleBackgroundColor' path: '../case/properties/widgets/text/TextWidgetStyleBackgroundColor.test' -_FaCqEB0NEeaiCsudO7w7vA // kind: 'test' name: 'TextWidgetStyleBold' path: '../case/properties/widgets/text/TextWidgetStyleBold.test' -_DnisYBw2EeaiCsudO7w7vA // kind: 'test' name: 'TextWidgetStyleFont' path: '../case/properties/widgets/text/TextWidgetStyleFont.test' -_sc_esB5hEeahj7Y4FJ9H9w // kind: 'test' name: 'TextWidgetStyleForegroundColor' path: '../case/properties/widgets/text/TextWidgetStyleForegroundColor.test' -_AW8joB0NEeaiCsudO7w7vA // kind: 'test' name: 'TextWidgetStyleItalic' path: '../case/properties/widgets/text/TextWidgetStyleItalic.test' -_RO8bgB0NEeaiCsudO7w7vA // kind: 'test' name: 'TextWidgetStyleStrike' path: '../case/properties/widgets/text/TextWidgetStyleStrike.test' -_LiyxAB0NEeaiCsudO7w7vA // kind: 'test' name: 'TextWidgetStyleUnderline' path: '../case/properties/widgets/text/TextWidgetStyleUnderline.test' -_F4tjcHBZEea6g-zJ8a5nEw // kind: 'suite' name: 'Validation' path: 'Validation.suite' -_25KRQENxEeagKLHJ7g9jQA // kind: 'test' name: 'ValidationGroup' path: '../case/properties/validation/ValidationGroup.test' -_uKc-QEN9EeagKLHJ7g9jQA // kind: 'test' name: 'ValidationNoQuickFix' path: '../case/properties/validation/ValidationNoQuickFix.test' -_3y7sgENeEeagKLHJ7g9jQA // kind: 'test' name: 'ValidationPage' path: '../case/properties/validation/ValidationPage.test' -_jxzdgEN_EeagKLHJ7g9jQA // kind: 'test' name: 'ValidationQuickFix' path: '../case/properties/validation/ValidationQuickFix.test' -_HIkWUBzqEeaiCsudO7w7vA // kind: 'suite' name: 'Widget' path: 'Widget.suite' -_AsDrEBzYEeaiCsudO7w7vA // kind: 'test' name: 'WidgetConditionalStyle' path: '../case/properties/widgets/widget/WidgetConditionalStyle.test' -_AsGHUBzYEeaiCsudO7w7vA // kind: 'test' name: 'WidgetDefault' path: '../case/properties/widgets/widget/WidgetDefault.test' -_jPK50BzYEeaiCsudO7w7vA // kind: 'test' name: 'WidgetStyleAll' path: '../case/properties/widgets/widget/WidgetStyleAll.test' -_OOABkBziEeaiCsudO7w7vA // kind: 'test' name: 'WidgetStyleBackgroundColor' path: '../case/properties/widgets/widget/WidgetStyleBackgroundColor.test' -_X4vNEBzYEeaiCsudO7w7vA // kind: 'test' name: 'WidgetStyleBold' path: '../case/properties/widgets/widget/WidgetStyleBold.test' -_AsM1ABzYEeaiCsudO7w7vA // kind: 'test' name: 'WidgetStyleFont' path: '../case/properties/widgets/widget/WidgetStyleFont.test' -_XrscUBzoEeaiCsudO7w7vA // kind: 'test' name: 'WidgetStyleForegroundColor' path: '../case/properties/widgets/widget/WidgetStyleForegroundColor.test' -_NAcN0BzYEeaiCsudO7w7vA // kind: 'test' name: 'WidgetStyleItalic' path: '../case/properties/widgets/widget/WidgetStyleItalic.test' -_d1YKoBzYEeaiCsudO7w7vA // kind: 'test' name: 'WidgetStyleStrike' path: '../case/properties/widgets/widget/WidgetStyleStrike.test' -_ayQX4BzYEeaiCsudO7w7vA // kind: 'test' name: 'WidgetStyleUnderline' path: '../case/properties/widgets/widget/WidgetStyleUnderline.test' +_O-fB8CGFEeaIrJ9X-4BslQ // +_tSdmwB5kEeahj7Y4FJ9H9w // +_tSgDAB5kEeahj7Y4FJ9H9w // +_tSh4MB5kEeahj7Y4FJ9H9w // +_0HauUCGDEeaIrJ9X-4BslQ // +_kYolsB5sEea-TdrfW8_m6g // +_kYrpAB5sEea-TdrfW8_m6g // +_kYusUB5sEea-TdrfW8_m6g // +_OELEsEOFEeagKLHJ7g9jQA // +_aulCIEOCEeagKLHJ7g9jQA // +_SvkHsEODEeagKLHJ7g9jQA // +_SJr-AEOEEeagKLHJ7g9jQA // +_48ngcHBYEea6g-zJ8a5nEw // +_lLPs8EOQEeagKLHJ7g9jQA // +_Fij9EEOSEeagKLHJ7g9jQA // +_UvRY0EOHEeagKLHJ7g9jQA // +_CtWK0EOPEeagKLHJ7g9jQA // +_UgIpQEOKEeagKLHJ7g9jQA // +_Npz8kEOIEeagKLHJ7g9jQA // +_GqUr0EOREeagKLHJ7g9jQA // +_9koPcEOMEeagKLHJ7g9jQA // +_EXIyYB5cEeahj7Y4FJ9H9w // +_V_yHQB5gEeahj7Y4FJ9H9w // +_ZJml4B3GEeahj7Y4FJ9H9w // +_ZJppMB3GEeahj7Y4FJ9H9w // +_FmfWIB3HEeahj7Y4FJ9H9w // +_FmjAgB3HEeahj7Y4FJ9H9w // +_4wvPoB5eEeahj7Y4FJ9H9w // +_FmnR8B3HEeahj7Y4FJ9H9w // +_FmqVQB3HEeahj7Y4FJ9H9w // +_FmtYkB3HEeahj7Y4FJ9H9w // +_Fmwb4B3HEeahj7Y4FJ9H9w // +_Fm0GQB3HEeahj7Y4FJ9H9w // +_ol11sB5bEeahj7Y4FJ9H9w // +_r7voQB5gEeahj7Y4FJ9H9w // +_BGAcQB3BEeahj7Y4FJ9H9w // +_wBWhEB3DEeahj7Y4FJ9H9w // +_ITPXoB3EEeahj7Y4FJ9H9w // +_9s5CAB3ZEeahj7Y4FJ9H9w // +_Z54eMB3EEeahj7Y4FJ9H9w // +_Z58IkB3EEeahj7Y4FJ9H9w // +_Z5_L4B3EEeahj7Y4FJ9H9w // +_Z6CPMB3EEeahj7Y4FJ9H9w // +_Z6EEYB3EEeahj7Y4FJ9H9w // +_Ajw4AHBZEea6g-zJ8a5nEw // +_209AcHBEEea6g-zJ8a5nEw // +_F64EwAhdEea7hcZ9Jto1HQ // +_RM_K0CDKEeam67BeeiuDyg // +_iiDzsB5uEea-TdrfW8_m6g // +_iiGP8B5uEea-TdrfW8_m6g // +_EDZmwE8fEeaGffyg90Bppg // +_iiIFIB5uEea-TdrfW8_m6g // +_pseiQCD7Eeam67BeeiuDyg // +_TScJgCDMEeam67BeeiuDyg // +_F4KJIB5wEea-TdrfW8_m6g // +_F4L-UB5wEea-TdrfW8_m6g // +_rMacEE8_EeaGffyg90Bppg // +_F4NzgB5wEea-TdrfW8_m6g // +_2HEpoBw4EeaiCsudO7w7vA // +_MyTrcBw5EeaiCsudO7w7vA // +_rlbZYBxEEeaiCsudO7w7vA // +_VoBOQBxBEeaiCsudO7w7vA // +_pk-J0BzOEeaiCsudO7w7vA // +_wkpIgB0MEeaiCsudO7w7vA // +_kUtA4B0MEeaiCsudO7w7vA // +_N30kIB0MEeaiCsudO7w7vA // +_imkvYBxBEeaiCsudO7w7vA // +_oePCEB0MEeaiCsudO7w7vA // +_9Hy8gB0LEeaiCsudO7w7vA // +_ZmULkB0MEeaiCsudO7w7vA // +_Ue5l0B0MEeaiCsudO7w7vA // +_Y_e6UBw2EeaiCsudO7w7vA // +_VvraQAhdEea7hcZ9Jto1HQ // +_isNeUBw2EeaiCsudO7w7vA // +_CTbYIBxBEeaiCsudO7w7vA // +_sDtMkB0PEeaiCsudO7w7vA // +_eWzAEB5hEeahj7Y4FJ9H9w // +_FaCqEB0NEeaiCsudO7w7vA // +_DnisYBw2EeaiCsudO7w7vA // +_sc_esB5hEeahj7Y4FJ9H9w // +_AW8joB0NEeaiCsudO7w7vA // +_RO8bgB0NEeaiCsudO7w7vA // +_LiyxAB0NEeaiCsudO7w7vA // +_F4tjcHBZEea6g-zJ8a5nEw // +_25KRQENxEeagKLHJ7g9jQA // +_uKc-QEN9EeagKLHJ7g9jQA // +_3y7sgENeEeagKLHJ7g9jQA // +_jxzdgEN_EeagKLHJ7g9jQA // +_HIkWUBzqEeaiCsudO7w7vA // +_AsDrEBzYEeaiCsudO7w7vA // +_AsGHUBzYEeaiCsudO7w7vA // +_jPK50BzYEeaiCsudO7w7vA // +_OOABkBziEeaiCsudO7w7vA // +_X4vNEBzYEeaiCsudO7w7vA // +_AsM1ABzYEeaiCsudO7w7vA // +_XrscUBzoEeaiCsudO7w7vA // +_NAcN0BzYEeaiCsudO7w7vA // +_d1YKoBzYEeaiCsudO7w7vA // +_ayQX4BzYEeaiCsudO7w7vA // _YtFKAHvhEeaV4rq9brcgag // kind: 'suite' name: 'List' path: 'List.suite' _qTIq4HtWEeaV4rq9brcgag // kind: 'test' name: 'ListWidgetConditionalStyle' path: '../case/properties/widgets/list/ListWidgetConditionalStyle.test' _Z9PJkHtNEeaV4rq9brcgag // kind: 'test' name: 'ListWidgetDefault' path: '../case/properties/widgets/list/ListWidgetDefault.test' diff --git a/plugins/org.eclipse.sirius.tests.rcptt/suite/Reference.suite b/plugins/org.eclipse.sirius.tests.rcptt/suite/Reference.suite index 09da1b84fc..14b1b1b578 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/suite/Reference.suite +++ b/plugins/org.eclipse.sirius.tests.rcptt/suite/Reference.suite @@ -4,15 +4,6 @@ Element-Name: Reference Element-Type: testsuite Element-Version: 2.0 Id: _pseiQCD7Eeam67BeeiuDyg -Runtime-Version: 2.0.2.201511100828 -Save-Time: 5/23/16 5:33 PM +Runtime-Version: 2.1.0.201606221726 +Save-Time: 9/19/16 10:19 AM -------=_testcase-items-62c497da-4241-31f4-811a-6b453a3ecff8 -Content-Type: text/testcase -Entry-Name: testcase-items - -_B48FEB5xEea-TdrfW8_m6g // kind: 'test' name: 'ReferenceWidgetDefault' path: '../case/properties/widgets/reference/ReferenceWidgetDefault.test' -_B5A9kB5xEea-TdrfW8_m6g // kind: 'test' name: 'ReferenceWidgetDisable' path: '../case/properties/widgets/reference/ReferenceWidgetDisable.test' -_B5DZ0B5xEea-TdrfW8_m6g // kind: 'test' name: 'ReferenceWidgetOnClick' path: '../case/properties/widgets/reference/ReferenceWidgetOnClick.test' - -------=_testcase-items-62c497da-4241-31f4-811a-6b453a3ecff8-- |
