diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-05 16:16:41 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-05 16:16:41 +0000 |
commit | e758e30450ca661f2e99f2795441b9ebe7d3c0f1 (patch) | |
tree | 81325a1340db1a2c9a31ef9173a1f10e6cc7f9c7 /modules/simpletest | |
parent | 691693304b0ccafda3c2002452a8b8b8afe729f3 (diff) | |
download | brdo-e758e30450ca661f2e99f2795441b9ebe7d3c0f1.tar.gz brdo-e758e30450ca661f2e99f2795441b9ebe7d3c0f1.tar.bz2 |
#533584 by chx, dww, and Nick Lewis: Allow version-level dependency support to work with beta, rc, etc.
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/tests/system_test.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/system_test.module b/modules/simpletest/tests/system_test.module index cab3b9e57..3f0a1acef 100644 --- a/modules/simpletest/tests/system_test.module +++ b/modules/simpletest/tests/system_test.module @@ -180,7 +180,7 @@ function system_test_system_info_alter(&$info, $file) { } if ($file->name == 'common_test') { $info['hidden'] = FALSE; - $info['version'] = '7.x-2.4'; + $info['version'] = '7.x-2.4-beta3'; } } } |