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).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | location.tests_.patch | 398 bytes | jhedstrom |
Comments
Comment #1
jhedstromAnd 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.
Comment #2
bdragon commentedThat'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