[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tptp] Re: [agr] please explain the meaning of this exception
|
I will need some more context as to when this occured and the type of test
case you were running. If you would like to debug, you can start by
inserting wait commands around the command that is failing (if you don't
know at which point it is failing then add several wait commands around the
suspected area of the Macro). This will allow you to watch the playback and
hopefully see the failure.
The syntax is " <command type="wait" time-to-wait="5000"/> where "5000" can
be your choice of how long to wait.
It is likely caused by some discrepancy between the recording environment
and the playback environment.
For example, if the wizard in question did not open during playback but was
present during recording, this could cause the exception.
Sincerely,
Liz Dancy
"Adrian Herscu" <bmf1972@xxxxxxxxxxx> wrote in message
news:fc64gf$b6d$1@xxxxxxxxxxxxxxxxxxxx
> There was an error while running the macro associated with the test case:
> New wireXN Project. org.eclipse.core.runtime.CoreException: A time-out
> occurred while waiting for the nested shell
> org.eclipse.jface.wizard.WizardDialog to complete. It is likely caused by
> the absence of the shell.
> at
> org.eclipse.tptp.test.auto.gui.internal.commands.MacroCommandShell.playback(MacroCommandShell.java:896)
> at
> org.eclipse.tptp.test.auto.gui.internal.macro.Macro.playback(Macro.java:346)
> at
> org.eclipse.tptp.test.auto.gui.internal.macro.MacroManager.runMacro(MacroManager.java:574)
> at
> org.eclipse.tptp.test.auto.gui.internal.macro.MacroManager.access$4(MacroManager.java:568)
> at
> org.eclipse.tptp.test.auto.gui.internal.macro.MacroManager$1$MacroOperationWrapper.run(MacroManager.java:501)
> at java.lang.Thread.run(Thread.java:619)