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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | geshifilter.test_remove.patch | 24.34 KB | andreiashu |
Comments
Comment #1
andreiashu commentedand the patch...
Comment #2
soxofaan commentedIt'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)
Comment #3
andreiashu commentedAaa, ok :)
It might be that I need to delete the module folder and re-download.
Thanks