[hornetq-commits] JBoss hornetq SVN: r10704 - branches/Branch_2_2_EAP_export_tool/tests/src/org/hornetq/tests/integration/persistence.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri May 20 01:38:56 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-05-20 01:38:55 -0400 (Fri, 20 May 2011)
New Revision: 10704

Modified:
   branches/Branch_2_2_EAP_export_tool/tests/src/org/hornetq/tests/integration/persistence/ExportDataTest.java
Log:
fixing test

Modified: branches/Branch_2_2_EAP_export_tool/tests/src/org/hornetq/tests/integration/persistence/ExportDataTest.java
===================================================================
--- branches/Branch_2_2_EAP_export_tool/tests/src/org/hornetq/tests/integration/persistence/ExportDataTest.java	2011-05-19 21:44:05 UTC (rev 10703)
+++ branches/Branch_2_2_EAP_export_tool/tests/src/org/hornetq/tests/integration/persistence/ExportDataTest.java	2011-05-20 05:38:55 UTC (rev 10704)
@@ -121,6 +121,8 @@
             assertEquals(i, msg.getIntProperty("count").intValue());
          }
          
+         server.stop();
+         
       }
       finally
       {
@@ -130,6 +132,4 @@
 
    }
 
-   public void testImport() {
-   }
 }



More information about the hornetq-commits mailing list