With the latest simpletest code from GIT I get the mentioned error when trying to access the tests page.

Attached patch removes the obsolete geshifilter.test file. Same tests (and more updated) already exists in in "tests/" folder.

CommentFileSizeAuthor
#1 geshifilter.test_remove.patch24.34 KBandreiashu

Comments

andreiashu’s picture

StatusFileSize
new24.34 KB

and the patch...

soxofaan’s picture

Status: Active » Closed (works as designed)

It's vice versa: the test folder is obsolete, all tests are in geshifilter.test:
http://drupalcode.org/project/geshifilter.git/commit/a6c8aeb5abce05c53dc...
http://drupalcode.org/project/geshifilter.git/commit/ec57a6cc81f977be2f1...

with a recent enough clone/checkout of geshifilter, you shouldn't have the test folder anymore (in a fresh clone it's gone in any case)

andreiashu’s picture

Aaa, ok :)
It might be that I need to delete the module folder and re-download.

Thanks