source: josm/trunk/test/functional

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12562   7 years Don-vip speedup unit tests
(edit) @12555   7 years Don-vip see #15102 - speedup HttpClientTest by reducing delays and timeouts
(edit) @12465   7 years bastiK see #15006 - new MapCSSRendererTest test case for text along way
(edit) @12455   7 years michael2402 Fix #14926: Preserve image phase when clamping a line.
(edit) @12454   7 years michael2402 Move MapCSS dash clamping test to new test case.
(edit) @12447   7 years bastiK new test case for MapCSSRendererTest (repeat-image, see #14926)
(edit) @11818   7 years bastiK fixed #14495 - stale ElemStyles.defaultLinesIdx
(edit) @11805   7 years bastiK see #14495 - add debugging output
(edit) @11781   7 years michael2402 Update StyleCacheTest: Clear the style cache before each test. Add …
(edit) @11778   7 years stoecker typo
(edit) @11777   7 years michael2402 See #14495 - move style source reset to JOSM test rules.
(edit) @11776   7 years michael2402 Reduce startup time of StyleCacheTest, use test rules, do not leak …
(edit) @11762   7 years michael2402 See #13999: Add reference test for area icons.
(edit) @11726   7 years michael2402 Don't use null to indicate a rotation of 0 degrees, simply set the …
(edit) @11714   7 years Don-vip fix method name, this is not a test
(edit) @11701   7 years michael2402 Add new renderer test that tests area fill rendering.
(edit) @11699   7 years michael2402 Move MapCSS renderer test to functional tests.
(edit) @11426   7 years Don-vip see #12706 - add automatic test for red entries
(edit) @11324   7 years Don-vip findbugs
(edit) @11276   7 years Don-vip see #13361 - fix unit test
(edit) @11250   7 years wiktorn Add response debug printing on HTTP Status code >= 300 Closes: #13961
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11215   7 years bastiK see #13907 - add unit test for problem fixed in [11212]
(edit) @11171   7 years simon04 Fix MOTD image link replacement Avoids downloading images which are …
(edit) @11060   8 years simon04 Checkstyle, fix deprecated usage
(edit) @10986   8 years Don-vip improve plugin integration test, increase unit test timeout
(edit) @10957   8 years Don-vip see #13479 - make ConflictResolutionDialog inherit from ExtendedDialog
(edit) @10937   8 years Don-vip sonar - squid:S3658 - Unit tests should throw exceptions
(edit) @10876   8 years Don-vip fix #13309 - fix unit tests (patch by michael2402) - gsoc-core
(edit) @10758   8 years Don-vip sonar - squid:S3578 - Test methods should comply with a naming convention
(edit) @10733   8 years Don-vip checkstyle
(edit) @10641   8 years Don-vip move unit tests from UtilsTest to HttpClientTest (should have been …
(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) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4084   13 years jttt compilation problem
(edit) @4074   13 years bastiK mapcss: performance improvement for parent selector (by Gubaer)
(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 …
Note: See TracRevisionLog for help on using the revision log.