source: josm/trunk/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10475   8 years Don-vip fix #13045 - Inconsistent timezone handling in tests/nmea (patch by …
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10457   8 years Don-vip fix #13033 - JoinAreasActionTest: Do not set status line (patch by …
(edit) @10452   8 years Don-vip fix #13019 - Make commands trigger an implicit layer redraw (patch by …
(edit) @10447   8 years Don-vip see #12994, see #13018 - checkstyle
(edit) @10445   8 years Don-vip fix NPE in JOSMTestRules + ignore findbugs warning
(edit) @10444   8 years Don-vip fix #13018 - Use new test rules for AutosaveTaskTest, increase …
(edit) @10443   8 years Don-vip see #12974 - Unit tests hang (patch by michael2402) - gsoc-core
(edit) @10441   8 years Don-vip fix #13017 - Enable default timeout of 10 seconds on JOSMTestRules …
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10435   8 years Don-vip better fix
(edit) @10434   8 years Don-vip fix ignore rules in presets integration test to avoid false positive
(edit) @10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10414   8 years Don-vip fix ignored presets (happened again)
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10405   8 years Don-vip fix #12959 - Do not make unit tests rely on JFrame for headless mode …
(edit) @10402   8 years Don-vip fix #12977 - Use test rules for NavigatableComponentTest (patch by …
(edit) @10400   8 years Don-vip fix #12974 - Unit tests hang (patch by michael2402) - gsoc-core
(edit) @10399   8 years Don-vip gsoc-core - cleanup forgotten @since xxx
(edit) @10398   8 years Don-vip fix #12975 - areas in the mapview are not filled anymore (patch by …
(edit) @10397   8 years Don-vip gsoc-core - fix LayerManagerTest with new custom JUnit rule/matcher to …
(edit) @10396   8 years Don-vip gsoc-core - remove more deprecation warnings (unit tests)
(edit) @10390   8 years Don-vip cleanup unit tests
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10385   8 years Don-vip update to EqualsVerifier 2.1.1
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10375   8 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10373   8 years Don-vip fix #12949 - Use test rule instead of JOSMFixture to speed up tests …
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10347   8 years Don-vip sonar - add unit test to see if squid:S1244 can be safely disabled
(edit) @10343   8 years Don-vip fix #12934 - Add new MapViewState class that stores the current state …
(edit) @10342   8 years Don-vip fix #12933 - remove unused methods from NavigatableComponent (patch …
(edit) @10340   8 years Don-vip fix #12927 - Move title management and main frame layout to new class …
(edit) @10339   8 years Don-vip fix unit tests
(edit) @10338   8 years Don-vip update to Commons Validator 1.5.1
(edit) @10337   8 years Don-vip Windows 10: add new Segoe UI Historic font + add unit tests
(edit) @10336   8 years Don-vip fix equals method for BBox class
(edit) @10335   8 years Don-vip fix unit test
(edit) @10334   8 years Don-vip fix equals methods for Coordinate classes
(edit) @10333   8 years Don-vip fix ignore rules in mappaint styles integration test
(edit) @10332   8 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10326   8 years Don-vip ignore https://github.com/yopaseopor/traffic_signs_preset_JOSM and …
(edit) @10324   8 years Don-vip see #12264 - disable https://helloworld.letsencrypt.org test until the …
(edit) @10306   8 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10302   8 years Don-vip fix #12583 - fix unit tests by adding a new mode to HttpClient. Don't …
(edit) @10301   8 years Don-vip test optimization, update to checkstyle 6.19
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10299   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10286   8 years Don-vip fix #12880 - Add instanceOf predicate and predicate tests (patch by …
(edit) @10285   8 years Don-vip fix #12875 - Add data to bug report (patch by michael2402)
(edit) @10279   8 years Don-vip GSOC core rework - LayerManager, see #12863, rename …
(edit) @10278   8 years Don-vip GSOC core rework - LayerManager, see #12863, fix checkstyle violations …
(edit) @10271   8 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10266   8 years Don-vip update to equalsverifier 2.1
(edit) @10263   8 years Don-vip add more unit tests
(edit) @10256   8 years Don-vip add more unit tests
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10225   8 years Don-vip Use Utils.setObjectsAccessible in unit tests
(edit) @10222   8 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10221   8 years Don-vip cleanup unit tests
(edit) @10219   8 years Don-vip findbugs - reliance on default encoding
(edit) @10218   8 years Don-vip findbugs - RC_REF_COMPARISON
(edit) @10210   8 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10205   8 years Don-vip add more unit tests
(edit) @10202   8 years Don-vip increase code coverage
(edit) @10201   8 years Don-vip add more unit tests
(edit) @10200   8 years Don-vip add more unit tests
(edit) @10199   8 years Don-vip fix unit tests
(edit) @10198   8 years Don-vip add more unit tests
(edit) @10197   8 years Don-vip add a performance test for WireframeMapRenderer (same than …
(edit) @10195   8 years Don-vip add more unit tests
(edit) @10193   8 years Don-vip kothic google code website has been archived ==> use new Github repository
(edit) @10188   8 years Don-vip use more reliable public WMS server from OpenStreetMap France for unit …
(edit) @10171   8 years Don-vip update to checkstyle 6.18
(edit) @10165   8 years simon04 fix #12803 - JOSM writes invalid crs entry in GeoJSON
(edit) @10164   8 years Don-vip add more unit tests
(edit) @10157   8 years bastiK see #12264 - add TLS test url with SNI
(edit) @10156   8 years bastiK see #12264 - helloworld.letsencrypt.org now using ISRG root - update test
(edit) @10144   8 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
(edit) @10142   8 years Don-vip fix #12752 - Add more image filters (patch by michael2402, modified)
(edit) @10141   8 years simon04 Validate that stop position lies on public transport route
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @10133   8 years Don-vip increase code coverage
(edit) @10130   8 years Don-vip add unit tests
(edit) @10127   8 years Don-vip sort primitives to avoid intermittent unit test failures
(edit) @10123   8 years Don-vip fix unit test failing with clean jenkins workspace
(edit) @10122   8 years Don-vip add more debug messages to debug failing unit test
(edit) @10121   8 years Don-vip add more debug messages + assertions to debug failing unit test
(edit) @10116   8 years Don-vip add more unit tests
(edit) @10113   8 years Don-vip refactor relation editor to allow unit tests in headless mode
(edit) @10109   8 years Don-vip add unit test, javadoc, remove unused and untestable code
(edit) @10108   8 years Don-vip add more unit tests
(edit) @10107   8 years Don-vip update to EqualsVerifier 2.0.2
(edit) @10105   8 years Don-vip fix coverity 1353745 + add unit test
(edit) @10103   8 years Don-vip add more unit tests
(edit) @10098   8 years Don-vip add more unit tests
(edit) @10097   8 years Don-vip fix #12717 - Warning about short comments when submitting Chinese comment
Note: See TracRevisionLog for help on using the revision log.