Changeset 6289 in josm for trunk/test/unit


Ignore:
Timestamp:
2013-10-03T03:41:25+02:00 (11 years ago)
Author:
Don-vip
Message:

Sonar/Findbugs - fix various problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/template_engine/TemplateEngineTest.java

    r4546 r6289  
    157157    @Test
    158158    public void testSearchExpression() throws Exception {
    159         Match match = compile("(parent type=type1 type=parent1) | (parent type=type2 type=parent2)");
     159        compile("(parent type=type1 type=parent1) | (parent type=type2 type=parent2)");
    160160        //"parent(type=type1,type=parent1) | (parent(type=type2,type=parent2)"
    161161        //TODO
Note: See TracChangeset for help on using the changeset viewer.