adapted tests to the new STM and tx datastructures

This commit is contained in:
jboner 2009-09-24 10:56:51 +02:00
parent 7a74669d99
commit 3971bdf5c4
15 changed files with 770 additions and 862 deletions

View file

@ -27,7 +27,11 @@ public class InMemNestedStateTest extends TestCase {
new Component(InMemFailer.class, new LifeCycle(new Permanent(), 1000), 1000)
//new Component("inmem-clasher", InMemClasher.class, InMemClasherImpl.class, new LifeCycle(new Permanent(), 1000), 100000)
}).inject().supervise();
Config.config();
Config.config();
InMemStateful stateful = conf.getInstance(InMemStateful.class);
stateful.init();
InMemStatefulNested nested = conf.getInstance(InMemStatefulNested.class);
nested.init();
}
protected void tearDown() {