Changeset 9666 in josm for trunk/test/unit/org/openstreetmap


Ignore:
Timestamp:
2016-01-29T09:59:30+01:00 (8 years ago)
Author:
stoecker
Message:

see #12410 fix style of tests

Location:
trunk/test/unit/org/openstreetmap/josm/gui/mappaint
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/mappaint/AllMappaintTests.groovy

    r7938 r9666  
    1313    MapCSSWithExtendedTextDirectivesTest.class,
    1414    AllMapCSSTests.class
    15    
     15
    1616])
    1717public class AllMappaintTests extends TestCase{}
  • trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/ParsingLinkSelectorTest.groovy

    r7068 r9666  
    1414        JOSMFixture.createUnitTestFixture().init()
    1515    }
    16    
     16
    1717    @Test
    1818    public void parseEmptyChildSelector() {
     
    2121        """
    2222        MapCSSStyleSource source = new MapCSSStyleSource(css)
    23         source.loadStyleSource()       
     23        source.loadStyleSource()
    2424        assert source.rules.size() == 1
    2525    }
    26    
     26
    2727    @Test
    2828    public void parseEmptyParentSelector() {
     
    3434        assert source.rules.size() == 1
    3535    }
    36    
    37    
     36
     37
    3838    @Test
    3939    public void parseChildSelectorWithKeyValueCondition() {
     
    4545        assert source.rules.size() == 1
    4646    }
    47    
     47
    4848    @Test
    4949    public void parseChildSelectorWithKeyCondition() {
Note: See TracChangeset for help on using the changeset viewer.