renamed ..comet.AkkaCometServlet to ..comet.AkkaServlet

This commit is contained in:
Jonas Bonér 2009-12-26 17:19:35 +01:00
parent 600565773d
commit ed233e4318
6 changed files with 69 additions and 65 deletions

View file

@ -76,9 +76,9 @@ public class InMemNestedStateTest extends TestCase {
nested.setVectorState("init"); // set init state
Thread.sleep(100);
stateful.success("testShouldNotRollbackStateForStatefulServerInCaseOfSuccess", "new state", nested); // transactionrequired
Thread.sleep(1000);
Thread.sleep(100);
assertEquals("new state", stateful.getVectorState());
Thread.sleep(1000);
Thread.sleep(100);
assertEquals("new state", nested.getVectorState());
}