Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] DnD stuff

Remy -- this is in response to your question about the current state of the DnD testing stuff. Thought others might be interested as well.

There are a couple of parts to the DnD stuff:

/org.eclipse.ui.tests.harness/src/org/eclipse/ui/tests/harness/util/SWTEventHelper.java

However this is not reliable on all platforms.


There is something that Kevin did which is supposed to work on all platforms, and is intended to replace the above code:

/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/dndtest/PR263695.java


And finally here is an example of the tests as used in the CNF (they are currently turned off because they don't work reliably everywhere, not due to CNF issues, but due to having the DnD stuff accurately execute the DnD).

/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/DnDTest.java


Let me know if you have any questions.

Francis


--
You have brains in your head.
You have feet in your shoes.
- Dr Seuss, Oh the Places You'll Go

Francis Upton IV
francis@xxxxxxxxxxxxxxxx
Tel   510 835 3123
Fax   510 779 5226
Cell  510 432 1589
Skype francisupton



Back to the top