Parsing TPTP test execution results [message #54289] |
Wed, 22 February 2006 12:24 |
Eclipse User |
|
|
|
Originally posted by: tom.andersson.accenture.com
Hi.
I'm trying to convert TPTP AGR test results to a custom format from a
standalone application. So far I've managed to parse the
TPFExecutionResult instance and have access to all data in it.
Now the question remains how to find out names and possibly other
attributes for the testcases in the testsuite. Is there a nice way around
as the XMI file does only seem to have the ID's of the tests? Do i need to
couple the actual testsuite somehow to get access to testcase attributes?
Thanks in advance,
Tom
|
|
|
|
Re: Parsing TPTP test execution results [message #54396 is a reply to message #54316] |
Wed, 22 February 2006 16:25 |
Eclipse User |
|
|
|
Originally posted by: tom.andersson.accenture.com
Hi and thanks for the tips!
Unfortunately I still had no success in resolving test case properties..
It would probably be sufficient to be able to resolve the invocation
names. The problems i'm facing are:
1) When I load in the execution file and loop through the
TPFExecutionEvents, they seem to be missing a lot of information. For
example the text-property is null and the verdicts 'unknown' reasons. In
the XMI file these are shown ok. The verdict status (pass/fail..) are ok
though. Here's how i read the stuff in, does this look ok:
---------------
Common_TestprofilePackage profilePackage =
Common_TestprofilePackage.eINSTANCE;
URI xmiFileUri = URI.createFileURI(xmiFile.getAbsolutePath());
ResourceSet resourceSet = new ResourceSetImpl();
resourceSet.getResourceFactoryRegistry().getExtensionToFacto ryMap().put( "xmi",
new XMIResourceFactoryImpl());
resourceSet.getPackageRegistry().put(profilePackage.getNsURI (),
profilePackage);
return resourceSet.getResource(xmiFileUri, true);
---------------
2) I've now also loaded the actual TPFTestSuite so that i could compare
the ID's of the results and the actual testcases or invocations of the
testsuite. For some reason, though, the ID's of the TPFExecutionEvents
don't compare to the test suite id's very well (the id's of the loaded
events don't match the id's in the execution xmi-file).
Here's a sample what my events look like after they've been parsed:
---------------
org.eclipse.hyades.models.common.testprofile.impl.TPFVerdict EventImpl @1e845c2
(id: C9C6C362701E6C666DEFCEFFA3BD11DA, description: null, name: null)
(ownerId: E36787C12DEE9F254965F7C08F3C11DA(1), timestamp: 1140620582127,
text: null, eventType: null, scriptFileURI: null, scriptLineNumber: 0)
(verdict: fail, reason: unknown)
---------------
Phew.. so, I guess I'm going wrong here somewhere. Any help is appreciated.
Thanks,
Tom
|
|
|
Re: Parsing TPTP test execution results [message #55157 is a reply to message #54396] |
Mon, 27 February 2006 15:35 |
Marius Slavescu Messages: 67 Registered: July 2009 |
Member |
|
|
Hi Tom,
Please could you attach one of your test cases with an associated
execution results file (that works as you explain bellow).
--Marius
Tom Andersson wrote:
> Hi and thanks for the tips!
>
> Unfortunately I still had no success in resolving test case properties..
> It would probably be sufficient to be able to resolve the invocation
> names. The problems i'm facing are:
>
> 1) When I load in the execution file and loop through the
> TPFExecutionEvents, they seem to be missing a lot of information. For
> example the text-property is null and the verdicts 'unknown' reasons. In
> the XMI file these are shown ok. The verdict status (pass/fail..) are ok
> though. Here's how i read the stuff in, does this look ok:
>
> ---------------
> Common_TestprofilePackage profilePackage =
> Common_TestprofilePackage.eINSTANCE;
> URI xmiFileUri = URI.createFileURI(xmiFile.getAbsolutePath());
> ResourceSet resourceSet = new ResourceSetImpl();
>
> resourceSet.getResourceFactoryRegistry().getExtensionToFacto ryMap().put( "xmi",
> new XMIResourceFactoryImpl());
> resourceSet.getPackageRegistry().put(profilePackage.getNsURI (),
> profilePackage);
>
> return resourceSet.getResource(xmiFileUri, true);
> ---------------
>
> 2) I've now also loaded the actual TPFTestSuite so that i could compare
> the ID's of the results and the actual testcases or invocations of the
> testsuite. For some reason, though, the ID's of the TPFExecutionEvents
> don't compare to the test suite id's very well (the id's of the loaded
> events don't match the id's in the execution xmi-file).
>
> Here's a sample what my events look like after they've been parsed:
> ---------------
> org.eclipse.hyades.models.common.testprofile.impl.TPFVerdict EventImpl @1e845c2
> (id: C9C6C362701E6C666DEFCEFFA3BD11DA, description: null, name: null)
> (ownerId: E36787C12DEE9F254965F7C08F3C11DA(1), timestamp: 1140620582127,
> text: null, eventType: null, scriptFileURI: null, scriptLineNumber: 0)
> (verdict: fail, reason: unknown)
> ---------------
>
> Phew.. so, I guess I'm going wrong here somewhere. Any help is appreciated.
>
> Thanks,
> Tom
>
|
|
|
Re: Parsing TPTP test execution results [message #55403 is a reply to message #55157] |
Tue, 28 February 2006 09:41 |
Eclipse User |
|
|
|
Originally posted by: tom.andersson.accenture.com
Hi!
We actually solved the problem already (in a very dirty way though). Would
be nice to do it right too. Here's a single testcase from the testsuite:
*UGLY PASTE WARNING*
-------
<testCases id="DED1ABF322C1E71C1A23310091AB11DA" description=""
name="Test java perspective"
type="org.eclipse.hyades.test.auto.gui.testSuite">
<behavior id="DED1ABF322C1E71C1A263E4091AB11DA" name="Automated GUI
Test_behavior">
<interaction>
<lifelines id="DED1ABF322C1E71C1A263E4291AB11DA"
name="_selfLifeline" instances="DED1ABF322C1E71C1A263E4191AB11DA"/>
<interactionFragments
xsi:type="Common_Behavior_Interactions:BVRMessageEnd"
id="DED1ABF322C1E71C1A263E4391AB11DA">
<messages/>
<properties id="DED1ABF322C1E71C1A263E4491AB11DA" name="0"
value="org.eclipse.jdt.ui.JavaPerspective"/>
<properties id="DED1ABF322C1E71C1A263E4591AB11DA" name="1"
value="<macro version="0.1" >
 <shell
id="org.eclipse.ui.internal.WorkbenchWindow&quo t;
return-code="-1">
 <command
type="select" contextId="menus"
widgetId="org.eclipse.ui.actions.NewWizardMenu#{{&a mp;amp;amp;File-&amp;New&#x9;Alt+Shift+N-&am p;amp;amp;Package}}-{{0.8}}{{0|0|2}}-{{0.6}}{{true}}-{{0.1}} {{16}}-{{0.1}}{{separator}}-{{0.2}}{{&amp;Class}}-{{ 0.2}}" >

<parent widgetId="file"/>

<parent widgetId="new"/>

</command>
 <shell
id="org.eclipse.jface.wizard.WizardDialog"
return-code="1">
 <command
type="focus"
contextId="wizard-page/NewPackageWizardPage&quo t;
widgetId="org.eclipse.swt.widgets.Button#1" ;/ >

<command type="modify"
contextId="wizard-page/NewPackageWizardPage&quo t;
widgetId="org.eclipse.swt.widgets.Text#1">

<![CDATA[123]]>
 </command>

<command type="modify"
contextId="wizard-page/NewPackageWizardPage&quo t;
widgetId="org.eclipse.swt.widgets.Text#2">

<![CDATA[321]]>
 </command>

<command type="select" contextId="wizard"
widgetId="org.eclipse.swt.widgets.Button#{{1}}-{{1. 0}}"/ >

</shell>
 </shell>
</macro>
 "/>
</interactionFragments>
</interaction>
</behavior>
</testCases>
------
And here's the corresponding results:
------
<executionEvents xsi:type="Common_Testprofile:TPFInvocationEvent"
id="DED1ABF322C1E71C56607C9091AB11DA(2)"
ownerId="DED1ABF322C1E71C56607C9091AB11DA" timestamp="1140620580835"
status="successful">
<interactionFragment
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
href=" test-resources/EclipseTests.testsuite#DED1ABF322C1E71C56607C 9091AB11DA "/>
<invokedExecutionResult id="DED1ABF322C1E71C56607C9091AB11DA"
verdict="pass" type="org.eclipse.hyades.test.auto.gui.testSuite">
<executionHistory>
<executionEvents xsi:type="Common_Testprofile:TPFTypedEvent"
ownerId="DED1ABF322C1E71C56607C9091AB11DA" timestamp="1140620580835">
<interactionFragment
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
href=" test-resources/EclipseTests.testsuite#DED1ABF322C1E71C56607C 9091AB11DA "/>
</executionEvents>
<executionEvents xsi:type="Common_Testprofile:TPFVerdictEvent"
id="DED1ABF322C1E71C56607C9091AB11DA(2)_verdict"
ownerId="DED1ABF322C1E71C1A23310091AB11DA(1)" timestamp="1140620582127"
verdict="pass"/>
<executionEvents xsi:type="Common_Testprofile:TPFTypedEvent"
ownerId="DED1ABF322C1E71C56607C9091AB11DA" timestamp="1140620582127"
type="stop">
<interactionFragment
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
href=" test-resources/EclipseTests.testsuite#DED1ABF322C1E71C56607C 9091AB11DA "/>
</executionEvents>
</executionHistory>
<test xsi:type="Common_Testprofile:TPFTestCase"
href=" test-resources/EclipseTests.testsuite#DED1ABF322C1E71C1A2331 0091AB11DA "/>
</invokedExecutionResult>
</executionEvents>
<executionEvents xsi:type="Common_Testprofile:TPFVerdictEvent"
ownerId="E36787C12DEE9F254965F7C08F3C11DA(1)" timestamp="1140620582127"
verdict="fail"/>
<executionEvents xsi:type="Common_Testprofile:TPFTypedEvent"
timestamp="1140620582127" type="stop"/>
</executionHistory>
|
|
|
|
Re: Parsing TPTP test execution results [message #55510 is a reply to message #55483] |
Tue, 28 February 2006 14:58 |
Eclipse User |
|
|
|
Originally posted by: tom.andersson.accenture.com
Ah sure.. guess I'll just have to paste the contents here. Using the
webreader. Fortunately they're not that big :) Thanks for the effort!
So here goes, testsuite and execution:
testsuite.xmi
----------------
<?xml version="1.0" encoding="UTF-8"?>
<Common_Testprofile:TPFTestSuite xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:Common_Behavior_Interactions=" http://www.eclipse.org/hyades/models/common/behavior/interac tions.xmi"
xmlns:Common_Testprofile="http://www.eclipse.org/hyades/models/common/testprofile.xmi"
id="E36787C12DEE9F254965F7C08F3C11DA" description="Some plain Eclipse GUI
tests for testing command-line / maven launching." name="EclipseTests"
instantiations="E36787C12DEE9F254982F5A18F3C11DA
E36787C12DEE9F2561C522518F3C11DA E36787C12DEE9F25830F2AF18F3C11DA
DED1ABF322C1E71C1A263E4191AB11DA"
type="org.eclipse.hyades.test.auto.gui.testSuite"
persistenceId="HyadesFacadeResource">
<instances id="E36787C12DEE9F254982F5A18F3C11DA"
lifeline="E36787C12DEE9F2549847C408F3C11DA"
classType="E36787C12DEE9F254965F7C08F3C11DA"/>
<instances id="E36787C12DEE9F25498602E08F3C11DA"
name="ECLIPSE_WORKBENCH"/>
<instances id="E36787C12DEE9F25498602E18F3C11DA"
name="USE_CURRENT_WORKBENCH" initialValue="true"/>
<instances id="E36787C12DEE9F2561C522518F3C11DA"
lifeline="E36787C12DEE9F2561C522528F3C11DA"
classType="E36787C12DEE9F254965F7C08F3C11DA"/>
<instances id="E36787C12DEE9F25830F2AF18F3C11DA"
classType="E36787C12DEE9F254965F7C08F3C11DA"/>
<instances id="DED1ABF322C1E71C1A263E4191AB11DA"
lifeline="DED1ABF322C1E71C1A263E4291AB11DA"
classType="E36787C12DEE9F254965F7C08F3C11DA"/>
<behavior id="E36787C12DEE9F254982F5A08F3C11DA"
name="EclipseTests_behavior"
resource="com.tecnomen.ngm.oetm.ui.hooks.EclipseVerifications "
location="/oetm-itest/src">
<interaction>
<lifelines id="E36787C12DEE9F2549847C408F3C11DA"
name="_selfLifeline" instances="E36787C12DEE9F254982F5A18F3C11DA"/>
<interactionFragments
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
id="E36787C12DEE9F258E86A7508F3C11DA" name="Test debug perspective -
invocation" otherBehavior="E36787C12DEE9F2561C522508F3C11DA"/>
<interactionFragments
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
id="DED1ABF322C1E71C56607C9091AB11DA" name="Test java perspective -
invocation" otherBehavior="DED1ABF322C1E71C1A263E4091AB11DA"/>
</interaction>
</behavior>
<testCases id="E36787C12DEE9F2561C215108F3C11DA" description=""
name="Test debug perspective"
type="org.eclipse.hyades.test.auto.gui.testSuite">
<behavior id="E36787C12DEE9F2561C522508F3C11DA" name="Test debug
perspective_behavior">
<interaction>
<lifelines id="E36787C12DEE9F2561C522528F3C11DA"
name="_selfLifeline" instances="E36787C12DEE9F2561C522518F3C11DA"/>
<interactionFragments
xsi:type="Common_Behavior_Interactions:BVRMessageEnd"
id="E36787C12DEE9F2561C6A8F08F3C11DA">
<messages/>
<properties id="E36787C12DEE9F2561C82F908F3C11DA" name="0"
value="org.eclipse.debug.ui.DebugPerspective"/>
<properties id="E36787C12DEE9F2561C82F918F3C11DA" name="1"
value="<macro version="0.1" >
 <shell
id="org.eclipse.ui.internal.WorkbenchWindow&quo t;
return-code="-1">
 <command
type="select" contextId="menus"
widgetId="contribclass/org.eclipse.ui.actions.NewWi zardMenu0|0|0" >

<parent widgetId="file"/>

<parent widgetId="new"/>

</command>
 <shell
id="org.eclipse.jface.wizard.WizardDialog"
return-code="1">
 <command
type="select" contextId="wizard"
widgetId="org.eclipse.swt.widgets.Button#{{1}}-{{1. 0}}"/ >

</shell>
 <command
type="wait"/>
 <command
type="verification"
contextId="view/org.eclipse.debug.ui.DebugView& quot;
location="/oetm-itest/src"
resource="com.tecnomen.ngm.oetm.ui.hooks.EclipseVer ifications"
hook="verifyDebugTitle:Qorg.eclipse.ui.IViewPart;&a mp;quot;/ >

<command type="wait"/>
 <command
type="select" contextId="menus"
widgetId="contribclass/org.eclipse.ui.actions.NewWi zardMenu0|0|0" >

<parent widgetId="file"/>

<parent widgetId="new"/>

</command>
 <shell
id="org.eclipse.jface.wizard.WizardDialog"
return-code="1">
 <command
type="select" contextId="wizard"
widgetId="org.eclipse.swt.widgets.Button#{{1}}-{{1. 0}}"/ >

</shell>
 <command type="select"
contextId="menus"
widgetId="contribclass/org.eclipse.ui.actions.NewWi zardMenu0|0|0" >

<parent widgetId="file"/>

<parent widgetId="new"/>

</command>
 <shell
id="org.eclipse.jface.wizard.WizardDialog"
return-code="1">
 <command
type="select" contextId="wizard"
widgetId="org.eclipse.swt.widgets.Button#{{1}}-{{1. 0}}"/ >

</shell>
 <command type="select"
contextId="menus"
widgetId="contribclass/org.eclipse.ui.actions.NewWi zardMenu0|0|0" >

<parent widgetId="file"/>

<parent widgetId="new"/>

</command>
 <shell
id="org.eclipse.jface.wizard.WizardDialog"
return-code="1">
 <command
type="select" contextId="wizard"
widgetId="org.eclipse.swt.widgets.Button#{{1}}-{{1. 0}}"/ >

</shell>


</shell>
</macro>
 "/>
</interactionFragments>
</interaction>
</behavior>
</testCases>
<testCases id="DED1ABF322C1E71C1A23310091AB11DA" description=""
name="Test java perspective"
type="org.eclipse.hyades.test.auto.gui.testSuite">
<behavior id="DED1ABF322C1E71C1A263E4091AB11DA" name="Automated GUI
Test_behavior">
<interaction>
<lifelines id="DED1ABF322C1E71C1A263E4291AB11DA"
name="_selfLifeline" instances="DED1ABF322C1E71C1A263E4191AB11DA"/>
<interactionFragments
xsi:type="Common_Behavior_Interactions:BVRMessageEnd"
id="DED1ABF322C1E71C1A263E4391AB11DA">
<messages/>
<properties id="DED1ABF322C1E71C1A263E4491AB11DA" name="0"
value="org.eclipse.jdt.ui.JavaPerspective"/>
<properties id="DED1ABF322C1E71C1A263E4591AB11DA" name="1"
value="<macro version="0.1" >
 <shell
id="org.eclipse.ui.internal.WorkbenchWindow&quo t;
return-code="-1">
 <command
type="select" contextId="menus"
widgetId="org.eclipse.ui.actions.NewWizardMenu#{{&a mp;amp;amp;File-&amp;New&#x9;Alt+Shift+N-&am p;amp;amp;Package}}-{{0.8}}{{0|0|2}}-{{0.6}}{{true}}-{{0.1}} {{16}}-{{0.1}}{{separator}}-{{0.2}}{{&amp;Class}}-{{ 0.2}}" >

<parent widgetId="file"/>

<parent widgetId="new"/>

</command>
 <shell
id="org.eclipse.jface.wizard.WizardDialog"
return-code="1">
 <command
type="focus"
contextId="wizard-page/NewPackageWizardPage&quo t;
widgetId="org.eclipse.swt.widgets.Button#1" ;/ >

<command type="modify"
contextId="wizard-page/NewPackageWizardPage&quo t;
widgetId="org.eclipse.swt.widgets.Text#1">

<![CDATA[123]]>
 </command>

<command type="modify"
contextId="wizard-page/NewPackageWizardPage&quo t;
widgetId="org.eclipse.swt.widgets.Text#2">

<![CDATA[321]]>
 </command>

<command type="select" contextId="wizard"
widgetId="org.eclipse.swt.widgets.Button#{{1}}-{{1. 0}}"/ >

</shell>
 </shell>
</macro>
 "/>
</interactionFragments>
</interaction>
</behavior>
</testCases>
</Common_Testprofile:TPFTestSuite>
----------------
execution.xmi
----------------
<?xml version="1.0" encoding="UTF-8"?>
<Common_Testprofile:TPFExecutionResult xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:Common_Behavior_Interactions=" http://www.eclipse.org/hyades/models/common/behavior/interac tions.xmi"
xmlns:Common_Testprofile="http://www.eclipse.org/hyades/models/common/testprofile.xmi"
id="E36787C12DEE9F254965F7C08F3C11DA" name="EclipseTests" verdict="fail"
type="org.eclipse.hyades.test.auto.gui.testSuite">
<executionHistory>
<executionEvents xsi:type="Common_Testprofile:TPFTypedEvent"
timestamp="1140620578261"/>
<executionEvents xsi:type="Common_Testprofile:TPFInvocationEvent"
id="E36787C12DEE9F258E86A7508F3C11DA(1)"
ownerId="E36787C12DEE9F258E86A7508F3C11DA" timestamp="1140620578261"
status="successful">
<interactionFragment
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
href=" test-resources/EclipseTests.testsuite#E36787C12DEE9F258E86A7 508F3C11DA "/>
<invokedExecutionResult id="E36787C12DEE9F258E86A7508F3C11DA"
verdict="fail" type="org.eclipse.hyades.test.auto.gui.testSuite">
<executionHistory>
<executionEvents xsi:type="Common_Testprofile:TPFTypedEvent"
ownerId="E36787C12DEE9F258E86A7508F3C11DA" timestamp="1140620578261">
<interactionFragment
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
href=" test-resources/EclipseTests.testsuite#E36787C12DEE9F258E86A7 508F3C11DA "/>
</executionEvents>
<executionEvents xsi:type="Common_Testprofile:TPFVerdictEvent"
id="E36787C12DEE9F258E86A7508F3C11DA(1)_verdict"
ownerId="E36787C12DEE9F2561C215108F3C11DA(1)" timestamp="1140620580024"
text="junit.framework.ComparisonFailure: Wrong debug view title
expected:<...> but was:<...g>
	at
junit.framework.Assert.assertEquals(Assert.java:81)
 
	at
com.tecnomen.ngm.oetm.ui.hooks.EclipseVerifications.verifyDe bugTitle(EclipseVerifications.java:46)
& ;#x9;at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
	at java.lang.reflect.Method.invoke(Unknown
Source)
	at
org.eclipse.tptp.test.auto.gui.internal.runner.AutoGUIVerifi cationHook.runTest(AutoGUIVerificationHook.java:97)
 
	at
junit.framework.TestCase.runBare(TestCase.java:127)
 
	at
junit.framework.TestResult$1.protect(TestResult.java:106)&am p;#xD;
	at
junit.framework.TestResult.runProtected(TestResult.java:124) 
	at
junit.framework.TestResult.run(TestResult.java:109)
 
	at
junit.framework.TestCase.run(TestCase.java:118)
& ;#xA;	at
org.eclipse.hyades.test.common.junit.HyadesTestCase.run(Hyad esTestCase.java:173)
	at
junit.framework.TestSuite.runTest(TestSuite.java:208)&#x D;
	at
org.eclipse.hyades.test.common.junit.HyadesTestSuite.runTest (HyadesTestSuite.java:428)
	at
junit.framework.TestSuite.run(TestSuite.java:203)
&a mp;#xA;	at
org.eclipse.hyades.test.common.junit.HyadesTestSuite.doRun(H yadesTestSuite.java:396)
	at
org.eclipse.hyades.test.common.junit.HyadesTestSuite.run(Hya desTestSuite.java:311)
	at
org.eclipse.tptp.test.auto.gui.internal.runner.AutoGUIRunner .runVerificaitonHook(AutoGUIRunner.java:1091)
&# xA;	at
org.eclipse.tptp.test.auto.gui.internal.recorder.Verificatio nCommand.playback(VerificationCommand.java:253)
& ;#xA;	at
org.eclipse.tptp.test.auto.gui.internal.recorder.MacroComman dShell$4.run(MacroCommandShell.java:1176)
& amp;#x9;at
org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
	at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
	at
org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3262)
	at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2908)
	at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1762)
	at
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1726) 
	at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:397)
	at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
	at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:106)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:109)
	at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
 ;	at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
	 ;at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
	at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
	at java.lang.reflect.Method.invoke(Unknown
Source)
	at
