Hi

there was a lot of talk about Selenium and running automated tests at drupal camp Essen Germany. People will love this module! :)

I get

Fatal error: Access level to SimpleTestSeleniumTestCase::setUp() must be public (as in class DrupalUnitTestCase) in
...simpletest_selenium.test on line 39

Setting this to public solves the issue

Otherwise it seems to work and now I will try to build a real test :)

Comments

boombatower’s picture

Project: Selenium to SimpleTest » SimpleTest
Version: 7.x-1.x-dev » 6.x-2.x-dev
Category: bug » task
Status: Active » Patch (to be ported)

Need to backport core changes to make the default project.

boombatower’s picture

Project: SimpleTest » Selenium to SimpleTest
Version: 6.x-2.x-dev » 7.x-1.x-dev
Status: Patch (to be ported) » Active
kenorb’s picture

I've this problem at: /admin/build/testing
in Pressflow 6.26

Which changes needs to be backported?

kenorb’s picture

Priority: Normal » Critical

I had to remove the module completely from the repo, to make the fatal error disappear (disabling didn't help).

kenorb’s picture

Priority: Critical » Minor
Issue summary: View changes