/[drupal]/contributions/modules/simpletest/simpletest.module
ViewVC logotype

Diff of /contributions/modules/simpletest/simpletest.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.51.2.5, Tue Nov 10 03:15:50 2009 UTC revision 1.51.2.6, Tue Nov 10 03:20:51 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: simpletest.module,v 1.51.2.4 2009/11/10 02:30:08 boombatower Exp $  // $Id: simpletest.module,v 1.51.2.5 2009/11/10 03:15:50 boombatower Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 398  function simpletest_registry_files_alter Line 398  function simpletest_registry_files_alter
398        }        }
399      }      }
400      else {      else {
401        // Remove non 2.x compatible test.        // Remove non 2.x compatible test files.
402        foreach ($module->info['files'] as $file) {        foreach ($module->info['files'] as $file) {
403          if (substr($file, -5) == '.test') {          if (substr($file, -5) == '.test') {
404            unset($files["$dir/$file"]);            unset($files["$dir/$file"]);

Legend:
Removed from v.1.51.2.5  
changed lines
  Added in v.1.51.2.6

  ViewVC Help
Powered by ViewVC 1.1.2