aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/test
Commit message (Collapse)AuthorAgeFilesLines
* #2414 convert junit statements to assertjMichael Keppler2014-04-221-33/+32
| | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically.
* enable eclipse null analysis on test projectBananeweizen2014-01-121-1/+5
|
* Fixes #3369, Spoiler image parsing failsrsudev2013-10-181-28/+29
| | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages
* fix #3155: adapt to website changesBananeweizen2013-08-221-1/+4
| | | | | * favorites counter * found state * spoiler images
* cleanup: remove isWatchlist() since isOnWatchlist() exists alreadySamuel Tardieu2013-07-141-1/+1
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-05-311-1/+1
|\
| * fix #2812: attributes parsingBananeweizen2013-05-311-2/+2
| |
* | refactoring: avoid NPE in testsBananeweizen2013-05-211-1/+3
|/
* code cleanupBananeweizen2013-02-241-2/+2
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-2/+2
|
* fix #2322: GPX imported caches not marked as ownedSamuel Tardieu2013-01-231-1/+1
| | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name.
* #1744: user name wrongly parsed/written in GPX import/exportBananeweizen2012-06-081-2/+2
|
* Refactoring: remove unnecessary unboxingSamuel Tardieu2012-04-271-1/+1
|
* Fix bug introduced for all but one testersSamuel Tardieu2012-04-241-2/+2
| | | | | | | It looks like the personal note below has been added onto the blafoo gc.com account. The change in 62867d2865b232aefbdfe142c1696ce0f02037c4 fails for all other testers, which don't have the same note in their accounts.
* increase compiler warnings level (and fix some)Bananeweizen2012-04-201-1/+1
| | | | * boxing/unboxing * name shadowing
* refactoring: rest in peace, cgBaseBananeweizen2012-04-181-0/+57