Adapt ure/source/uretest/ to passive component registration

(regview only works for old binary .rdb files, so test-regview needs to use
types.rdb now)

Change-Id: Icd68122c08ae723010c42a8515e09c2d81f0cdda
This commit is contained in:
Stephan Bergmann
2012-12-18 14:19:01 +01:00
parent a25bec0cb2
commit b980eca67e
5 changed files with 31 additions and 28 deletions

View File

@ -32,12 +32,6 @@ public final class JavaTest implements XTest {
throw new TestException("test", this);
}
public static boolean __writeRegistryServiceInfo(XRegistryKey key) {
return
FactoryHelper.writeRegistryServiceInfo(
IMPLEMENTATION_NAME, SERVICE_NAME, key);
}
public static XSingleServiceFactory __getServiceFactory(
String name, XMultiServiceFactory factory, XRegistryKey key)
{