Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielb987 committed Oct 9, 2019
1 parent 75f3003 commit aaebbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/test/jmri/managers/AbstractManagerTestBase.java
Expand Up @@ -137,7 +137,7 @@ public void testAutoSystemNames() {
m.updateAutoNumber(sysPrefix+":AUT:0203");
Assert.assertEquals(sysPrefix+":AUTO:0102", m.getAutoSystemName());
m.updateAutoNumber("12"+":AUT:0203"); // Bad system name prefix
Assert.assertEquals(sysPrefix+":AUTO:0102", m.getAutoSystemName());
Assert.assertEquals(sysPrefix+":AUTO:0103", m.getAutoSystemName());
}

//private final static Logger log = LoggerFactory.getLogger(AbstractManagerTestBase.class);
Expand Down

0 comments on commit aaebbf5

Please sign in to comment.