Update of /cvsroot/modeling/ProjectModeling/Modeling/tests/testPackages/StoreEmployees
In directory sc8-pr-cvs1:/tmp/cvs-serv17925/Modeling/tests/testPackages/StoreEmployees
Modified Files:
pymodel_StoreEmployees.py
Log Message:
Removed adaptorName from the pymodel
Index: pymodel_StoreEmployees.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/testPackages/StoreEmployees/pymodel_StoreEmployees.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pymodel_StoreEmployees.py 31 Jul 2003 20:52:42 -0000 1.4
--- pymodel_StoreEmployees.py 9 Aug 2003 15:10:37 -0000 1.5
***************
*** 25,29 ****
_connDict = {'database': 'STORE_EMPLOYEES'}
! model = Model('StoreEmployees',adaptorName='Postgresql',
connDict=_connDict)
model.doc = ' ... '
--- 25,29 ----
_connDict = {'database': 'STORE_EMPLOYEES'}
! model = Model('StoreEmployees', adaptorName='',
connDict=_connDict)
model.doc = ' ... '
|