source: josm/trunk/test/unit/org/openstreetmap/josm/gui

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9607   10 years Don-vip ConflictDialog: fix findbugs issue, add unit test
(edit) @9606   10 years Don-vip add more unit tests
(edit) @9602   10 years Don-vip HistoryBrowserDialog: fix Sonar/Coverity issues + add basic unit test
(edit) @9601   10 years Don-vip ConflictDialog: fix Sonar/Coverity issues + add basic unit test
(edit) @9588   10 years Don-vip see #12412 - improve support of multipolygon presets type
(edit) @9585   10 years Don-vip add more unit tests
(edit) @9575   10 years Don-vip add unit tests
(edit) @9571   10 years Don-vip fix #12416 - see #12160 - fix unnecessary use of scrollbar in tagging …
(edit) @9563   10 years Don-vip see #12300 - add javadoc, unit tests
(edit) @9556   10 years Don-vip add unit test
(edit) @9548   10 years Don-vip fix #12405 - wrong JPanel initialization (regression from r9543)
(edit) @9547   10 years Don-vip checkstyle
(edit) @9546   10 years Don-vip add more unit tests, fix packages, rename manual functional unit tests …
(edit) @9544   10 years Don-vip add unit tests
(edit) @9527   10 years simon04 fix #10306 - Changeset manager does not know username of current …
(edit) @9504   10 years Don-vip add robustness to mapcss rules unit test
(edit) @9501   10 years Don-vip make the distinction between unit tests (*Test.java) and integration …
(edit) @9496   10 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
(edit) @9489   10 years Don-vip unit tests code refactoring/cleanup
(edit) @9475   10 years Don-vip see #12343 - add unit test
(edit) @9469   10 years Don-vip map paint styles unit test robustness
(edit) @9458   10 years Don-vip timeouts for unit/performance tests
(edit) @9454   10 years Don-vip checkstyle + add basic unit test
(edit) @9438   10 years Don-vip add unit test
(edit) @9436   10 years Don-vip increase test coverage
(edit) @9430   10 years Don-vip add basic unit tests for tile source layers
(edit) @9400   10 years Don-vip see #12282 - detect missing icons for MapCSS styles
(edit) @9395   10 years simon04 Extent the unit test for GpxDrawHelper
(edit) @9394   10 years simon04 Fix timezone aware unit tests
(edit) @9384   10 years simon04 Add unit test for CorrelateGpxWithImages
(edit) @9383   10 years simon04 Deprecate PrimaryDateParser in favour of DateUtils
(edit) @9339   10 years Don-vip see #12312 - add non-regression unit test
(edit) @9334   10 years Don-vip see #12282 - handle warnings for mappaint styles: - Log warnings that …
(edit) @9329   10 years Don-vip fix #12255 - fix EXIF time parsing regression
(edit) @9279   10 years Don-vip fix groovy scripts broken by r9278
(edit) @9247   10 years simon04 fix #12267 - MapCSS conditions does not handle unquoted 0 value Such …
(edit) @9231   10 years Don-vip javadoc update
(edit) @9227   10 years Don-vip OAuth: add robustness, basic unit test, code cleanup
(edit) @9214   10 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9166   10 years Don-vip set a 10 minutes timeout for extensions unit tests to avoid network hang
(edit) @8962   10 years Don-vip Double connect/read timeouts in presets validation unit test
(edit) @8959   10 years Don-vip improve unit test detecting invalid presets
(edit) @8954   10 years Don-vip cleaner output in unit tests
(edit) @8940   10 years Don-vip better assertion message in unit test
(edit) @8937   10 years Don-vip add unit tests to check validity of all map paint styles and tagging …
(edit) @8936   10 years Don-vip add unit test to check syntax validity of all MapCSSTagChecker rules
(edit) @8905   10 years Don-vip sonar minor fixes
(edit) @8880   10 years Don-vip checkstyle + remove call to org.hamcrest.CoreMatchers.is (generating …
(edit) @8874   10 years simon04 fix #10467 - MapCSS: allow comparisons in regexp key conditions
(edit) @8871   10 years simon04 fix #10018 fix #11945 - Improve relation member conflict resolution …
(edit) @8863   10 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8857   10 years Don-vip improve/cleanup unit tests
(edit) @8836   10 years Don-vip fix Checkstyle issues
(edit) @8833   10 years simon04 fix #11939 - MapCSS: fix parent_tag() in ∈ and ⧉ tests
(edit) @8784   10 years simon04 see #11278 - Add test case w.r.t. parent_tag This checks whether …
(edit) @8775   10 years simon04 fix #8170 - MapCSS: add functions parent_tags(key) and …
(edit) @8774   10 years simon04 see #11592 - Add test case for MapCSS index() function
(edit) @8759   10 years simon04 fix #11849 - Add NavigationComponentTest (patch by michael2402, modified)
(edit) @8657   11 years Don-vip fix #11769 - fix unit test (patch by michael2402)
(edit) @8624   11 years bastiK add missing svn:eol-style=native
(edit) @8540   11 years Don-vip fix remaining checkstyle issues
(edit) @8514   11 years Don-vip checkstyle: various checks
(edit) @8513   11 years Don-vip checkstyle: blocks
(edit) @8511   11 years Don-vip checkstyle: modifiers order
(edit) @8510   11 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   11 years Don-vip fix many checkstyle violations
(edit) @8494   11 years simon04 see #11150 - MapCSS: refactor pseudo classes to factory based …
(edit) @8450   11 years Don-vip unit tests - simplify assertions
(edit) @8423   11 years wiktorn Fix unit tests and findbugs warning. Closes: #11466
(edit) @8415   11 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8391   11 years Don-vip fix unit tests
(edit) @8262   11 years bastiK see #10217 - "fix" test
(edit) @8251   11 years simon04 see #10217 - MapCSS rotation: add grad and turn units
(edit) @8206   11 years simon04 fix #10299 - MapCSS index for last element of object Negative index …
(edit) @8199   11 years simon04 see #10217 - Enable rotating icons with MapCSS The corresponding key …
(edit) @7938   11 years bastiK add more subversion property svn:eol=native
(edit) @7937   11 years bastiK add subversion property svn:eol=native
(edit) @7579   11 years Don-vip see #10529 - fix mapcss unit test
(edit) @7418   12 years bastiK fixed #10301 - update of MapCSSWithExtendedTextDirectivesTest unit test
(edit) @7396   12 years Don-vip see #10351 - fix unit test
(edit) @7365   12 years Don-vip code refactorization for non-regression tests
(edit) @7357   12 years Don-vip see #10206 - update Groovy tests
(edit) @7356   12 years Don-vip fix #10206 - Check MapCSS validator assertions for local rules if new …
(edit) @7307   12 years Don-vip see #10239 - fix unit test
(edit) @7210   12 years simon04 see #10092 - Refactor and test preset filtering
(edit) @7170   12 years simon04 fix #10063 - MapCSS: make min() and max() work on a list as well …
(edit) @7167   12 years simon04 MapCSS: simplify ~= implementation, add unit tests
(edit) @7166   12 years simon04 fix #10059 - MapCSS, child selector: make greater-than-sign optional …
(edit) @7165   12 years simon04 see #10063 - MapCSS: add min() and max() according to standard
(edit) @7124   12 years simon04 MapCSS parsing: warn on unknown base selectors
(edit) @7123   12 years simon04 Fix MapCSSParserTest tests
(edit) @7115   12 years simon04 fix #9783 - MapCSS: allow to regexp-match name=(foo) by `[name =~ …
(edit) @7112   12 years simon04 fix #9880 - Recognise building=(!yes) relations as buildings (name …
(edit) @7109   12 years Don-vip see #8671 - some code refactoring done in an unsuccessful attempt to …
(edit) @7100   12 years Don-vip refactor tagging presets to allow presets-dependent unit tests to …
(edit) @7098   12 years Don-vip fix #9632 - fix relation comparator
(edit) @7097   12 years Don-vip see #9632 - unit test optimization
(edit) @7096   12 years Don-vip see #9632 - fix typo in test
(edit) @7095   12 years Don-vip see #9632 - show problem in unit tests
(edit) @7088   12 years Don-vip more fixes in unit tests
Note: See TracRevisionLog for help on using the revision log.