forked from amazingfate/loongoffice
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:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user