Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2019-07-31 11:59:59 +0300
committerGitHub <noreply@github.com>2019-07-31 11:59:59 +0300
commit32f8ba74ee359fcc06cfc1d51c8b2042df101cf7 (patch)
treeb3b8ac1f3d77054acb9fb4319a7625b3317912ce /plugins/UserCountry
parenta8aecb89c79a329fdd577bc54115a4d7ba464e1d (diff)
Adds command to update iso region names (#14712)
* format code * Adds command to update iso region names * updates region names * updates exptected test files
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getCity_month.xml2
-rw-r--r--plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getRegion_month.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getCity_month.xml b/plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getCity_month.xml
index 65485c5318..4475cda574 100644
--- a/plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getCity_month.xml
+++ b/plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getCity_month.xml
@@ -127,7 +127,7 @@
<region>XZ</region>
<country>cn</country>
<country_name>China</country_name>
- <region_name>Xizang</region_name>
+ <region_name>Xizang Zizhiqu</region_name>
<logo>plugins/Morpheus/icons/dist/flags/cn.png</logo>
</row>
<row>
diff --git a/plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getRegion_month.xml b/plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getRegion_month.xml
index 9a1d8d248c..0ec3c546a8 100644
--- a/plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getRegion_month.xml
+++ b/plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData__UserCountry.getRegion_month.xml
@@ -146,7 +146,7 @@
<region>XZ</region>
<country>cn</country>
<country_name>China</country_name>
- <region_name>Xizang</region_name>
+ <region_name>Xizang Zizhiqu</region_name>
<logo>plugins/Morpheus/icons/dist/flags/cn.png</logo>
</row>
</result> \ No newline at end of file