Update of /cvsroot/squirrel-sql/sql12/test/external/net/sourceforge/squirrel_sql/fw/dialects
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28181/test/external/net/sourceforge/squirrel_sql/fw/dialects
Modified Files:
dialectExternalTest.properties
Log Message:
Switched firebird host to be the CentOS VM
Index: dialectExternalTest.properties
===================================================================
RCS file: /cvsroot/squirrel-sql/sql12/test/external/net/sourceforge/squirrel_sql/fw/dialects/dialectExternalTest.properties,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** dialectExternalTest.properties 20 Jun 2009 15:58:37 -0000 1.27
--- dialectExternalTest.properties 16 Dec 2009 01:41:15 -0000 1.28
***************
*** 82,86 ****
# Firebird
! firebird_jdbcUrl=jdbc:firebirdsql://dbserver:3050//opt/data/firebird/dbcopydest/dbcopydest.fdb
firebird_jdbcUser=SYSDBA
firebird_jdbcPass=password
--- 82,86 ----
# Firebird
! firebird_jdbcUrl=jdbc:firebirdsql://centos-dbserver:3050//opt/data/firebird/dbcopydest/dbcopydest.fdb
firebird_jdbcUser=SYSDBA
firebird_jdbcPass=password
|