/tests/README

http://datanucleus-appengine.googlecode.com/ · #! · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · cfae5f1d27aebfc9d1c63a1cc83f38f9 MD5 · raw file

  1. A note about running tests:
  2. Unless you want to add bytecode enhancement as a post-compilation step you must pass the following
  3. flag to the jvm in order for the tests to pass:
  4. -javaagent:lib/datanucleus-enhancer-3.0.0-m6.jar=com.google.appengine.datanucleus.test
  5. This tells Datanucleus to perform runtime enhancement on any classes it encounters that live in the
  6. com.google.appengine.datanucleus.test package. The enhancer ignores classes in com.google.appengine.datanucleus unless
  7. the package is com.google.appengine.datanucleus.test, so you'll be happiest if you just put all the classes
  8. you want enhanced in this package.