when i am trying to install contributed simple test module i am getting the following message
"SimpleTest could not be installed. Must apply core patch, please see INSTALL.txt. (Currently using SimpleTest code addition Not-found)"

how to apply the D6-core-simpletest.patch file to the Drupal 6 core.

Comments

khorpyakov’s picture

If you're under Linux simply cd to the Drupal directory and apply the patch by issuing a command: "patch p0 < D6-core-simpletest.patch".

diya99’s picture

Sorry i am working on windows system and i searched for simpletest.patch in patch queue i didnt get any of such please provide me this particular link which might helps me.

khorpyakov’s picture

barbank’s picture

failed! will not apply. Three out of three for bootstrap.inc and common.inc refuse to apply. I checked permissions and everything

at the site root,
patch -p0 < sites/all/modules/simpletest/D6-core-simpletest.patch

inside the includes directory patch -p0 < D6-core-simpletest.patch after I move the file to the includes directory
from site document root
patch -p0 < includes/D6-core-simpletest.patch

It does not work!

ayesh’s picture

I have even applied patches manually!
+ means add those lines.
- means remove those lines.

Locate the file and lines as the .patch.

Note that using a software is always better. If the patch is a small one, that's easy.