Skip to content
Snippets Groups Projects
Commit bcd9f8d6 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

old invalid unit test removed

parent 2904b5de
No related branches found
No related tags found
2 merge requests!630WIP: Resolve "The privileges of a new user are not saved in some cases",!472Resolve "Implement Hibernate naming strategy"
......@@ -13,16 +13,6 @@ import lcsb.mapviewer.common.exception.InvalidStateException;
public class DbUtilsTest extends PersistTestFunctions {
Logger logger = Logger.getLogger(DbUtilsTest.class);
@Test
public void testSchema() throws Exception {
try {
dbUtils.executeSqlQuery("update user_table set idDb = 1 where idDb =1");
} catch (Exception e) {
e.printStackTrace();
throw e;
}
}
@Test
public void testCreateSession() throws Exception {
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment