Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] random test failures and SWTBot timing parameters

On 1/10/10 3:05 AM, Robin Rosenberg wrote:
> söndagen den 10 januari 2010 06.25.33 skrev  Ketan Padegaonkar:
> Not at all. I have one fix to one of the tests which was wrong because, I
> assume, it tested the wizard before the page flip occurred.

I followed the instructions on http://wiki.eclipse.org/EGit/Contributor_Guide to get the workspace up and running and I'm unable to get my workspace up and running.

git clone, maven, download the internet, convert to PDE projects and still a few runtime errors to start with.

I do see 4 errors -- all of them with incorrect error message assertions in the import wizard. I suspect the test is looking at the wrong place for the message.


> I updated the patch regarding some of the review feedback, still with the old > SWTBot seeming available nowhere. Besides the issue above, making no tests > working anymore, I cannot re-run single tests if I JUnit4-ify the tests and
> JUnit3 doesn't find the tests with the org.eclipse version. Why?

JUnit3 runner will not find the JUnit4 tests, there's some issue with class cast exceptions between different versions of junit I've seen at times. I'd recommend sticking to junit 4.

I'm unsure which versions of swtbot you are currently running on. The older versions of swtbot are available on the archive download url: http://download.eclipse.org/technology/swtbot/archives/

-- Ketan


Back to the top