aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* use more nullable annotationsBananeweizen2015-01-015-0/+28
| | | | | | | * make the DataStore methods use explicit nullable or nonnull return values * remove the null return of getStoredList() * unfortunately many of the test methods need an assert() statement to make Eclipse understand the null logic
* Check that a position and an orientation are always immediately availableSamuel Tardieu2015-01-011-0/+24
|
* Fix failing GPX parser testSamuel Tardieu2015-01-011-32/+30
|
* Fix test file for recently disabled cacheSamuel Tardieu2015-01-011-467/+510
|
* Update Intellij IDEA filesSamuel Tardieu2015-01-012-44/+2
|
* Move ImageUtilsTest into the right placeSamuel Tardieu2015-01-011-0/+29
|
* enable more strict Javadoc checking in EclipseBananeweizen2014-12-222-3/+3
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-12-162-9/+15
|\
| * Fix tests (GC3XX5J is disabled)Samuel Tardieu2014-12-162-9/+15
| | | | | | | | | | Also, limit GC3XX5J modifications to the mocked cache instead of the test itself.
* | fix geocoder testBananeweizen2014-12-141-8/+13
| | | | | | | | The suppressed Android test didn't fit into the offset range, therefore increasing the offset and always enabling the test.
* | Add tests for geocodersSamuel Tardieu2014-12-121-0/+43
| | | | | | | | Part of #4522.
* | avoid static warning in EclipseBananeweizen2014-12-081-3/+3
|/
* Skip failing test on CI for the momentSamuel Tardieu2014-11-281-0/+3
|
* Add GCLogin testsSamuel Tardieu2014-11-281-0/+29
|
* refactoring: remove test only methodsBananeweizen2014-11-242-4/+4
|
* Minor reformattings in testsSamuel Tardieu2014-11-244-17/+6
|
* Javadoc fixesBananeweizen2014-11-242-4/+4
|
* enable more JavaDoc checks also in EclipseBananeweizen2014-11-231-0/+14
|
* null violation in testsBananeweizen2014-11-231-1/+1
|
* Remove the ICache interfaceSamuel Tardieu2014-11-236-7/+18
| | | | | Throughout the code, Geocache is used where ICache should be used. Moreover, except in the tests, ICache is only implemented in Geocache.
* ignore invalid package references in testsBananeweizen2014-11-161-0/+3
| | | Also updates lint exclusions of external projects.
* remove robotium test frameworkBananeweizen2014-11-154-95/+0
| | | | | It has not been used (except for one test). By now, espresso is recommended over robotium in most cases due to the automatic synchronization.
* update test dataBananeweizen2014-11-151-1/+1
| | | blafoo now has one more found webcam cache.
* upgrade AssertJ to 1.7Bananeweizen2014-11-152-0/+0
|
* refactoring: move LiveMapStrategy enums to mapBananeweizen2014-11-101-1/+1
|
* Merge branch 'issue-4470' into upstreamSamuel Tardieu2014-11-102-3/+2
|\
| * fix #4470: recognize charter members as premium membersSamuel Tardieu2014-11-102-3/+2
| |
* | Remove useless assertion in testSamuel Tardieu2014-11-101-3/+1
| |
* | rename packageBananeweizen2014-11-0225-29/+40
| | | | | | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* | Merge branch 'issue-4416' into upstreamSamuel Tardieu2014-10-225-7/+7
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCLogin.java
| * Use uniform date format in testsSamuel Tardieu2014-10-225-7/+7
| | | | | | | | Part of work on #4416.
* | Merge branch 'release' into upstreamSamuel Tardieu2014-10-182-26/+27
|\ \ | |/
| * Put actual and expected at the right places in testSamuel Tardieu2014-10-181-25/+26
| |
| * Use correct date format in testSamuel Tardieu2014-10-181-1/+1
| |
* | Revert "Fix mocked cache description"Bananeweizen2014-09-281-1/+1
| | | | | | | | This reverts commit 8fb22f5b8ea948b93a671fb9212709543b701d2e.
* | fix #4359: imperial units checkbox not always correctSamuel Tardieu2014-09-153-5/+5
| | | | | | | | | | | | | | | | This has been fixed by initializing the key to its default value instead of just the checkbox. Also, better names have been used throughout the settings to reflect the fact that "units" meant "use imperial units". It was used in both ways, including the wrong way while migrating the settings.
* | refactor espresso test hierarchyBananeweizen2014-09-1110-33/+43
| | | | | | introduce common super class with convenience methods
* | fix 4340: remove "NUMBER" template from trackable log activityBananeweizen2014-09-102-0/+76
| |
* | remove wrong settings from eclipse projectBananeweizen2014-09-081-1/+1
| | | | | | | | Static import favorites must be configured in the workspace settings unfortunately.
* | fix some findbugs issuesBananeweizen2014-09-071-1/+1
| |
* | verify waypoint name change on type changeBananeweizen2014-09-071-2/+30
| |
* | fix #4076: first UI tests with espressoBananeweizen2014-09-077-0/+222
| |
* | static imports for Espresso tests in EclipseBananeweizen2014-09-072-2/+19
| |
* | fix compiler warningBananeweizen2014-09-071-1/+1
| |
* | use new instrumentation test runnerBananeweizen2014-09-074-2/+122
| | | | | | | | | | | | | | | | | | | | For Espresso UI tests it is required to use a newer Google instrumentation test runner, but that one doesn't support junit reports. Therefore let's have our own derived test runner, which supports junit reports. This change will break existing Eclipse launch configurations for unit tests. You have to select the new junit runner in the launch config afterwards.
* | Remove benchmark from earlier versionSamuel Tardieu2014-09-061-151/+2
| | | | | | | | | | There is no need to keep comparaison with the earlier version now that we know that this one works well.
* | import lab caches as virtualBananeweizen2014-09-062-6/+254
| |
* | Parse GCVote as a streamSamuel Tardieu2014-09-031-4/+19
| |
* | Update Intellij IDEA filesSamuel Tardieu2014-09-031-0/+1
| |
* | avoid superfluous empty space in trackable goalBananeweizen2014-09-011-0/+5
| |