aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/test/mock/GC3XX5J.java
Commit message (Collapse)AuthorAgeFilesLines
* tests: GC3XX5J has been archivedSamuel Tardieu2015-01-181-6/+2
| | | | fix #4622
* Mark overriding test methods as NonNullSamuel Tardieu2015-01-061-0/+1
|
* Cache size can never be nullSamuel Tardieu2015-01-021-0/+1
|
* Fix tests (GC3XX5J is disabled)Samuel Tardieu2014-12-161-0/+12
| | | | | Also, limit GC3XX5J modifications to the mocked cache instead of the test itself.
* Remove the ICache interfaceSamuel Tardieu2014-11-231-0/+3
| | | | | Throughout the code, Geocache is used where ICache should be used. Moreover, except in the tests, ICache is only implemented in Geocache.
* rename packageBananeweizen2014-11-021-1/+1
| | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* Use correct date format in testSamuel Tardieu2014-10-181-1/+1
|
* #3777: fix CI testMichael Keppler2014-04-211-6/+0
|
* #3777: fix CI testMichael Keppler2014-04-211-0/+6
|
* cleanup: fix all findbugs on test and calendarBananeweizen2013-12-161-6/+0
|
* rename Login to GCLoginBananeweizen2013-12-161-2/+2
| | | * easier to differentiate, as there are other login providers now
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-2/+0
| | | * makes it easier to compare and find duplicate code
* code cleanupBananeweizen2013-02-241-2/+2
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Restrict LazyInitializedList to the List interfaceSamuel Tardieu2013-02-031-2/+2
| | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList.
* Fixing failed new mocked cache test (GC3XX5J)rsudev2012-12-131-1/+1
|
* fixes #2247 - parsing log type Retract ListingMarco Jacob2012-12-121-0/+144