]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/testUtils/ManagedTest.java
Fail test more agressive if setup fails.
[gigi.git] / tests / org / cacert / gigi / testUtils / ManagedTest.java
index eaf6d8d233ebaa78d49121290173dbeee32ce620..3d6457275d90af32c23b38d05d5be21caa041cda 100644 (file)
@@ -239,7 +239,7 @@ public class ManagedTest {
                        ps.execute();
 
                } catch (SQLException e) {
-                       e.printStackTrace();
+                       throw new Error(e);
                }
                return uid;
        }