aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Expand)AuthorAgeFilesLines
* No need to trim the result for timing purposeSamuel Tardieu2011-10-071-1/+1
* Merge branch 'whitespace-cleanup' into upstreamSamuel Tardieu2011-10-073-5/+45
|\
| * Fixed cgBase.replaceWhitespace() and additional testsblafoo2011-10-072-9/+30
| * Merge remote branch 'upstream/master'blafoo2011-10-0523-151/+1972
| |\
| * | replaceWhitespace for JUnit testsblafoo2011-10-022-1/+19
* | | Reorganize and cleanup the local storage handlingSamuel Tardieu2011-10-061-0/+18
* | | Fix tests after mocked caches updateSamuel Tardieu2011-10-061-2/+2
* | | Fix for terrain after GC.com updateblafoo2011-10-063-192/+322
| |/ |/|
* | Merge remote-tracking branch 'sammyshp/verboseloading'Samuel Tardieu2011-10-051-9/+5
|\ \
* | | code cleanup: remove another static methods warningBananeweizen2011-10-051-3/+2
* | | Remove unused imports in testsSamuel Tardieu2011-10-051-2/+0
* | | New elevation testSamuel Tardieu2011-10-051-1/+5
* | | Make several things static following the Settings static moveSamuel Tardieu2011-10-0512-44/+37
|/ /
* | Minor cleanup for unit test refactoringStephan Merker2011-10-031-1/+1
* | Merge pull request #597 from stephanme/unittestsBananeweizen2011-10-0314-18/+20
|\ \
| * | Made some public methods package privateStephan Merker2011-10-031-3/+0
| * | Refactoring: put tests into same java package as tested classStephan Merker2011-10-0314-16/+21
* | | Merge pull request #596 from samueltardieu/common-gc-searchBananeweizen2011-10-031-0/+54
|\ \ \ | |/ / |/| |
| * | Use more Parameters() with variable argumentsSamuel Tardieu2011-10-031-0/+54
* | | fix #586: manual merge of usability improvement for GPX importStephan Merker2011-10-031-0/+25
|/ /
* | fix #120: make settings static (no singleton)Bananeweizen2011-10-036-54/+42
* | fix #589, extra HTML in locationBananeweizen2011-10-023-3/+1764
|/
* Merge #510bananeweizen2011-10-016-1/+256
|\
| * Pimped additional regexblafoo2011-09-252-22/+42
| * Pimped additional regexblafoo2011-09-255-49/+197
| * Tuned regex for description and hintblafoo2011-09-252-2/+107
* | Add a new test for Compatibility packageSamuel Tardieu2011-09-301-0/+35
* | additional test for whitespace replacement performancebananeweizen2011-09-301-0/+80
* | revert parts of 1246ee08e243bfb7aa876af9b2a206e6c2d485d3 for betterbananeweizen2011-09-302-4/+4
* | Fix localized testsSamuel Tardieu2011-09-294-22/+30
* | 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
|\ \
| * | Improved getWaypointsFileForGpx()Stephan Merker2011-09-281-0/+3
| * | Import waypoint file together with cache gpx file if existsStephan Merker2011-09-271-43/+46
| * | performance improvement for importing waypointsStephan Merker2011-09-251-4/+8
| * | map waypoint type pocket query waypoints file to WaypointTypeStephan Merker2011-09-251-2/+15
| * | Import waypoints file from pocket queryStephan Merker2011-09-251-15/+113
| |/
* | 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
* | 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
* 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
* Updated test datablafoo2011-09-183-459/+814