From 61c640ed313c6f04e08a3568f9aae9d457c27aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 1 Feb 2016 13:22:34 +0100 Subject: Fix #1635: change database name for test environments (mysql/pgsql) --- app/config/tests/parameters.yml.dist.mysql | 2 +- app/config/tests/parameters.yml.dist.pgsql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/config') diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index f902f239..3b9262bb 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql @@ -12,7 +12,7 @@ parameters: test_database_driver: pdo_mysql test_database_host: localhost test_database_port: 3306 - test_database_name: wallabag + test_database_name: wallabag_test test_database_user: root test_database_password: ~ test_database_path: ~ diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index 76685b14..a5aef028 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql @@ -12,7 +12,7 @@ parameters: test_database_driver: pdo_pgsql test_database_host: localhost test_database_port: - test_database_name: wallabag + test_database_name: wallabag_test test_database_user: travis test_database_password: ~ test_database_path: ~ -- cgit v1.2.3