Some of the tests in org.firebirdsql.event.TestFBEventManager are failing on embedded. I had previously ignored them because I thought events where not available on embedded.
FBEventManager was explicitly building a connection string to host:port/path, so the test was actually connecting to the server running on my localhost.
Submitted by: @mrotteveel
Some of the tests in org.firebirdsql.event.TestFBEventManager are failing on embedded. I had previously ignored them because I thought events where not available on embedded.
Investigate why this happens and fix test.
Commits: 31bc7eb a92bc49
The text was updated successfully, but these errors were encountered: