aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/enumerations
Commit message (Collapse)AuthorAgeFilesLines
* code cleanupBananeweizen2013-02-242-6/+6
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* Unit-Tests ++koem2013-02-121-1/+30
| | | | - and Maintenance Icon Color changed to alert-red
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-2/+2
|
* refactoring: simplify cache type checksBananeweizen2013-01-311-0/+11
|
* Fixes due to GC.com update. Fixes #2241 #2242 # 2243 #2244blafoo2012-12-111-1/+1
|
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-223-7/+13
|
* fix new type parsing bugBananeweizen2012-05-122-0/+22
| | | | * introduced in e4978ecfbdd755d585470cc963141e65966fe433 * added tests to avoid further similar issues
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-011-9/+9
| | | reading
* refactoringsBananeweizen2012-04-211-0/+10
| | | | | * always use CacheAttribute for attribute strings * avoid concatenation in append * use SparseArray instead of maps
* fix cache attribute from 08d132878d4e8818c8090169e6f0ece257ac4732Bananeweizen2012-04-101-0/+13
|
* Use of Logtype instead of intblafoo2011-12-141-0/+25
|
* Additonal test casesblafoo2011-12-092-0/+17
|
* Mark methods as static when possibleSamuel Tardieu2011-11-164-4/+4
|
* more unit testsbananeweizen2011-11-114-0/+46
* tests for enumerations * initial OKAPI client and connector factory test * refactored enum lookups to disallow null values * refactored resource based tests to have one class for reading test resources