Remove stack traces from tests

This commit is contained in:
Mahmoud Ben Hassine
2023-06-07 15:54:19 +02:00
parent 7f80b7230b
commit 0bfe31e569
7 changed files with 8 additions and 12 deletions

View File

@@ -198,7 +198,6 @@ class ConcurrentTransactionTests {
this.getClass().getClassLoader()));
}
catch (Exception e) {
e.printStackTrace();
}
properties.setUrl("jdbc:hsqldb:mem:" + databaseName + ";hsqldb.tx=mvcc");
properties.setUsername("sa");