aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/connector
Commit message (Collapse)AuthorAgeFilesLines
* update mock test dataBananeweizen2015-03-311-2/+2
|
* Fix Testsrsudev2015-03-281-5/+5
| | | | Now they are green again locally
* fix #4763: membership detection not workingSamuel Tardieu2015-03-261-1/+1
|
* avoid exception logged when searching a cacheBananeweizen2015-02-211-3/+1
|
* decode CZ cache idsBananeweizen2015-02-181-0/+16
|
* fix #4670: register for all opencaching URLsBananeweizen2015-02-141-0/+11
|
* #4670: register for extremcaching.com URLsBananeweizen2015-02-142-0/+10
|
* some more connector testsBananeweizen2015-02-133-1/+67
|
* fix #4653: fetch all OC logsBananeweizen2015-02-041-2/+9
|
* more null annotationsBananeweizen2015-01-301-2/+4
|
* rename wrongly named variableBananeweizen2015-01-301-3/+3
|
* support trackables of geocaching.com.auBananeweizen2015-01-282-0/+63
|
* Limit workaround to specific geocodeSamuel Tardieu2015-01-061-2/+2
|
* Add workaround for testing (#3777)Samuel Tardieu2015-01-061-6/+12
|
* refactoring: more null annotationsBananeweizen2015-01-021-0/+1
|
* refactoring: assert without parenthesisBananeweizen2015-01-012-5/+5
|
* use more nullable annotationsBananeweizen2015-01-011-0/+2
| | | | | | | * make the DataStore methods use explicit nullable or nonnull return values * remove the null return of getStoredList() * unfortunately many of the test methods need an assert() statement to make Eclipse understand the null logic
* enable more strict Javadoc checking in EclipseBananeweizen2014-12-221-1/+1
|
* avoid static warning in EclipseBananeweizen2014-12-081-3/+3
|
* Skip failing test on CI for the momentSamuel Tardieu2014-11-281-0/+3
|
* Add GCLogin testsSamuel Tardieu2014-11-281-0/+29
|
* Javadoc fixesBananeweizen2014-11-241-1/+1
|
* rename packageBananeweizen2014-11-023-5/+5
| | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* Adapt tests to change in trackable image size (x2)Samuel Tardieu2014-09-011-10/+10
| | | | Also cleanup the test code to use AssertJ assertions.
* fix #3966: double friend log in standard logbookSamuel Tardieu2014-08-201-2/+2
|
* refactoring: reduce package cyclesBananeweizen2014-07-201-0/+21
|
* Fix failed test testOCWillAttendLogsrsudev2014-07-071-1/+1
| | | | - changed referred cache (initial one was reset WRT logs)
* refactoring: more assertj instead of junit assertBananeweizen2014-06-112-7/+7
|
* Fixes #3939, Will attend not counted in log summary on OC-logbooksrsudev2014-06-111-0/+10
|
* fix broken unit testsBananeweizen2014-05-311-1/+1
|
* fix compile errorsBananeweizen2014-05-201-1/+1
|
* fix #3255: don't ask for list when storing from historyBananeweizen2014-05-171-1/+1
|
* Separate cache parsing and database saving codeSamuel Tardieu2014-05-131-7/+7
| | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs.
* change: set ownerUserId for OC cachesBananeweizen2014-05-111-0/+2
| | | | Some parts of our code expect this field to have some useful values. Therefore don't leave it empty for OC caches.
* #2414 convert junit statements to assertjMichael Keppler2014-04-2217-285/+313
| | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically.
* fix #3707: missing method in Android < 2.3Samuel Tardieu2014-03-311-2/+2
|
* refactoring: factor out code for cache droppingSamuel Tardieu2014-03-111-3/+2
|
* Fix tests due to interface changeSamuel Tardieu2014-03-111-1/+1
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-01-282-17/+12
|\
| * Update testsSamuel Tardieu2014-01-282-17/+12
| |
* | refactoring: remove unused codeBananeweizen2014-01-121-2/+3
| |
* | enable eclipse null analysis on test projectBananeweizen2014-01-121-0/+6
| |
* | Emit parallel queries to connectors when searchingSamuel Tardieu2014-01-081-2/+2
| |
* | new: register for geokrety URLs in AndroidBananeweizen2014-01-064-0/+54
|/
* fix #3493: search by geocode for EC is case sensitiveBananeweizen2013-12-301-0/+12
|
* fix tests: `getMapTokens()` is no longer staticSamuel Tardieu2013-12-281-1/+1
|
* findbugs: prohibit access to internal collectionsMichael Keppler2013-12-251-2/+4
|
* fix findbugs issueMichael Keppler2013-12-251-1/+1
| | | | * refactor map tokens to be a concrete type, as we already had a bad null check in there
* refactoring: remove duplication in login classesBananeweizen2013-12-162-5/+5
| | | * convert from static to singletons
* rename Login to GCLoginBananeweizen2013-12-162-6/+6
| | | * easier to differentiate, as there are other login providers now