On 10/9/2013 5:26 AM, pelle.ullberg wrote:
Hi,Could someone please explain whats wrong with this little unit test that I mocked up? I'm using derby version 10.10.1.1 Basically I create an in-memory derby database, shut it down and then expected it to not exist anymore. But if the unit test is right, I can actually reconnect to it.
The drop=true attribute will drop the in-memory database. http://db.apache.org/derby/docs/10.10/ref/rrefattribdrop.html
