Skip to content

Commit

Permalink
set long address on address 456
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Aug 1, 2019
1 parent c6e8b22 commit fd7e51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/test/jmri/util/RosterTestUtil.java
Expand Up @@ -61,6 +61,7 @@ public static Roster createTestRoster(File rosterDir,String rosterFileName) thro
RosterEntry e2 = new RosterEntry("ATSF123");
e2.setId("ATSF123");
e2.setDccAddress("456");
e2.setLongAddress(true);
e2.setRoadNumber("123");
e2.setRoadName("ATSF");
e2.setDecoderModel("Silver");
Expand Down

0 comments on commit fd7e51a

Please sign in to comment.