mirror of
https://github.com/google/nomulus
synced 2026-07-25 09:32:56 +00:00
* 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.