Projet

Général

Profil

Révision 582db59d

Ajouté par Assos Assos il y a plus de 8 ans

Update Drupal core to version 7.40

Voir les différences:

drupal7/modules/simpletest/drupal_web_test_case.php
1015 1015
      'description' => '',
1016 1016
      'help' => '',
1017 1017
      'title_label' => 'Title',
1018
      'body_label' => 'Body',
1019 1018
      'has_title' => 1,
1020
      'has_body' => 1,
1021 1019
    );
1022 1020
    // Imposed values for a custom type.
1023 1021
    $forced = array(
......
1067 1065
      $lines = array(16, 256, 1024, 2048, 20480);
1068 1066
      $count = 0;
1069 1067
      foreach ($lines as $line) {
1070
        simpletest_generate_file('text-' . $count++, 64, $line);
1068
        simpletest_generate_file('text-' . $count++, 64, $line, 'text');
1071 1069
      }
1072 1070

  
1073 1071
      // Copy other test files from simpletest.

Formats disponibles : Unified diff