Kobi Ianko has uploaded a new change for review.

Change subject: db: fix dal test config file
......................................................................

db: fix dal test config file

Match the conf file to the common settings.
(http://www.ovirt.org/OVirt_Engine_Development_Environment#Enable_DAO_Tests)

Change-Id: I5ffc320576dbce8709b7e90afa1d08445011cc75
Signed-off-by: Kobi Ianko <k...@redhat.com>
---
M backend/manager/modules/dal/src/test/filters/pgsql.properties
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/72/22172/1

diff --git a/backend/manager/modules/dal/src/test/filters/pgsql.properties 
b/backend/manager/modules/dal/src/test/filters/pgsql.properties
index db77ed3..bd7dfb3 100644
--- a/backend/manager/modules/dal/src/test/filters/pgsql.properties
+++ b/backend/manager/modules/dal/src/test/filters/pgsql.properties
@@ -1,6 +1,6 @@
-engine.db.username = postgres
-engine.db.password = redhat
-engine.db.url = jdbc:postgresql://localhost/engine_test
+engine.db.username = engine
+engine.db.password = engine
+engine.db.url = jdbc:postgresql://localhost/engine_dao_tests
 engine.db.driver = org.postgresql.Driver
 engine.db.datafactory = org.ovirt.engine.core.dao.PostgresDataTypeFactory
 engine.db.initsql = 


-- 
To view, visit http://gerrit.ovirt.org/22172
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ffc320576dbce8709b7e90afa1d08445011cc75
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kobi Ianko <k...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to