3c3
< index 0000000..7f8882d
---
> index 0000000..2fe13ba
11c11
< + * Definition of Drupal\locale\Tests\LocaleCompareTest.
---
> + * Definition of Drupal\locale\Tests\LocaleCompareUnitTest.
39c39
< +   * Test for translation status storage and translation status comparison.
---
> +   * Tets for translation status storage and translation status compare.
196c196
< index 0000000..670136a
---
> index 0000000..10bfaa7
199c199
< @@ -0,0 +1,399 @@
---
> @@ -0,0 +1,401 @@
215c215,216
< + * Default location of xml available language list on the translation server.
---
> + * Default URL of the xml file at the translation server containing all
> + * available languages.
222c223,224
< + * Default location of gettext file on the translation server.
---
> + * Default pattern of path and name of the gettext file at the translation
> + * server.
263c265
< + * Builds list of projects and stores the result in the database.
---
> + * Build list of projects and stores the result in the database.
600c602
< index 334b401..726f224 100644
---
> index 334b401..fc9d4a0 100644
603c605
< @@ -32,6 +32,11 @@ function locale_uninstall() {
---
> @@ -32,6 +32,7 @@ function locale_uninstall() {
607,611c609
< +  variable_del('locale_translation_test_system_info_alter');
< +  variable_del('locale_translation_check_disabled');
< +  variable_del('locale_translation_default_server');
< +  variable_del('locale_translation_default_server_url');
< +  variable_del('locale_translation_default_server_pattern');
---
> +  // @todo Delete locale_translation_ variables.
615c613
< @@ -159,6 +164,73 @@ function locale_schema() {
---
> @@ -159,6 +160,73 @@ function locale_schema() {
620c618
< +    'description' => 'Translation status information for projects and server data.',
---
> +    'description' => 'Update information for project translations.',
689c687,696
< @@ -623,6 +695,77 @@ function locale_update_8010() {
---
> @@ -586,7 +654,7 @@ function locale_update_8009() {
>  /**
>   * Add {locale_file} table.
>   */
> -function locale_update_8010() {
> +function locale_update_8011() {
>    $table = array(
>      'description' => 'File import status information for interface translation files.',
>      'fields' => array(
> @@ -623,6 +691,77 @@ function locale_update_8010() {
695c702
< +function locale_update_8011() {
---
> +function locale_update_8010() {
703c710
< +    'description' => 'Translation status information for projects and server data.',
---
> +    'description' => 'Update information for project translations.',
784c791
< index 0000000..c16eea7
---
> index 0000000..bb47741
792c799
< + * Simulate a custom module with a local po file.
---
> + *   Simulate a custom module with a local po file.
