aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* integrate extremcaching.comBananeweizen2013-12-162-0/+40
| | | | | | * cherry-pick existing commits and have some basic tests * disable EC connector by default * fix faked geocodes during GPX import * parse wrongly encoded container size
* calendar addon: recognize one more variation of the event timeBananeweizen2013-12-131-0/+2
|
* Move attributes from opencaching.de ids to okapi acodesrsudev2013-12-041-2/+2
|
* Merge remote-tracking branch 'upstream/release' into master_devrsudev2013-12-041-1/+1
|\
| * Adapting testcase to site changes 20131203rsudev2013-12-041-1/+1
| |
* | Implements stable keys for opencaching waypointsrsudev2013-11-233-1/+165
| | | | | | | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* | refactoring: remove bad compare method of waypointsBananeweizen2013-11-101-17/+21
| |
* | fixes #3370 #2960 #1320 - also keep empty and null values for hint, short ↵Marco Jacob2013-11-071-0/+8
| | | | | | | | description and attributes
* | fixes #3325 - warning on upload if personal note exceeds 4000Marco Jacob2013-11-041-0/+17
| |
* | fix #3378: Placeholder [LOG] not working for TB tweetsBananeweizen2013-10-261-2/+14
| |
* | add test for okapi loadingBananeweizen2013-10-261-1/+17
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-10-241-1/+0
|\ \ | |/ | | | | | | Conflicts: tests/src/cgeo/geocaching/connector/gc/GCConnectorTest.java
| * Try to fix failing test Lars2013-10-221-3/+4
| | | | | | | | GC211WG was archived. Replaced by new GC-code in same geographical area
* | Try to fix failing test (master)Lars2013-10-221-3/+4
| | | | | | | | As I do not have the ability to merge release to master, I did this manually. I hope, that this does not confuse the merging.
* | fix #3371: Log-offline-menu doesn't respect cache sourceBananeweizen2013-10-191-0/+15
| |
* | fix #3368: New placeholer [LOG] for twitter templateBananeweizen2013-10-191-3/+17
| |
* | Merge branch 'release'rsudev2013-10-184-36/+37
|\ \ | |/
| * Fixes #3369, Spoiler image parsing failsrsudev2013-10-185-37/+38
| | | | | | | | | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages
* | fix wrong counting in progress streamBananeweizen2013-10-121-0/+22
| |
* | fix #3321: No distance calculation and coords if cache is at equatorBananeweizen2013-10-121-0/+15
| |
* | Fix failing testSearchByUsernamersudev2013-10-071-1/+1
| | | | | | | | Adapted test to change on site
* | fix #3335: calendar time recognized wronglyBananeweizen2013-10-071-5/+6
| |
* | refactoring: remove unused codeBananeweizen2013-10-053-22/+28
| |
* | fix broken testBananeweizen2013-10-051-18/+30
| |
* | fix #3320: OAuth signing is wrongBananeweizen2013-10-022-0/+62
| |
* | improve calendar time detectionBananeweizen2013-09-221-4/+34
| | | | | | | | * now works for (wrong) time format "xx.00 o'clock" (where there is a dot instead of a colon)
* | Do not try to hide an unpublished cache to its ownerSamuel Tardieu2013-09-172-2193/+0
| | | | | | | | | | | | The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo.
* | refactoring: remove duplicated codeBananeweizen2013-09-171-83/+88
| |
* | assertion badly triggered in tests of UTFGridPositionBananeweizen2013-09-152-13/+34
| | | | | | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong
* | tests: remove warning about no network providerBananeweizen2013-09-151-3/+7
| |
* | make test app use auto-scrollBananeweizen2013-09-153-2/+45
| | | | | | * on special request of Samuel :)
* | warning in logcat due to old HTML page in testsBananeweizen2013-09-152-3044/+2609
| |
* | warning in logcat due to old HTML page in testsBananeweizen2013-09-151-1451/+1246
| |
* | refactoring: tests can now be run as appBananeweizen2013-09-154-0/+204
| | | | | | | | | | * run unit tests app as normal android app (it has a launcher now) * hit "run tests" button * enjoy the log flying by
* | Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-151-1/+1
| | | | | | | | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html
* | refactoring: increase test coverageBananeweizen2013-09-152-1/+5
| |
* | Merge branch 'release'Bananeweizen2013-09-141-0/+1
|\ \ | |/
| * fix #3250: Strip HTML before using translateBananeweizen2013-09-141-0/+1
| |
* | fix broken testBananeweizen2013-09-141-3/+3
| |
* | refactoring: StoredListBananeweizen2013-09-142-4/+28
| | | | | | * try more encapsulation instead of ID comparisons all time
* | refactoring: introduce PseudoList to handle non concrete listsBananeweizen2013-09-147-3/+11
| | | | | | | | | | * should make adding a history list entry easier * includes some non null annotations * moved list code into separate package
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-136-13/+13
| |
* | refactoring: cgData -> DataStoreSamuel Tardieu2013-09-1310-85/+85
| |
* | refactoring: add test failure messageBananeweizen2013-09-121-2/+2
| |
* | new testBananeweizen2013-09-101-0/+3
| |
* | new testBananeweizen2013-09-101-0/+22
| |
* | Switch off and restore static map flags for waypoint testrsudev2013-08-292-20/+75
| |
* | refactoring: avoid filling sdcard during testsBananeweizen2013-08-282-6/+19
| |
* | findbugs cleanup: default encodingBananeweizen2013-08-281-0/+12
| |
* | refactoring: assertionsBananeweizen2013-08-261-0/+3
| |