Update of /cvsroot/modeling/ProjectModeling/Modeling/tests/testPackages/AuthorBooks
In directory sc8-pr-cvs1:/tmp/cvs-serv4154/testPackages/AuthorBooks
Modified Files:
pymodel_AuthorBooks.py
Log Message:
Fixed fk name in Writer (out of sync w/ .xml)
Index: pymodel_AuthorBooks.py
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/testPackages/AuthorBooks/pymodel_AuthorBooks.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pymodel_AuthorBooks.py 24 Jul 2003 16:45:50 -0000 1.4
--- pymodel_AuthorBooks.py 3 Aug 2003 12:21:41 -0000 1.5
***************
*** 8,12 ****
from Modeling.PyModel import *
- raise 'do not use'
##
--- 8,11 ----
***************
*** 59,63 ****
relations=['pygmalion', None],
delete=['nullify', None],
! keys=['FK_Writer_Id', 'id']),
]
--- 58,62 ----
relations=['pygmalion', None],
delete=['nullify', None],
! keys=['FK_Writer_id', 'id']),
]
|