Ignore:
Timestamp:
2016-08-07T17:39:42+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S3578 - Test methods should comply with a naming convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/dialogs/properties/RecentTagCollectionTest.java

    r9958 r10758  
    3636     */
    3737    @Test
    38     public void test() throws SearchCompiler.ParseError {
     38    public void testVarious() throws SearchCompiler.ParseError {
    3939        final RecentTagCollection recentTags = new RecentTagCollection(2);
    4040        assertTrue(recentTags.isEmpty());
     
    7676        recentTags.ignoreTag(new Tag("name", /*all values */""), searchSetting);
    7777        assertEquals(Collections.emptyList(), recentTags.toList());
    78 
    7978    }
    8079}
Note: See TracChangeset for help on using the changeset viewer.