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

EOModels are not loaded if project is bundle-less #13

Closed hprange closed 13 years ago

hprange commented 13 years ago

WOUnit becomes unable to load EOModels if the bundle-less configuration is turned on in WOLips. The NSProjectBundleEnabled property should be set to true in this case.

mariussoutier commented 13 years ago

Thanks for fixing this :)