aboutsummaryrefslogtreecommitdiffstats
path: root/tests/res
Commit message (Collapse)AuthorAgeFilesLines
* Refactored/renamed cgSearch/cgWrapCacheblafoo2011-12-251-1734/+0
|
* refactored import thread classesStephan Merker2011-11-211-0/+0
| | | | - common GPX10 and GPX11 handling - one zip import implementation is enough
* import zipped GPX files (as send by pocket queries)Stephan Merker2011-11-131-0/+0
| | | | - accepts zip files named like 123467.zip - imports cache and waypoint files contained in zip
* Merge branch 'release' into upstreamSamuel Tardieu2011-11-082-296/+267
|\ | | | | | | | | Conflicts: tests/src/cgeo/geocaching/cgeoApplicationTest.java
| * Fixed regex due to GC.com updateblafoo2011-11-082-296/+267
| | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/GCConstants.java + fix for ../tests/src/cgeo/geocaching/cgeoApplicationTest.java
* | new: import caches from unknown source, fixes #720Bananeweizen2011-11-011-0/+168
| |
* | fix #714: Progress bar wrong when importing gpx with waypointsStephan Merker2011-10-301-0/+17
|/ | | | | | | - moved file handling from GPXParser to cgeopgxes - streamlined LocParser with GPXParser - removed cache counting in favor of progress bar - added error dialog if import went wrong - fixed stream handling when importing attachement
* trackables goal and release date not correctly parsed, fixes #704Bananeweizen2011-10-231-0/+950
|
* 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