Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » SWTBot » SWT Bot upgradation issues( SWT Bot upgradation compatability issue)
SWT Bot upgradation issues [message #1063082] Wed, 12 June 2013 08:32 Go to next message
Sreekumar Pillai is currently offline Sreekumar PillaiFriend
Messages: 1
Registered: June 2013
Junior Member
It is regarding some issues we are facing while updating our SWT eclipse plugin code base to new release of 2.1.0. We were at SWTBot plugin version 2.0.0 in our older eclipse version. Now as part of up gradation to eclipse JUNO, we updated SWTBot plugins to the latest version 2.1.0.

As part of supporting drag and drop functionality for test cases our older plugin version contains the patch for 'AbstractSWTBot' mentioned in the bug id 285271 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=285271).

Now when we updated to new version, below methods of 'AbstractSWTBot.java' (already used in our test cases which were part of the above patch ) are missing:

• dragAndDrop()
• on()
• pointOnUpperBorder()

Please provide suggestions to resolve the above issue.
Re: SWT Bot upgradation issues [message #1063562 is a reply to message #1063082] Thu, 13 June 2013 12:18 Go to previous message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

It looks like you previous version was not one provided by SWTBot, but
rather a build of yours that you've made after applying the patch.

On 06/12/2013 02:30 PM, Sreekumar Pillai wrote:
> Please provide suggestions to resolve the above issue.

Apply patch on newer code and re-build it ;)
As a workaround, you can just get the DNDUtil class attached to the bug
and put it in your own code and use it rather than the other methods.

Also, Rohit will work on a great Drag and Drop support in SWTBot during
this summer. You should follow the swtbot-dev mailing list and give him
feedback when he'll suggest APIs.

Cheers,
--
Mickael Istria
JBoss, by Red Hat
My blog: http://mickaelistria.wordpress.com
My Tweets: http://twitter.com/mickaelistria
Previous Topic:How to Enter Text in Textfield Present in Tool Bar of a View
Next Topic:Running SWTbot test heedlessly
Goto Forum:
  


Current Time: Tue Apr 16 23:34:00 GMT 2024

Powered by FUDForum. Page generated in 1.34299 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top