Ignore:
Timestamp:
2016-01-17T15:06:09+01:00 (8 years ago)
Author:
Don-vip
Message:

make the distinction between unit tests (*Test.java) and integration tests (*TestIT.java)

Location:
trunk
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1010taginfo-img
        1111build2
         12junit*.properties
         13foobar
  • trunk/test

    • Property svn:ignore
      •  

        old new  
        22report
        33jacoco.exec
         4jacocoIT.exec
  • trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java

    r9500 r9501  
    2020
    2121/**
    22  * Unit tests of {@link PluginHandler} class.
     22 * Integration tests of {@link PluginHandler} class.
    2323 */
    24 public class PluginHandlerTest {
     24public class PluginHandlerTestIT {
    2525
    2626    /**
Note: See TracChangeset for help on using the changeset viewer.