Update of /cvsroot/modeling/ProjectModeling/Modeling/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv26524/tests
Modified Files:
MySQL.cfg Postgresql.cfg
Log Message:
Added 'database' entry for model AuthorBooks and StoreEmployees, or the tests failed when MDL_DB_CONNECTIONS_CFG points to SQLite.cfg
Index: MySQL.cfg
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/MySQL.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MySQL.cfg 7 May 2003 11:27:10 -0000 1.1
--- MySQL.cfg 3 Aug 2003 11:13:49 -0000 1.2
***************
*** 10,14 ****
--- 10,16 ----
[AuthorBooks]
+ database: ADDRESS_BOOK
[StoreEmployees]
+ database: STORE_EMPLOYEES
Index: Postgresql.cfg
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/Postgresql.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Postgresql.cfg 7 May 2003 11:27:10 -0000 1.1
--- Postgresql.cfg 3 Aug 2003 11:13:49 -0000 1.2
***************
*** 10,14 ****
--- 10,16 ----
[AuthorBooks]
+ database: AUTHOR_BOOKS
[StoreEmployees]
+ database: STORE_EMPLOYEES
|