commit 3d3a2bf5412da68e435013bcf58f5a56ec78b0ce Author: Matthew Radcliffe Date: Thu Feb 28 22:49:43 2013 -0500 Issue #1258206 by mradcliffe, Berdir: Fix alternate test to use gzip database dump. I'm silly. diff --git a/userpoints.test b/userpoints.test index 1a1e57c..75d5d0c 100644 --- a/userpoints.test +++ b/userpoints.test @@ -775,7 +775,7 @@ class UserpointsUpdate7200AlternateTestCase extends UpdatePathTestCase { public function setUp() { $this->databaseDumpFiles = array( - drupal_get_path('module', 'userpoints') . '/tests/userpoints.filled.database.all.php', + drupal_get_path('module', 'userpoints') . '/tests/userpoints.filled.database.all.php.gz', ); parent::setUp();