From e9f5c60719b7f1c3cd4021a06425dd6b6fa80f5a Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 8 Oct 2014 10:31:32 +0200 Subject: [PATCH] Use a windshaft-specific name for the test user Avoids problems with running cartodb-sql-api tests after windshaft-cartodb tests (as the test database is not cleaned up) --- config/environments/test.js.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/test.js.example b/config/environments/test.js.example index 2937f285..232940a4 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -49,7 +49,7 @@ var config = { ,postgres: { // Parameters to pass to datasource plugin of mapnik // See http://github.com/mapnik/mapnik/wiki/PostGIS - user: "testpublicuser", + user: "test_windshaft_publicuser", password: "public", host: '127.0.0.1', port: 5432,