Ignore:
Timestamp:
2017-08-04T20:03:38+02:00 (7 years ago)
Author:
Don-vip
Message:

fix unit test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/layer/GpxLayerTest.java

    r12564 r12568  
    4141    @Rule
    4242    @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
    43     public JOSMTestRules test = new JOSMTestRules().platform().mainMenu().projection();
     43    public JOSMTestRules test = new JOSMTestRules().platform().mainMenu().projection().i18n();
    4444
    4545    private static String getHtml(GpxLayer layer) {
     
    146146                     "        </td>\n" +
    147147                     "        <td>\n" +
    148                      "          1/3/16 12:59 PM - 1:00 PM (0:00)\n" +
     148                     "          1/3/16 11:59 AM - 12:00 PM (0:00)\n" +
    149149                     "        </td>\n" +
    150150                     "        <td>\n" +
Note: See TracChangeset for help on using the changeset viewer.