exception lors de l'exécution d'un test d'application
Bonjour la liste,
J'éxécute une application et j'ai ceci sur la console
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| Exception in thread "WorkbenchTestable" org.eclipse.swt.SWTException: Device is disposed
08 déc. 2008 11:03:43.397 - main - DEBUG - SWTBotMenu - (AbstractSWTBot$2.java:230) - Sent event SelectionEvent {type=0 MenuItem {*Wrong Thread*} time=369976467 data=null x=0 y=0 width=0 height=0 detail=0} to MenuItem {*Disposed*}
08 déc. 2008 11:03:43.398 - main - TRACE - UIThreadRunnable - (UIThreadRunnable.java:170) - Dispatching events
08 déc. 2008 11:03:43.408 - main - TRACE - UIThreadRunnable - (UIThreadRunnable.java:170) - Dispatching events
08 déc. 2008 11:03:43.408 - main - TRACE - UIThreadRunnable - (UIThreadRunnable.java:174) - Finished dispatching
08 déc. 2008 11:03:43.409 - main - TRACE - UIThreadRunnable - (UIThreadRunnable.java:174) - Finished dispatching
08 déc. 2008 11:03:43.409 - WorkbenchTestable - DEBUG - SWTBotMenu - (SWTBotMenu.java:69) - Clicked on
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.SWT.error(SWT.java:3666)
at org.eclipse.swt.widgets.Display.error(Display.java:1142)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4012)
at org.eclipse.ui.internal.testing.WorkbenchTestable.testingFinished(WorkbenchTestable.java:119)
at net.sf.swtbot.eclipse.ui.TestApplication.runTests(TestApplication.java:113)
at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:68)
at java.lang.Thread.run(Thread.java:619) |
Je ne comprends pas très bien ce qui se passe?
Merci d'avance pour votre aide