Salome HOME
Search knowledge is implemented. Unit tests are improved. Lucene index is not used...
[tools/siman.git] / Workspace / Siman-Common / src / test / splat / common / BaseTest.java
index fb7af6c287a141c9d78dff7d4878de27a8aa3601..2282a863d8a9c61488196e06c9f802ef8781f9cc 100644 (file)
@@ -50,7 +50,7 @@ import org.testng.annotations.Test;
                "/spring/technicalServiceContext.xml" 
 })
 @TransactionConfiguration(defaultRollback = true, transactionManager = "txManager")
-@Test(sequential=true, groups = {"service", "functional", "business"})
+@Test(singleThreaded=true, groups = {"service", "functional", "business"})
 public class BaseTest extends TestListingAndOrder {
 
        // ========================================= static methods