[Modeling-cvs] ProjectModeling/Modeling/tests/testPackages/StoreEmployees model_StoreEmployees.py,1.
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-05-07 11:27:13
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/tests/testPackages/StoreEmployees In directory sc8-pr-cvs1:/tmp/cvs-serv22893/testPackages/StoreEmployees Modified Files: model_StoreEmployees.py model_StoreEmployees.xml Log Message: Updated the cfg. files for tests, now that ModelSet module got updateModelWithCFG() [RFE #726839]. File test.cfg is replaced by 2 files: Postgresql.cfg and MySQL.cfg Index: model_StoreEmployees.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/testPackages/StoreEmployees/model_StoreEmployees.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** model_StoreEmployees.py 29 Aug 2002 11:14:27 -0000 1.4 --- model_StoreEmployees.py 7 May 2003 11:27:10 -0000 1.5 *************** *** 1,4 **** model_src="""<?xml version='1.0' encoding='iso-8859-1'?> ! <model name='StoreEmployees' packageName='StoreEmployees' adaptorName='Postgresql' connectionDictionary="{'database': 'STORE_EMPLOYEES', 'user': 'big', 'password': '', 'host': 'bidibule'}"> <entity isReadOnly='0' isAbstract='0' name='Store' parentEntity='' moduleName='Store' className='Store' typeName='' externalName='STORE'> <primaryKey attributeName='id'/> --- 1,4 ---- model_src="""<?xml version='1.0' encoding='iso-8859-1'?> ! <model name='StoreEmployees' packageName='StoreEmployees' adaptorName='' connectionDictionary="{'database': 'STORE_EMPLOYEES', 'user': '', 'password': '', 'host': ''}"> <entity isReadOnly='0' isAbstract='0' name='Store' parentEntity='' moduleName='Store' className='Store' typeName='' externalName='STORE'> <primaryKey attributeName='id'/> Index: model_StoreEmployees.xml =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/testPackages/StoreEmployees/model_StoreEmployees.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** model_StoreEmployees.xml 29 Aug 2002 11:14:29 -0000 1.4 --- model_StoreEmployees.xml 7 May 2003 11:27:11 -0000 1.5 *************** *** 1,4 **** <?xml version='1.0' encoding='iso-8859-1'?> ! <model name='StoreEmployees' packageName='StoreEmployees' adaptorName='Postgresql' connectionDictionary="{'database': 'STORE_EMPLOYEES', 'user': 'big', 'password': '', 'host': 'bidibule'}"> <entity isReadOnly='0' isAbstract='0' name='Store' parentEntity='' moduleName='Store' className='Store' typeName='' externalName='STORE'> <primaryKey attributeName='id'/> --- 1,4 ---- <?xml version='1.0' encoding='iso-8859-1'?> ! <model name='StoreEmployees' packageName='StoreEmployees' adaptorName='' connectionDictionary="{'database': 'STORE_EMPLOYEES', 'user': '', 'password': '', 'host': ''}"> <entity isReadOnly='0' isAbstract='0' name='Store' parentEntity='' moduleName='Store' className='Store' typeName='' externalName='STORE'> <primaryKey attributeName='id'/> |