Update of /cvsroot/modeling/ProjectModeling/Modeling/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv4622
Modified Files:
test_EditingContext_ParentChild.py
Log Message:
Added entity StoreEmployees.Holidays uses TIMESTAMP that should be reverted to DATETIME for MySQL
Index: test_EditingContext_ParentChild.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_EditingContext_ParentChild.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** test_EditingContext_ParentChild.py 24 Jul 2003 11:30:52 -0000 1.12
--- test_EditingContext_ParentChild.py 28 Jul 2003 06:04:47 -0000 1.13
***************
*** 655,658 ****
--- 655,660 ----
if database_cfg=='MySQL.cfg':
author_books_model.entityNamed('Writer').attributeNamed('birthday').setExternalType('DATETIME')
+ store_employee_model.entityNamed('Holidays').attributeNamed('startDate').setExternalType('DATETIME')
+ store_employee_model.entityNamed('Holidays').attributeNamed('endDate').setExternalType('DATETIME')
utils.enable_model_cache_and_compute()
|