The current version doesn't work with any simpletest release, not the 1.0 release or the 1.0.1 beta 2
There are no other releases available.

CommentFileSizeAuthor
#2 simpletest101beta2.patch3.12 KBRok Žlender

Comments

Rok Žlender’s picture

That is true Drupa simpletest does not work with the latest beta2. They made a lot of changes and there is need for some refactoring on our side.

You can use alpha3 version of simpletest which works. You can get it via cvs:

cvs -d:pserver:anonymous@simpletest.cvs.sourceforge.net:/cvsroot/simpletest co -r Release1-0-1alpha3 -d simpletest -P simpletest

This will checkout simpletest version 1.0.1 alpha3 into simpletest directory.

Rok Žlender’s picture

Assigned: Unassigned » Rok Žlender
Status: Active » Needs review
StatusFileSize
new3.12 KB

I wrote a patch that fixes problems simpletest module has with new version of simpletest library. The only problem was how tests were populated b/c some functions were removed.

Thomas Ilsche’s picture

Status: Needs review » Reviewed & tested by the community

solid code

Rok Žlender’s picture

Committed to drupal5 branch and HEAD. Thanks Thomas for your review.

Rok Žlender’s picture

Status: Reviewed & tested by the community » Fixed

Fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)