The earth.test file appears to be missing some include statements, as it's causing fatal errors at admin/build/testing:

Fatal error: Class 'LocationTestCase' not found in /home/jonathan/svn/clients/oregon_trout/main/trunk/drupal/sites/all/modules/contrib/location/tests/earth.test on line 11

and, as such, is breaking tests on any site with the location module present (it doesn't even have to be installed for this to happen).

CommentFileSizeAuthor
#1 location.tests_.patch398 bytesjhedstrom

Comments

jhedstrom’s picture

Status: Active » Needs review
StatusFileSize
new398 bytes

And a patch to fix the fatal error. There are 2 files location_testcase.php and location_test_case.php...I included the former, and it fixed the fatal error, but I haven't run any of the tests...this patch just makes simpletest usable again for other modules.

bdragon’s picture

Status: Needs review » Fixed

That's odd, it worked OK on my system, I wonder how.

Anyway, fixed. Thanks!

http://drupal.org/cvs?commit=169319
http://drupal.org/cvs?commit=169320

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.