Skip to content
Snippets Groups Projects
Commit d239b255 authored by felmer's avatar felmer
Browse files

double rollback bug fixed: test fixed

SVN: 15630
parent c12887ac
No related branches found
No related tags found
No related merge requests found
...@@ -563,6 +563,8 @@ public class ResultDataSetUploaderTest extends AssertJUnit ...@@ -563,6 +563,8 @@ public class ResultDataSetUploaderTest extends AssertJUnit
{ {
try try
{ {
one(connection).isClosed();
will(returnValue(false));
one(connection).rollback(); one(connection).rollback();
one(connection).close(); one(connection).close();
} catch (SQLException ex) } catch (SQLException ex)
......
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