source: josm/trunk/test/unit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10876   8 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10874   8 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10870   8 years Don-vip fix #13408 - Clean up CustomProjection (patch by michael2402) - gsoc-core
(edit) @10867   8 years Don-vip fix #13397 - segment did not display anymore middle plus signs (patch …
(edit) @10856   8 years Don-vip fix #13375 - Fix icon rendering (patch by michael2402) - gsoc-core + …
(edit) @10853   8 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10852   8 years Don-vip fix #13358 - GeoJSON no longer permits projections other than WGS84, …
(edit) @10850   8 years Don-vip fix #13344 - Unable to run unit tests in Eclipse
(edit) @10846   8 years Don-vip see #13232 - move class DatasetFactory to unit tests folder
(edit) @10837   8 years Don-vip see #11924 - extract MapCSS conditions to new class ConditionFactory
(edit) @10834   8 years Don-vip see #12890 - remove Predicates class (not used anymore by known plugins)
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10823   8 years Klumbumbus see #13357 - update preset unit test ignore list
(edit) @10819   8 years Don-vip fix #13352 - new bug report queue (patch by michael2402) - gsoc-core
(edit) @10817   8 years simon04 see #7307 - Enhance GeoJSON export - Save ways as LineString or …
(edit) @10805   8 years Don-vip fix #13287 - Projection updates to support multiple projections (patch …
(edit) @10804   8 years Don-vip fix #13350 - Copy&pasting an object is not considered a change (patch …
(edit) @10775   8 years simon04 Typo (referred)
(edit) @10758   8 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10756   8 years Don-vip add robustness to DomainValidatorTestIT
(edit) @10752   8 years Don-vip fix warning in unit test
(edit) @10744   8 years Don-vip see #12890 - remove calls to deprecated predicates in unit tests
(edit) @10743   8 years Don-vip sonar - pmd-unit-tests:UseAssertTrueInsteadOfAssertEquals
(edit) @10739   8 years Don-vip wms capabilities fetching: remove duplicate log, add unit test robustness
(edit) @10737   8 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
(edit) @10736   8 years Don-vip fix #13271 - Make TagCollection count the occurence of tags (patch by …
(edit) @10735   8 years Don-vip fix #13264 - more lenient TMS url regex to allow - zoom separator
(edit) @10733   8 years Don-vip checkstyle
(edit) @10729   8 years Don-vip fix compiler/javadoc warnings
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10710   8 years simon04 fix #12570 - Group MapCSS tag checker tests
(edit) @10705   8 years Don-vip unit test robustness
(edit) @10703   8 years Don-vip add robustness in unit test against malformed zip archives
(edit) @10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10690   8 years Don-vip ignore https://github.com/molysgaard/OAM-JOSM from tagging preset …
(edit) @10674   8 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10663   8 years Don-vip fix #13223 - Minor command class fixes (patch by michael2402, …
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10654   8 years Don-vip see #13128 - checkstyle
(edit) @10652   8 years wiktorn Fix not using the calculated disk cache size. Add unit tests for …
(edit) @10650   8 years Don-vip see #13208 - update unit test
(edit) @10649   8 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
(edit) @10641   8 years Don-vip move unit tests from UtilsTest to HttpClientTest (should have been …
(edit) @10640   8 years Don-vip fix #13208 - Use real string for concatenation in note layer tooltip …
(edit) @10638   8 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10636   8 years Don-vip see #13201 - checkstyle
(edit) @10635   8 years simon04 fix #13201: Support Geo URLs with negative values
(edit) @10630   8 years simon04 fix #13201 - Support Geo URLs on command line and open location
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10623   8 years Don-vip fix #13199 - Fix RelationMemberTransferableTest (patch by michael2402) …
(edit) @10622   8 years Don-vip fix #13198 - Add new flow layout that does the right height …
(edit) @10610   8 years Don-vip ignore abstract junit test
(edit) @10605   8 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10599   8 years Don-vip see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without …
(edit) @10592   8 years Don-vip see #11390, fix #13192 - Update LayerPositionStrategy to be a java 8 …
(edit) @10588   8 years Don-vip see #11390, fix #13120 - Use a new memory manager for imagery layers …
(edit) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10571   8 years Don-vip fix #13172 - Move ImageryLayer.d[xy] to the settings (patch by …
(edit) @10569   8 years Don-vip fix #13157 - Make DateUtilsTest not time out on some time zones (patch …
(edit) @10563   8 years Don-vip fix #13157 - Make DateUtilsTest not time out on some time zones - gsoc-core
(edit) @10560   8 years Don-vip Increase default timeout to avoid random network errors on big jar …
(edit) @10559   8 years Don-vip checkstyle, javadoc
(edit) @10558   8 years wiktorn Do not cache IOException in JCS, they should be cached only in memory. …
(edit) @10557   8 years Don-vip fix #13163 - JCSCachedTileLoaderJobTest: Use unique cache key for …
(edit) @10556   8 years Don-vip fix #13159 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10553   8 years Don-vip fix #13079 - Use JOSMTestRules instead of JOSMFixture (tools tests, …
(edit) @10547   8 years Don-vip fix #13159 - Move image processors out of imagery layer (patch by …
(edit) @10513   8 years Don-vip fix #13071 - Make DateUtilsTest.testTsFromString and …
(edit) @10510   8 years Don-vip fix #13102 - Tests requiring Main.main.map fail (patch by michael2402) …
(edit) @10495   8 years Don-vip fix #13071 - Make DateUtilsTest.testTsFromString pass (patch by …
(edit) @10487   8 years Don-vip fix #13048 - Make ExceptionUtilTest respect time zone (patch by …
(edit) @10483   8 years Don-vip fix #13047 - Make time zone test work in any time zone (patch by …
(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) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
Note: See TracRevisionLog for help on using the revision log.