Ignore:
Timestamp:
2015-10-11T17:28:19+02:00 (9 years ago)
Author:
Don-vip
Message:

improve/cleanup unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/tagging/TaggingPresetReaderTest.java

    r8510 r8857  
    33
    44import static org.CustomMatchers.hasSize;
    5 import static org.hamcrest.CoreMatchers.is;
     5import static org.junit.Assert.assertEquals;
    66import static org.junit.Assert.assertThat;
    77
     
    5656            }
    5757        });
    58         assertThat(keys.toString(), is("[A1, A2, A3, B1, B2, B3, C1, C2, C3]"));
     58        assertEquals("[A1, A2, A3, B1, B2, B3, C1, C2, C3]", keys.toString());
    5959    }
    6060
Note: See TracChangeset for help on using the changeset viewer.