mirror of
https://github.com/google/nomulus
synced 2026-03-27 21:05:32 +00:00
* Run both the AppEngineRule and JpaTransactionManagerRule in tests As previously written, the AppEngineRule wraps the infinite loop of the server handling requests. This changes the code so that we'll have a chain that does both the AppEngine management and the JPA transaction manager management so we can actually use SQL in tests and in the test server. * remove log line