Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-05-19Fix SWTBot tests broken by change of dialog button labelsPatrick Tasse1-1/+11
The Show View dialog button was renamed from "OK" to "Open" since Oxygen M7 due to Bug 513878. The Preferences dialog button was renamed from "OK" to "Apply and Close" since Oxygen M7 due to Bug 514250. Change-Id: I72a29ea766f242a7341d2e0f39f07efddb26aa56 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-04-15464687: Allow for non recursive WaitForMenuLorenzo Bettini1-78/+82
Change-Id: I5136763f2ce929f32e469aa8aa69c3c607471fc2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=464687 Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
2015-04-09Remove unused imports.Alexander Kurtakov1-7/+0
Change-Id: Ic725315a6c8d3561fa32a9590e32b93b61d73db8 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-04-02Get rid of JUnit related deprecations.Alexander Kurtakov3-2/+8
Extended SWTBotJUnit4Suite deprecation message to clarify the new way. Change-Id: I51a4cdaf3c62b9df4fccd668da9c5fc14e72aacf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2013-05-29Fix some testsMickael Istria1-11/+6
* Required by change to JUnit 4.11 and Kepler. * More asynchronous work => more stability
2011-03-03Move the SWTFormsBot class into a different package.Ketan Padegaonkar1-1/+1
2011-03-03Remove forms widgets that don't have any reasonable tests. We can pull them ↵Ketan Padegaonkar7-216/+2
in as needed.
2011-03-02Fix and enhance some tests.Ketan Padegaonkar8-36/+135
2011-03-02Add a test suite for the forms plugin.Ketan Padegaonkar1-0/+34
2011-03-02Remove an unused class.Ketan Padegaonkar1-213/+0
2011-03-02Get the code to build. Make the tests use a full eclipse instance to begin with.Ketan Padegaonkar10-83/+68
2010-06-29modified source header for CQ 4082Chris Aniszczyk1-3/+5
2010-06-04Initial import of SWTBorm Forms supportChris Aniszczyk10-0/+529

    Back to the top