Re: Finding EOModel For UnitTesting

From: Mike Schrag (mschra..dimension.com)
Date: Tue Feb 22 2005 - 17:37:54 EST

  • Next message: Kaj Hejer: "Re: Finding EOModel For UnitTesting"

         EOModelGroup.defaultGroup().addModelWithPathURL(new
    File("/path/to/myprototypeifihaveone.eomodeld").toURL());
         EOModelGroup.defaultGroup().addModelWithPathURL(new
    File("/path/to/mymodel.eomodeld").toURL());

    On Feb 22, 2005, at 5:30 PM, James Seigel wrote:

    > Hi!
    >
    > I am currently looking at unit testing a very small wolips project
    > with the eomodel right in the woapplication. Has anyone successfully
    > had the unit tests find the eomodel if you are trying to do lets say a
    > EOUtilities.objectsForEntityNamed() in a test for example?
    >
    > I seem to get errors like :
    > java.lang.IllegalArgumentException: An object store for the entity
    > "Entity" could not be found. Verify that the entity is defined in an
    > EOModel, and that the model is installed properly. To see what models
    > are loaded, you can try printing the return value of
    >
    >
    >
    > HOWEVER, if I put the eomodel in a separate framework, and do some
    > linked folder magic, then I seem to be able to get it to run.
    >
    > Any ideas?
    >
    > Cheers
    > James.
    > P.S. I am running the unit tests from within Eclipse, works fine other
    > places.
    >



    This archive was generated by hypermail 2.0.0 : Tue Feb 22 2005 - 17:37:57 EST