source: josm/trunk/test/functional/org/openstreetmap

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10302   8 years Don-vip fix #12583 - fix unit tests by adding a new mode to HttpClient. Don't …
(edit) @10222   8 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @9807   8 years wiktorn Make map returned by getHeaderFields() case insensitive. RFC 2616, …
(edit) @9770   8 years bastiK test StyleCache (see #12279)
(edit) @9669   8 years bastiK add missing svn:eol-style=native (see #12410)
(edit) @9666   8 years stoecker see #12410 fix style of tests
(edit) @9655   8 years Don-vip add unit test timeout to avoid hanging Jenkins
(edit) @9595   8 years Don-vip fix #12434 - fix taginfo integration test
(edit) @9547   8 years Don-vip checkstyle
(edit) @9546   8 years Don-vip add more unit tests, fix packages, rename manual functional unit tests …
(edit) @9529   8 years simon04 HttpClient: test progress monitor handling
(edit) @9501   8 years Don-vip make the distinction between unit tests (*Test.java) and integration …
(edit) @9374   8 years simon04 see #7612 - use basic authentication for unit tests
(edit) @9322   8 years Don-vip see #12240 - add taginfo test for popular tags - ignore unknown tags …
(edit) @9255   8 years simon04 Add functional tests for HttpClient and fix 2 bug found
(edit) @9059   8 years Don-vip checkstyle
(edit) @8926   8 years Don-vip javadoc fixes
(edit) @8622   9 years bastiK fix unit test: preference file is read-only
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8514   9 years Don-vip checkstyle: various checks
(edit) @8511   9 years Don-vip checkstyle: modifiers order
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7596   10 years Don-vip fix various warnings
(edit) @7163   10 years Don-vip fix last unit test
(edit) @7150   10 years simon04 Fix OsmServerBackreferenceReaderTest initialization. However, …
(edit) @7088   10 years Don-vip more fixes in unit tests
(edit) @7087   10 years simon04 ignore (non-working) functional GUI functional tests without …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7081   10 years Don-vip fixes for unit tests
(edit) @7079   10 years Don-vip fix some unit tests
(edit) @7068   10 years Don-vip test cleanup
(edit) @7040   10 years Don-vip tests/build update: * update Jacoco to version 0.7.0 * compile …
(edit) @7038   10 years Don-vip see #9967 - non-regression test for remote control
(edit) @7030   10 years Don-vip see #8465 - use of try-with-resource
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6881   10 years Don-vip javadoc/code style/minor refactorization
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6471   10 years Don-vip Sonar - remove warnings related to the static preferences …
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @5556   11 years Don-vip see #8172 - fix JUnit tests
(edit) @4311   13 years stoecker fix typo
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4084   13 years jttt compilation problem
(edit) @3988   13 years bastiK added tests (patch by anonymous, see #6107)
(edit) @3034   14 years jttt Fix #4467 Don't silently drop locally deleted member primitives from …
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2986   14 years jttt Fix some of FindBugs warnings
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2690   14 years Gubaer Test cases
(edit) @2641   14 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2600   14 years Gubaer Updates of test cases New: JOSM Fixture - can be used in unit and …
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2569   14 years Gubaer fixed #3684: Add "chunked" upload mode Removed support for API "0.5" …
(edit) @2498   14 years jttt Removed unnecessary setting of OsmPrimitive.incomplete
(edit) @2448   14 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(edit) @2401   14 years jttt Changes in selection handling: - selection is passed as PrimitiveId …
(edit) @2399   14 years jttt Added map of primitives to dataset to make search by id faster check …
(edit) @2396   14 years Gubaer Made nodes, ways, and relations in DataSet private. Plugin updates to …
(edit) @2388   14 years jttt Replace Dataset.nodes with getNodes(), etc
(edit) @2381   14 years jttt Change most occurrences of Dataset.nodes/ways/relations with …
(edit) @2199   15 years Gubaer Updated test cases
(edit) @2149   15 years Gubaer Updating test cases
(edit) @2077   15 years Gubaer Had to replace DataSet:getPrimitiveById(id) with …
(edit) @2072   15 years Gubaer Updated functional tests
(edit) @2041   15 years Gubaer Update of test classes
(edit) @1954   15 years Gubaer Moved package org.openstreetmap.josm.gui.conflict to …
(edit) @1951   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1938   15 years jttt Replace some occurrences of RelationMember.member with getters
(edit) @1928   15 years jttt Make parameterless RelationMember constructor deprecated
(edit) @1925   15 years jttt Replaced Relation.members with Relation.getMembers()
(edit) @1912   15 years Gubaer Updated w.getNodes().contains(..) to w.containsNode(...)
(edit) @1910   15 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1813   15 years jttt Make tests compile using new ProgressMonitor API
(edit) @1806   15 years Gubaer added OsmServerBackreferenceReader - reads primitives referring to a …
(edit) @1796   15 years framm - comment out "getSkippedWays" references in MultiFetch test, did not …
(edit) @1791   15 years framm - remove unused variable from PluginDownloader - fix MultiFetch test …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1709   15 years Gubaer new: history feature implemented
(edit) @1707   15 years Gubaer test cases and test libraries (JUnit 4.6 and FEST)
(add) @1703   15 years Gubaer added test cases
Note: See TracRevisionLog for help on using the revision log.