aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/SettingsTest.java
Commit message (Collapse)AuthorAgeFilesLines
* #2414 convert junit statements to assertjMichael Keppler2014-04-221-3/+5
| | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically.
* refactoring: premium membership is specific to geocaching.comSamuel Tardieu2014-01-091-1/+1
|
* Implements #750, use preference activitykoem2013-07-091-0/+1
|
* refactoring: get more debug output from testsBananeweizen2013-05-231-0/+1
|
* refactoring: rename cgeo activity to MainActivityBananeweizen2013-04-281-2/+2
| | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage
* code cleanupBananeweizen2013-02-241-5/+0
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-02-201-0/+5
|\
| * #2498: login page changesBananeweizen2013-02-201-0/+5
| |
* | refactoring: expected value is first in assertBananeweizen2012-11-291-1/+1
|/
* wrong assertion in mapfile testBananeweizen2012-11-181-1/+1
| | | * interface to settings changed, now there can be null for new devices
* refactoring: Lint cleanupsBananeweizen2012-11-111-0/+2
|
* Handle "Renew Your Membership!". Fixes #1224blafoo2012-05-161-1/+2
|
* Removed deprecated warningsblafoo2012-05-101-1/+5
|
* Switch to mapsforge version 0.3.0rsudev2012-04-301-2/+2
|
* Move two methods into the testsSamuel Tardieu2012-04-111-4/+5
| | | | | Those two methods were only used in the tests. They can be rewritten more concisely while testing the same thing.
* Make several things static following the Settings static moveSamuel Tardieu2011-10-051-1/+1
|
* Refactoring: put tests into same java package as tested classStephan Merker2011-10-031-0/+27
- fixes #587 - test suite and 3 tests (regex and whitespace perf tests) remain in cgeo.geocaching.test