aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix testcase for not logged in premium cachesrsudev2014-02-131-2/+2
| |
* | fix #3589: export only GC field notesBananeweizen2014-02-021-3/+3
| |
* | read premium only flag from GSAK GPXBananeweizen2014-01-291-6/+14
| |
* | import personal note from GSAK GPXBananeweizen2014-01-291-0/+8
| |
* | Merge pull request #3584 from Matrikss/masterBananeweizen2014-01-281-0/+7
|\ \ | | | | | | #3562 Add FavPoints parsing for GSAK GPX
| * | Add FavPoints parsing for GSAK GPX;Matrikss2014-01-271-0/+7
| | | | | | | | | | | | Add test case;
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-01-282-17/+12
|\ \ \ | |/ / |/| / | |/
| * Update testsSamuel Tardieu2014-01-282-17/+12
| |
| * Corrections for null analysisrsudev2014-01-232-2/+8
| |
* | fix #3556: Calendar plugin should also read short description for timeBananeweizen2014-01-201-0/+8
| |
* | fix #3319: Support OC cache size "Nano"Bananeweizen2014-01-161-2/+0
| |
* | refactoring: remove unused codeBananeweizen2014-01-125-10/+17
| |
* | enable eclipse null analysis on test projectBananeweizen2014-01-125-5/+26
| |
* | refactoring: remove unused codeBananeweizen2014-01-114-15/+8
| |
* | refactoring: premium membership is specific to geocaching.comSamuel Tardieu2014-01-092-9/+9
| |
* | Emit parallel queries to connectors when searchingSamuel Tardieu2014-01-082-6/+6
| |
* | Remove now unused classesSamuel Tardieu2014-01-081-79/+0
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-01-081-2/+12
|\ \ | |/
| * fix #3527: bad query stringSamuel Tardieu2014-01-081-2/+12
| | | | | | | | | | | | Let's hope that the bad formatting occurring for, at least, very small negative values in `String.format()` with a `null` Locale will not happen with `StringBuilder.append(double)`.
* | new: register for geokrety URLs in AndroidBananeweizen2014-01-064-0/+54
|/
* fix #3500: crash with `null` completion in lazy listsSamuel Tardieu2014-01-011-0/+74
| | | | Also, add tests for `LazyInitializedList`.
* fix #3493: search by geocode for EC is case sensitiveBananeweizen2013-12-301-0/+12
|
* fix typo in tests introduced by previous commitSamuel Tardieu2013-12-281-1/+1
|
* fix tests: `getMapTokens()` is no longer staticSamuel Tardieu2013-12-282-5/+4
|
* findbugs: prohibit access to internal collectionsMichael Keppler2013-12-251-2/+4
|
* fix findbugs issueMichael Keppler2013-12-252-3/+4
| | | | * refactor map tokens to be a concrete type, as we already had a bad null check in there
* fix #3469: "More" search not working after connector refactoringMichael Keppler2013-12-252-2/+2
|
* fix broken testBananeweizen2013-12-191-1/+1
|
* refactoring: remove duplicated codeBananeweizen2013-12-182-3/+3
|
* cleanup: fix all findbugs on test and calendarBananeweizen2013-12-168-40/+33
|
* refactoring: remove duplication in login classesBananeweizen2013-12-163-9/+9
| | | * convert from static to singletons
* rename Login to GCLoginBananeweizen2013-12-167-19/+19
| | | * easier to differentiate, as there are other login providers now
* integrate extremcaching.comBananeweizen2013-12-162-0/+40
| | | | | | * cherry-pick existing commits and have some basic tests * disable EC connector by default * fix faked geocodes during GPX import * parse wrongly encoded container size
* calendar addon: recognize one more variation of the event timeBananeweizen2013-12-131-0/+2
|
* Move attributes from opencaching.de ids to okapi acodesrsudev2013-12-041-2/+2
|
* Merge remote-tracking branch 'upstream/release' into master_devrsudev2013-12-041-1/+1
|\
| * Adapting testcase to site changes 20131203rsudev2013-12-041-1/+1
| |
* | Implements stable keys for opencaching waypointsrsudev2013-11-232-1/+32
| | | | | | | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* | refactoring: remove bad compare method of waypointsBananeweizen2013-11-101-17/+21
| |
* | fixes #3370 #2960 #1320 - also keep empty and null values for hint, short ↵Marco Jacob2013-11-071-0/+8
| | | | | | | | description and attributes
* | fixes #3325 - warning on upload if personal note exceeds 4000Marco Jacob2013-11-041-0/+17
| |
* | fix #3378: Placeholder [LOG] not working for TB tweetsBananeweizen2013-10-261-2/+14
| |
* | add test for okapi loadingBananeweizen2013-10-261-1/+17
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-10-241-1/+0
|\ \ | |/ | | | | | | Conflicts: tests/src/cgeo/geocaching/connector/gc/GCConnectorTest.java
| * Try to fix failing test Lars2013-10-221-3/+4
| | | | | | | | GC211WG was archived. Replaced by new GC-code in same geographical area
* | Try to fix failing test (master)Lars2013-10-221-3/+4
| | | | | | | | As I do not have the ability to merge release to master, I did this manually. I hope, that this does not confuse the merging.
* | fix #3371: Log-offline-menu doesn't respect cache sourceBananeweizen2013-10-191-0/+15
| |
* | fix #3368: New placeholer [LOG] for twitter templateBananeweizen2013-10-191-3/+17
| |
* | Merge branch 'release'rsudev2013-10-183-35/+36
|\ \ | |/
| * Fixes #3369, Spoiler image parsing failsrsudev2013-10-184-36/+37
| | | | | | | | | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages