aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/cgDataTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #2826, Found caches shown on live maprsudev2013-07-061-0/+40
| | | | | Implemented detection and filtering for vanishing caches Added testcases for new functionality
* Fix history testrsudev2013-07-041-1/+8
| | | | Until now it worked only if there were no caches in history
* refactoring: add test for loading of cache historyBananeweizen2013-06-211-0/+11
|
* code cleanupBananeweizen2013-02-241-3/+3
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-4/+4
|
* Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-2/+2
|
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-36/+30
|
* refactoring: use more prepared statementsBananeweizen2012-11-281-3/+3
| | | | * improves database performance * removed some method arguments which were always true
* Fixes #2199rsudev2012-11-241-0/+42
| | | | | | - Ensures 'not null' for trackable logs - Ensures loadLogs never returns null, only empty List<> - Three test-cases, surfacing the initial bug and the aspects of the fix
* Fix compile ErrorPortree-Kid2012-07-201-4/+8
|
* refactoring: remove unused codeBananeweizen2012-05-041-1/+1
|
* refactoring of database accessBananeweizen2012-04-231-3/+4
| | | | | | * use only one transaction when saving a cache * rework some methods to always take a collection of objects instead of calling the database multiple times
* Make sure a cgeoapplication is created before testingSamuel Tardieu2012-04-211-15/+2
| | | | | | Some tests are using cgeoapplication without having one already setup, and may be subject to race conditions when accessing the singleton or the Settings.
* Remove extra space in query and add tests for checking correctnessSamuel Tardieu2012-04-211-1/+13
|
* increase compiler warnings level (and fix some)Bananeweizen2012-04-201-1/+1
| | | | * boxing/unboxing * name shadowing
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-3/+4
|
* refactoring: use underscore in symbolic constantsBananeweizen2012-02-161-3/+3
| | | * otherwise they are not readable
* fix tests for stored listsBananeweizen2012-02-141-6/+5
| | | | * count member shall not be accessible outside * use global app functions for getting current list item count
* Changed database handlingblafoo2012-02-081-37/+37
|
* cgData unit testsblafoo2012-02-071-0/+94