| | |
| | | debugInfo("Successfully ending " + testCase); |
| | | } |
| | | } |
| | | @Test(enabled=true) |
| | | @Test(enabled=false) |
| | | public void generationIdTest() throws Exception |
| | | { |
| | | testSingleRS(); |
| | |
| | | /** |
| | | * Tests done using directly the ReplicationBroker interface. |
| | | */ |
| | | @Test(enabled=true, dataProvider="assured") |
| | | @Test(enabled=false, dataProvider="assured") |
| | | public void updateOperations(boolean assured) throws Exception |
| | | { |
| | | logError(Message.raw( |
| | |
| | | * This method is used to make sure that this order is always respected. |
| | | * (Using testng dependency does not work) |
| | | */ |
| | | @Test(enabled=true) |
| | | @Test(enabled=false) |
| | | public void replicationServerTest() throws Exception |
| | | { |
| | | replicationServer.clearDb(); |