aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | refactoring: get more debug output from testsBananeweizen2013-05-232-1/+8
| |
* | fix #2759: have JUnit reports in testsBananeweizen2013-05-223-1/+4
| |
* | refactoring: avoid NPE in testsBananeweizen2013-05-211-1/+3
| |
* | refactoring: class path changed with ADT 22Bananeweizen2013-05-191-0/+1
| | | | | | | | * If you run into compile errors after this change, please upgrade to ADT 22 and Android SDK 22.
* | refactoring: rename cgeo activity to MainActivityBananeweizen2013-04-283-9/+9
| | | | | | | | * this avoids compiler errors when using fully qualified class names as they all start with cgeo.subpackage
* | code cleanup: remove JDT warningsBananeweizen2013-04-222-6/+16
| |
* | refactor project names and referencesBananeweizen2013-04-101-34/+34
| | | | | | | | | | | | * rename test project from "cgeo-os-test" to "cgeo-test" * update referenced projects, as there is no "cgeo-os" project in our workspace * this should solve the calendar plugin build issues
* | fix #2640: Filter out stored caches Bananeweizen2013-04-071-0/+27
| |
* | Prevent StaticMapsproviderTest.java from getting runSamuel Tardieu2013-04-071-2/+5
| | | | | | | | | | | | | | StaticMapsProviderTest.java fails more often than not because the image quota on the test server has been reached. Until we find a way to test static maps download more reliably, for example through a mock download, the test is disabled.
* | Merge branch 'release' into upstreamSamuel Tardieu2013-04-071-0/+52
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/export/GpxExport.java
| * Failing test for #2635rsudev2013-04-071-0/+50
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2013-04-071-9/+9
|\ \ | |/
| * fix tests after OC changesBananeweizen2013-04-071-9/+9
| |
* | refactoring: use lists instead of arrays for filter collectionsSamuel Tardieu2013-04-064-4/+4
| | | | | | | | | | | | | | Using arrays makes the surrounding code very constrained. Most of the time, filter collections were built in lists and converted into arrays. Using lists in the filter factory signature makes it more natural to manipulate those collections.
* | fix #2555: try to detect waypoint type in personal noteBananeweizen2013-04-061-0/+18
| |
* | #556: avoid duplicate tags when appending our tagsBananeweizen2013-04-041-0/+14
| |
* | #556: refactor to prepare customization of twitter textBananeweizen2013-04-021-0/+23
| |
* | Merge branch 'issue-2624' into upstreamSamuel Tardieu2013-04-021-0/+11
|\ \ | |/
| * fix #2624: coordinates display is wrong near a confluence pointSamuel Tardieu2013-04-021-0/+11
| | | | | | | | | | The coordinates need to be rounded differently depending on the precision which will be used for the output.
* | improve display of log texts for OCBananeweizen2013-04-011-8/+8
| | | | | | * remove even more unneeded whitespace
* | remove StaticMapsProvider changesMarco Jacob2013-03-271-2/+0
| |
* | more checks in static maps testMarco Jacob2013-03-271-0/+2
| |
* | update mock data 2013-03-27Marco Jacob2013-03-275-77/+177
|/
* Fixes #2538 - German Umlauts in image caption and descriptionkoem2013-03-181-11/+0
| | | | | | | changes: * post requests are done with UTF-8 now * deleted conversion of non latin characters * deleted corresponding test method and class
* Merge pull request #2554 from Portree-Kid/master-masterBananeweizen2013-03-121-4/+3
|\ | | | | Refactoring to use Loaders fixes #2365
| * Merge remote-tracking branch 'upstream/master' into master-masterPortree-Kid2013-03-088-28/+58
| |\ | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgeocaches.java
| * | Refactoring to use Loaders fixes #2365 Portree-Kid2013-03-081-4/+3
| | |
* | | Merge pull request #2561 from marco-jacob/fixCgeoTestsMarco Jacob2013-03-114-11/+9
|\ \ \ | | | | | | | | Fix cgeo tests
| * | | decrypted hintMarco Jacob2013-03-112-2/+2
| | | |
| * | | extracted constants for mocked caches login name to adapt only this fileMarco Jacob2013-03-111-1/+5
| | | |
| * | | extract constant for mocked cache user to GCConstantsTest and removed ↵Marco Jacob2013-03-111-8/+2
| | | | | | | | | | | | | | | | duplicate test for cachesFound already done in GCConstantsTest
* | | | #2559 fix wp hashcode testBananeweizen2013-03-101-4/+18
| | | |
* | | | adding StaticMapsProviderTestMarco Jacob2013-03-091-0/+62
|/ / /
* | | current html for mock testsMarco Jacob2013-03-096-2733/+1879
| |/ |/|
* | Merge branch 'release'SammysHP2013-03-084-20/+8
|\ \
| * | Apply patch to mocked dataSammysHP2013-03-084-20/+8
| | | | | | | | | | | | This is NO full update, but only to fix one test.
* | | new: strip unneeded markup from OC descriptionsBananeweizen2013-03-021-1/+21
| | |
* | | fix #2534: Updating a OC.de cache doubles the cache descriptionBananeweizen2013-03-023-6/+28
| | |
* | | refactoring: use same package in test as in productionBananeweizen2013-03-022-2/+2
| |/ |/|
* | code cleanupBananeweizen2013-02-2436-191/+184
| | | | | | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* | Merge pull request #2494 from rsudev/6brsudev2013-02-231-0/+11
|\ \ | | | | | | Image upload, implements #6
| * | ImageUpload - fine-tuningrsudev2013-02-181-0/+11
| | | | | | | | | | | | | | | | | | Removed test code and comments Some error-handling Localizability
* | | Merge remote-tracking branch 'origin/release'Bananeweizen2013-02-201-0/+5
|\ \ \ | |/ / |/| / | |/
| * #2498: login page changesBananeweizen2013-02-201-0/+5
| |
* | Fixes #2486, Archived/Disabled OC-caches returned in nearby searchrsudev2013-02-151-0/+23
| | | | | | | | | | | | Correct handling of flags and attributes in Parser Added Testcase Added method for unfiltered parsing for single cache downlaods
* | Fixes #2441, sets oc userid as OwnerUserIdrsudev2013-02-141-0/+1
| |
* | reduce memory usage for cache listsBananeweizen2013-02-141-3/+3
| | | | | | | | | | * lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs
* | Merge branch 'master' into oc_iconskoem2013-02-121-0/+22
|\ \ | | | | | | | | | | | | - changed icons - repaired test class
| * | Fix #2348, Cache description is missing for OC0537rsudev2013-02-111-0/+8
| | | | | | | | | | | | Added failing testcase and fixed modifiedsince in query-string
| * | Fix #2441, Owner information not shown for OC.de cachesrsudev2013-02-111-0/+14
| | | | | | | | | | | | Extended oc connector to return owner state as well