mirror of
https://github.com/google/nomulus
synced 2026-07-20 06:52:27 +00:00
03d02ab299
* Fix JpaIntegrationRule in JUnit4 Made DatastoreExtension a JUnit4 Rule. Nomulus model objects need Datastore API when manipulating Ofy keys. As a result, JpaIntegrationTestRule must be used with AppEngineRule or DatastoreExtension. Also fixed WriteToSqlTest, which is the only JUnit4 test that uses JpaIntegrationTestRule.