Skip to content

Commit

Permalink
Final? Travis errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dsand47 committed Feb 24, 2019
1 parent 1ed21d2 commit 94ce12d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions java/test/jmri/jmrit/ctc/CtcRunActionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ public void testAction() {
new CtcRunAction().actionPerformed(null);

// ** Run time test scenarios **
InstanceManager im = InstanceManager.getDefault();
SensorManager sm = InstanceManager.getDefault(SensorManager.class);
// TurnoutManager tm = InstanceManager.getDefault(TurnoutManager.class);
SignalHeadManager hm = InstanceManager.getDefault(SignalHeadManager.class);

// Clear Left turnout right on main.
Expand Down
1 change: 1 addition & 0 deletions java/test/jmri/jmrit/ctc/editor/CtcEditorActionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ void editTests() {
JButtonOperator jbTRL = new JButtonOperator(_jfo, Bundle.getMessage("ButtonEdit"), 3);
jbTRL.doClick();
JUnitUtil.waitFor(()->{return !(editTRL.isAlive());}, "editTRL finished"); // NOI18N
JUnitUtil.waitFor(()->{return !(editRules.isAlive());}, "editRules finished"); // NOI18N

}

Expand Down

0 comments on commit 94ce12d

Please sign in to comment.