Skip to content

Commit

Permalink
Updated azure pipeline yml as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yitam committed Apr 14, 2020
1 parent 03e2d3f commit 660d898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
- script: |
sudo sed -i 's/# en_US ISO-8859-1/en_US ISO-8859-1/g' /etc/locale.gen
sudo sed -i 's/# fr_FR@euro ISO-8859-15/fr_FR@euro ISO-8859-15/g' /etc/locale.gen
sudo sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/g' /etc/locale.gen
sudo sed -i 's/# de_DE.UTF-8 UTF-8/de_DE.UTF-8 UTF-8/g' /etc/locale.gen
sudo locale-gen
Expand Down
2 changes: 1 addition & 1 deletion test/functional/sqlsrv/sqlsrv_ansi_locale_fr.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function dropTable($conn, $tableName)

require_once('MsSetup.inc');

$tableName = "pdo_ansitest_FR";
$tableName = "srv_ansitest_FR";
$locale = 'fr_FR@euro';
setlocale(LC_ALL, $locale);

Expand Down

0 comments on commit 660d898

Please sign in to comment.