Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed May 25, 2014
1 parent 0eedd62 commit 9506e62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/net/azib/ipscan/gui/feeders/FeederGUIRegistryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

import net.azib.ipscan.config.Labels;
import net.azib.ipscan.feeders.Feeder;

import org.eclipse.swt.widgets.Combo;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.swt.widgets.TableItem;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;

import static org.junit.Assert.*;
import static org.mockito.Mockito.*;

Expand All @@ -37,6 +37,7 @@ public void createRegistry() {
feederSelectionCombo = mock(Combo.class);

feederGUI = new RangeFeederGUI(parent);
feederGUI.initialize();
registry = new FeederGUIRegistry(new AbstractFeederGUI[] {feederGUI}, feederSelectionCombo, null);
}

Expand Down

0 comments on commit 9506e62

Please sign in to comment.