aboutsummaryrefslogtreecommitdiffstats
path: root/tests/res
Commit message (Collapse)AuthorAgeFilesLines
* fix #678: handle special characters in user nameBananeweizen2011-10-181-0/+1734
| | | | | | | * bad side effect of performance optimizations in parsing, reverted that * refactored parseCache to be static (to be able to write a test) * moved some map initializations to static code (to allow unit test without app) * fixed missing trim for owner name
* Add new trackable parsing testSamuel Tardieu2011-10-141-0/+1014
|
* fix #608: wrong error logged with no trackables in accountBananeweizen2011-10-082-0/+1905
|
* Import waypoints file from pocket queryStephan Merker2011-09-252-0/+209
| | | | | Waypoints are merged to cache based on waypoint name. Therefore caches must be imported before waypoints.
* * have static dictionaries in cgBase initialized in static sectionBananeweizen2011-09-195-0/+531
| | | | | | | | | (necessary for some unit tests) * have singleton of application instance, allows removing all the "app" fields everywhere afterwards * refactor GPX parser to be independent of c:geo application classes, so it can be tested much easier * new unit tests for different GPX versions and sources * new unit tests for LOC file parsing
* Reorganize tests to include them in the main repositorySamuel Tardieu2011-09-165-0/+17