Re: [Modeling-users] model for tests
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-10-08 08:58:53
|
John Lenton <jl...@gm...> wrote: > to test one of the patches I'd need a model to have a relation to an > entity that has subclasses; although StoreEmployee has such a relation > (Holidays <<-> Employee), it doesn't define the toOne side of that > relation, and I notice that is used to test exactly that feature. > Should I create a new model that has these properties, or do I add a, > say, 'Salary' class? Yes, go for it and modify the model. Maybe a BankAccount class could make more sense? Okay, anyway that's a test model, so the semantics is not that important :) -- S=E9bastien. |