hprange / wounit

The WOUnit framework contains a set of utilities for testing WebObjects applications using JUnit 4.7 or later capabilities.
http://hprange.github.io/wounit/
Apache License 2.0
19 stars 18 forks source link

Creating a primary key uses the actual database context #38

Open freddietilley opened 10 years ago

freddietilley commented 10 years ago

using the method ERXEOControlUtilities.newPrimaryKeyDictionaryForEntityNamed with a MockEditingContext fetches the models actual database context instead of a fake one, actually increasing the primary key sequence in the database