aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/connector/gc
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
|
* some more connector testsBananeweizen2015-02-131-1/+2
|
* 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-011-3/+3
|
* 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
|
* refactoring: more assertj instead of junit assertBananeweizen2014-06-112-7/+7
|
* 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.
* #2414 convert junit statements to assertjMichael Keppler2014-04-228-179/+192
| | | | 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
|
* 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-061-0/+6
|/
* fix tests: `getMapTokens()` is no longer staticSamuel Tardieu2013-12-281-1/+1
|
* 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
* 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.
* | Merge branch 'release'rsudev2013-10-181-6/+6
|\ \ | |/
| * Fixes #3369, Spoiler image parsing failsrsudev2013-10-181-6/+6
| | | | | | | | | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages
* | Do not try to hide an unpublished cache to its ownerSamuel Tardieu2013-09-171-5/+0
| | | | | | | | | | | | The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo.
* | assertion badly triggered in tests of UTFGridPositionBananeweizen2013-09-152-13/+34
| | | | | | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong
* | Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-151-1/+1
| | | | | | | | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
| |
* | refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-2/+2
|/
* Fixes testOwnCache (Cache was changed)rsudev2013-08-221-3/+3
|
* fix #3155: adapt to website changesBananeweizen2013-08-221-1/+1
| | | | | * favorites counter * found state * spoiler images
* fix #3118: Page parsing impossible due to proxies on mobile networkBananeweizen2013-08-191-1/+32
|
* Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-091-2/+3
|
* Implements #750, use preference activitykoem2013-07-092-2/+2
|
* fix #2886: trackable quick search not workingBananeweizen2013-06-162-1/+18
| | | | | * introduce separate trackable connectors * new detection of not activated trackables * fix geokrety urls
* refactoring: minor cleanup in utils classesBananeweizen2013-06-152-8/+8
|
* Correct log messages to account for refactoringcampbeb2013-06-051-2/+2
|