org.eclipse.core.launcher.Main.invokeFramework(Main.java:338 )
	at
org.eclipse.core.launcher.Main.basicRun(Main.java:282)&# xD;
	at
org.eclipse.core.launcher.Main.run(Main.java:977)
&a mp;#xA;	at
org.eclipse.core.launcher.Main.main(Main.java:952)
& amp;#xA; "
verdict="fail" reason="seeDescription"/>
<executionEvents xsi:type="Common_Testprofile:TPFTypedEvent"
ownerId="E36787C12DEE9F258E86A7508F3C11DA" timestamp="1140620580835"
type="stop">
<interactionFragment
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
href=" test-resources/EclipseTests.testsuite#E36787C12DEE9F258E86A7 508F3C11DA "/>
</executionEvents>
</executionHistory>
<test xsi:type="Common_Testprofile:TPFTestCase"
href=" test-resources/EclipseTests.testsuite#E36787C12DEE9F2561C215 108F3C11DA "/>
</invokedExecutionResult>
</executionEvents>
<executionEvents xsi:type="Common_Testprofile:TPFInvocationEvent"
id="DED1ABF322C1E71C56607C9091AB11DA(2)"
ownerId="DED1ABF322C1E71C56607C9091AB11DA" timestamp="1140620580835"
status="successful">
<interactionFragment
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
href=" test-resources/EclipseTests.testsuite#DED1ABF322C1E71C56607C 9091AB11DA "/>
<invokedExecutionResult id="DED1ABF322C1E71C56607C9091AB11DA"
verdict="pass" type="org.eclipse.hyades.test.auto.gui.testSuite">
<executionHistory>
<executionEvents xsi:type="Common_Testprofile:TPFTypedEvent"
ownerId="DED1ABF322C1E71C56607C9091AB11DA" timestamp="1140620580835">
<interactionFragment
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
href=" test-resources/EclipseTests.testsuite#DED1ABF322C1E71C56607C 9091AB11DA "/>
</executionEvents>
<executionEvents xsi:type="Common_Testprofile:TPFVerdictEvent"
id="DED1ABF322C1E71C56607C9091AB11DA(2)_verdict"
ownerId="DED1ABF322C1E71C1A23310091AB11DA(1)" timestamp="1140620582127"
verdict="pass"/>
<executionEvents xsi:type="Common_Testprofile:TPFTypedEvent"
ownerId="DED1ABF322C1E71C56607C9091AB11DA" timestamp="1140620582127"
type="stop">
<interactionFragment
xsi:type="Common_Behavior_Interactions:BVRExecutionOccurrence "
href=" test-resources/EclipseTests.testsuite#DED1ABF322C1E71C56607C 9091AB11DA "/>
</executionEvents>
</executionHistory>
<test xsi:type="Common_Testprofile:TPFTestCase"
href=" test-resources/EclipseTests.testsuite#DED1ABF322C1E71C1A2331 0091AB11DA "/>
</invokedExecutionResult>
</executionEvents>
<executionEvents xsi:type="Common_Testprofile:TPFVerdictEvent"
ownerId="E36787C12DEE9F254965F7C08F3C11DA(1)" timestamp="1140620582127"
verdict="fail"/>
<executionEvents xsi:type="Common_Testprofile:TPFTypedEvent"
timestamp="1140620582127" type="stop"/>
</executionHistory>
<test xsi:type="Common_Testprofile:TPFTestSuite"
href=" test-resources/EclipseTests.testsuite#E36787C12DEE9F254965F7 C08F3C11DA "/>
</Common_Testprofile:TPFExecutionResult>
|
|
|
|
Powered by
FUDForum. Page generated in 0.02980 seconds