Skip to content

Commit 13613ee

Browse files
committed
Expect the DefaultWelcomeService in the full context test
That service was added recently, but forgotten in the test. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 0ec7dee commit 13613ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public void testFull() {
9292
org.scijava.tool.DefaultToolService.class,
9393
org.scijava.ui.DefaultUIService.class,
9494
org.scijava.ui.dnd.DefaultDragAndDropService.class,
95+
org.scijava.welcome.DefaultWelcomeService.class,
9596
org.scijava.widget.DefaultWidgetService.class,
9697
org.scijava.log.StderrLogService.class,
9798
org.scijava.platform.DefaultAppEventService.class };

0 commit comments

Comments
 (0)