aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/test
Commit message (Collapse)AuthorAgeFilesLines
* Use real parameters instead of a Map for searchByGeocode()Samuel Tardieu2011-09-291-5/+1
|
* fix compile errors after merging #544 (tests still to be fixed)bananeweizen2011-09-291-2/+0
|
* Merge pull request #544 from stephanme/importwptBananeweizen2011-09-291-19/+140
|\ | | | | Import waypoints file from pocket query
| * Improved getWaypointsFileForGpx()Stephan Merker2011-09-281-0/+3
| |
| * Import waypoint file together with cache gpx file if existsStephan Merker2011-09-271-43/+46
| | | | | | | | | | - get rid of DB accesses and cache tweaking during parsing - caches are written once together with waypoints into DB
| * performance improvement for importing waypointsStephan Merker2011-09-251-4/+8
| | | | | | | | | | | | | | | | | | - caches are stored in result map instead of list for fast lookup by geocode - importing waypoints returns now the number of updated caches instead of number of imported waypoints - fix: cache with multiple waypoints was returned multiple times in result list - order of import result collection is not guaranteed
| * map waypoint type pocket query waypoints file to WaypointTypeStephan Merker2011-09-251-2/+15
| | | | | | ... so that proper icons are shown for waypoints
| * Import waypoints file from pocket queryStephan Merker2011-09-251-15/+113
| | | | | | | | | | Waypoints are merged to cache based on waypoint name. Therefore caches must be imported before waypoints.
* | Prevent static warnings on test methodsSamuel Tardieu2011-09-296-4/+14
| |
* | Reinstate call to replaceWhitespace() to make regexps matchSamuel Tardieu2011-09-262-3/+2
| |
* | Add test for cgBase utilitiesSamuel Tardieu2011-09-262-4/+17
| |
* | Remove buildURI()Samuel Tardieu2011-09-261-33/+0
| |
* | Reorganize HTTP trafficSamuel Tardieu2011-09-261-1/+1
| |
* | Use android.net.Uri instead of java.net.URISamuel Tardieu2011-09-261-4/+3
| | | | | | | | | | | | android.net.Uri is supposed to be faster than the Java counterpart, at the expense of less checking. Since we build our URI from safe strings, we take little risks in using those fast variants.
* | Add test for buildURI()Samuel Tardieu2011-09-261-0/+34
|/
* Remove unused local variable in testSamuel Tardieu2011-09-221-1/+0
|
* Add new GeopointTestSamuel Tardieu2011-09-221-0/+84
| | | | This will fuel the discussion in pull request #253.
* code cleanup in tests (no functional changes)Bananeweizen2011-09-205-31/+37
|
* * have static dictionaries in cgBase initialized in static sectionBananeweizen2011-09-192-0/+153
| | | | | | | | | (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
* Updated test datablafoo2011-09-183-459/+814
|
* fix #473: ROT13 on String or Spannable, including new testBananeweizen2011-09-161-0/+14
|
* Cache result of waypoint order computationSamuel Tardieu2011-09-161-0/+33
|
* New DistanceParser testsSamuel Tardieu2011-09-161-0/+33
|
* Apply the same style settings to tests as to main sourcesSamuel Tardieu2011-09-168-417/+416
|
* Add new test case for GeopointParserSamuel Tardieu2011-09-161-0/+6
|
* Reorganize tests to include them in the main repositorySamuel Tardieu2011-09-1610-0/+3976