X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=trunk%2Fsystem%2Fgeneral%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsystem%2Fcore%2FAbstractComponentTest.java;h=2fd48f6e4c08de37cb13d62aab3ddcb632db3f6c;hb=3ba65cd3c793917d3faaebc665fc967c3f3d5fcd;hp=39d7dd61506d4ef23f048ffb11f211c3b9f83747;hpb=94f7adbcd48270c4284e933b84794253247a7662;p=utils diff --git a/trunk/system/general/src/test/java/org/wamblee/system/core/AbstractComponentTest.java b/trunk/system/general/src/test/java/org/wamblee/system/core/AbstractComponentTest.java index 39d7dd61..2fd48f6e 100644 --- a/trunk/system/general/src/test/java/org/wamblee/system/core/AbstractComponentTest.java +++ b/trunk/system/general/src/test/java/org/wamblee/system/core/AbstractComponentTest.java @@ -21,7 +21,7 @@ public class AbstractComponentTest extends TestCase { public void testNotAllInterfacesStarted() { try { - Component component = new AbstractComponent("xx", + Component component = new AbstractComponent("xx", new ProvidedInterface[] { new DefaultProvidedInterface( "xxx", String.class) }, new RequiredInterface[0]) { @Override @@ -45,7 +45,7 @@ public class AbstractComponentTest extends TestCase { public void testUnexpectedServicesStarted() { try { - Component component = new AbstractComponent("xx", + Component component = new AbstractComponent("xx", new ProvidedInterface[0], new RequiredInterface[0]) { @Override protected Object doStart(Scope aScope) {