aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* #1902: Special characters in hintBananeweizen2012-07-251-0/+4
|
* Fix compile ErrorPortree-Kid2012-07-201-4/+8
|
* refactoring: some findbugs cleanupBananeweizen2012-07-012-4/+10
|
* fix #1828: Coords conversion to DMS not working correctBananeweizen2012-07-011-0/+20
|
* GC.com update 26.06.2012blafoo2012-06-294-85/+76
|
* #1833: recognize localized waypoint type namesBananeweizen2012-06-291-0/+2
| | | * we may want to fix the export of those nonetheless
* ignore compile errors in generated codeBananeweizen2012-06-271-1/+5
|
* fix #1792: Missing own spoiler imagesBananeweizen2012-06-242-0/+2391
|
* fix #1812: GPX-Import fails at name with quotes Bananeweizen2012-06-232-0/+209
|
* #1744: user name wrongly parsed/written in GPX import/exportBananeweizen2012-06-086-13/+16
|
* GC.com update 06.06.2012blafoo2012-06-074-153/+153
|
* Merge branch 'issue-1722' into upstreamSamuel Tardieu2012-06-051-81/+65
|\
| * Fix #1722: do not use BigDecimal in computationsSamuel Tardieu2012-06-051-81/+65
| |
* | refactoring: have more physical units code in one placeBananeweizen2012-06-032-41/+103
| |
* | Put angle-related utilities into their own packageSamuel Tardieu2012-06-011-0/+30
|/ | | | Also, use float instead of double for every angle computation.
* Parsing fails for guestsblafoo2012-05-241-1/+1
|
* GC.com update 24.05.2012blafoo2012-05-243-123/+161
|
* Handle "Renew Your Membership!". Fixes #1224blafoo2012-05-162-2/+3
|
* GC.com update 16.05.2012blafoo2012-05-163-34/+34
|
* refactoring: minor string cleanupsBananeweizen2012-05-131-1/+0
|
* Merge pull request #1552 from campbeb/addTBLogTestsBananeweizen2012-05-121-1/+15
|\ | | | | Add tests to very trackable logs can be parsed
| * Add tests to very trackable logs can be parsedcampbeb2012-05-121-1/+15
| |
* | fix new type parsing bugBananeweizen2012-05-122-0/+22
|/ | | | * introduced in e4978ecfbdd755d585470cc963141e65966fe433 * added tests to avoid further similar issues
* Drop caches created during GPX import testblafoo2012-05-101-0/+5
|
* Make tests independant of user settingsblafoo2012-05-102-28/+77
|
* Removed deprecated warningsblafoo2012-05-105-6/+11
|
* Fix #1520: display gc.com resources present on trackable descriptionsSamuel Tardieu2012-05-101-0/+6
| | | | | | URLs without scheme and host in trackable description were not fetched from geocaching.com as the connector did not acknowledge that it can handle trackables by geocode.
* GC.com update 08.05.2012blafoo2012-05-095-363/+454
|
* Catch divergent messages firstSamuel Tardieu2012-05-061-2/+2
| | | | | | The GPXImporterTest fails intermittently. In order to catch the difference more precisely, compare the messages as soon as possible and check their count only at the end.
* refactoring: remove some of the TODOsBananeweizen2012-05-063-5/+2
|
* refactoring: remove waypoints activityBananeweizen2012-05-061-12/+0
| | | | | * replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities
* refactoring: more cleanup in connector interfacesBananeweizen2012-05-056-28/+45
| | | | | | * switch from method overrides to interface detection for connector features * remove GCBase and put code into other classes * reduce GC specific code being used in general activities
* refactoring: unify connector namingBananeweizen2012-05-042-9/+10
|
* refactoring: remove unused codeBananeweizen2012-05-042-2/+1
|
* refactoring: rename log typ enums for easier code completion andBananeweizen2012-05-014-31/+31
| | | reading
* Switch to mapsforge version 0.3.0rsudev2012-04-301-2/+2
|
* fix #1450: TB not visible (related to special characters)Bananeweizen2012-04-291-0/+6
|
* Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-1/+1
| | | | | The initial values were never used as the variables are set in any case before being used.
* Refactoring: make entities staticSamuel Tardieu2012-04-282-2/+2
| | | | | | Those are of little importance in tests where performances do not matter as much as in the application, but nevertheless, tests should be held to the same code standards as the application code.
* Refactoring: remove unnecessary unboxingSamuel Tardieu2012-04-271-1/+1
|
* Refactoring: remove redundant local variablesSamuel Tardieu2012-04-272-4/+2
| | | | Those variables were immediately returned.
* Test of the MemorySubject classSamuel Tardieu2012-04-271-0/+78
|
* 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.
* GC.com update 24.04.2012blafoo2012-04-241-194/+204
|
* Fixed broken unit testblafoo2012-04-241-1/+9
|
* refactoring of database accessBananeweizen2012-04-233-8/+9
| | | | | | * 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
* Fix #1421: save and restore user setting for mocked cache testsrsudev2012-04-211-4/+9
|
* Refactoring: keep GeopointParser private to its packageSamuel Tardieu2012-04-211-4/+2
| | | | | | | Geopoint exposes everything GeopointParser can do. By calling a Geopoint constructor instead of a GeopointParser method returning a Geopoint, Eclipse can do more null checks for free (a constuctor can never return a null object).
* Make sure a cgeoapplication is created before testingSamuel Tardieu2012-04-2113-48/+28
| | | | | | 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
|