Projet

Général

Profil

Révision 42e6daf3

Ajouté par Julien Enselme il y a environ 10 ans

Update drupal 7.26 -> 7.27

Voir les différences:

drupal7/modules/simpletest/drupal_web_test_case.php
2269 2269
            }
2270 2270
            break;
2271 2271

  
2272
          case 'updateBuildId':
2273
            $buildId = $xpath->query('//input[@name="form_build_id" and @value="' . $command['old'] . '"]')->item(0);
2274
            if ($buildId) {
2275
              $buildId->setAttribute('value', $command['new']);
2276
            }
2277
            break;
2278

  
2272 2279
          // @todo Add suitable implementations for these commands in order to
2273 2280
          //   have full test coverage of what ajax.js can do.
2274 2281
          case 'remove':

Formats disponibles : Unified diff