mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-12 02:02:51 +00:00
Change-Id: I0000000000000000000000000000000000000000
Change-Id: I8636776eaf000fcdfb528cc403710f6d6ee9e73e Change-Id: Iebc523681d07ecd6d7b7e89343b29a8034558f94
This commit is contained in:
@@ -18,7 +18,8 @@ import com.l2jserver.service.game.scripting.ScriptingServiceImpl;
|
||||
|
||||
public class StaticTemplateServiceTest {
|
||||
private final Injector injector = Guice.createInjector(
|
||||
new BasicServiceModule(), new IDFactoryModule(), new DAOModuleMySQL5(), new AbstractModule() {
|
||||
new BasicServiceModule(), new IDFactoryModule(),
|
||||
new DAOModuleMySQL5(), new AbstractModule() {
|
||||
@Override
|
||||
protected void configure() {
|
||||
bind(ScriptingService.class).to(ScriptingServiceImpl.class)
|
||||
@@ -35,6 +36,7 @@ public class StaticTemplateServiceTest {
|
||||
@Test
|
||||
public void testAdena() throws ServiceStartException {
|
||||
service.start();
|
||||
System.out.println(factory.createID(AdenaItemTemplate.ID).getTemplate());
|
||||
System.out
|
||||
.println(factory.createID(AdenaItemTemplate.ID).getTemplate());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user