Update of /cvsroot/modeling/ProjectModeling/Modeling/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6034
Modified Files:
test_EditingContext_Global.py
Log Message:
Fixed a small pb. w/ Oracle
Index: test_EditingContext_Global.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_EditingContext_Global.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** test_EditingContext_Global.py 16 Feb 2004 20:01:08 -0000 1.49
--- test_EditingContext_Global.py 17 Feb 2004 20:04:10 -0000 1.50
***************
*** 1519,1523 ****
if database_cfg=='Oracle.cfg':
author_books_model.entityNamed('Writer').attributeNamed('birthday').setExternalType('DATE')
!
# SQLite specifics: test_12 requires that the framework closes the db
# connection, so that the new context/channel can connect to the db (sqlite
--- 1519,1525 ----
if database_cfg=='Oracle.cfg':
author_books_model.entityNamed('Writer').attributeNamed('birthday').setExternalType('DATE')
! from AuthorBooks import Writer
! reload(Writer)
!
# SQLite specifics: test_12 requires that the framework closes the db
# connection, so that the new context/channel can connect to the db (sqlite
|