mirror of
https://github.com/google/nomulus
synced 2026-07-20 06:52:27 +00:00
ae89a8b76f
* 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