killbill-memoizeit

util: leave data after the suite has run This is especially

7/9/2012 2:52:01 PM

Details

diff --git a/util/src/test/java/com/ning/billing/KillbillTestSuiteWithEmbeddedDB.java b/util/src/test/java/com/ning/billing/KillbillTestSuiteWithEmbeddedDB.java
index 9189fe5..16eada2 100644
--- a/util/src/test/java/com/ning/billing/KillbillTestSuiteWithEmbeddedDB.java
+++ b/util/src/test/java/com/ning/billing/KillbillTestSuiteWithEmbeddedDB.java
@@ -51,7 +51,6 @@ public class KillbillTestSuiteWithEmbeddedDB extends KillbillTestSuite {
     @AfterSuite(groups = "slow")
     public void shutdownMysqlAfterTestSuite() throws IOException, ClassNotFoundException, SQLException, URISyntaxException {
         try {
-            helper.cleanupAllTables();
             helper.stopMysql();
         } catch (Exception ignored) {
         }