Uninstall is not possible due to a missing simpletest.module include.

Please add the following line in simpletest.install on line 170.

module_load_include('module', 'simpletest', 'simpletest');

before

simpletest_clean_environment();

I've tested this to work.
Thanks a lot!

CommentFileSizeAuthor
#1 simpletest-fix_uninstall-1619576-1.patch481 bytesduaelfr

Comments

anybody’s picture

Issue summary: View changes

Added markup

duaelfr’s picture

Version: 7.x-2.0 » 7.x-2.x-dev
Status: Active » Needs review
StatusFileSize
new481 bytes

Thanks for the tip, here is the patch :)
All credits go to Anybody

This patch is part of the #1day1patch initiative.

lauriii’s picture

Status: Needs review » Active
lauriii’s picture

Priority: Normal » Critical
Status: Active » Needs review

again for testbot

Status: Needs review » Needs work

The last submitted patch, simpletest-fix_uninstall-1619576-1.patch, failed testing.

Anonymous’s picture

Issue summary: View changes

Removed tags