/tests/README
http://datanucleus-appengine.googlecode.com/ · #! · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · cfae5f1d27aebfc9d1c63a1cc83f38f9 MD5 · raw file
- A note about running tests:
- Unless you want to add bytecode enhancement as a post-compilation step you must pass the following
- flag to the jvm in order for the tests to pass:
- -javaagent:lib/datanucleus-enhancer-3.0.0-m6.jar=com.google.appengine.datanucleus.test
- This tells Datanucleus to perform runtime enhancement on any classes it encounters that live in the
- com.google.appengine.datanucleus.test package. The enhancer ignores classes in com.google.appengine.datanucleus unless
- the package is com.google.appengine.datanucleus.test, so you'll be happiest if you just put all the classes
- you want enhanced in this package.