Skip to content

Commit 03f3257

Browse files
committed
ContextCreationTest: Expect the services that were added recently
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 67d0b24 commit 03f3257

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/org/scijava/ContextCreationTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,12 @@ public void testFull() {
7373
{ org.scijava.event.DefaultEventService.class,
7474
org.scijava.app.DefaultAppService.class,
7575
org.scijava.app.DefaultStatusService.class,
76+
org.scijava.console.DefaultConsoleService.class,
7677
org.scijava.event.DefaultEventHistory.class,
78+
org.scijava.io.DefaultIOService.class,
7779
org.scijava.object.DefaultObjectService.class,
7880
org.scijava.plugin.DefaultPluginService.class,
81+
org.scijava.text.DefaultTextService.class,
7982
org.scijava.thread.DefaultThreadService.class,
8083
org.scijava.log.StderrLogService.class };
8184

0 commit comments

Comments
 (0)