aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix #4591: refreshing without progress leads to ANRSamuel Tardieu2015-01-061-1/+1
| |
| * Cherry-picked and merged test fixesSamuel Tardieu2015-01-063-10/+26
| |
* | Mark overriding test methods as NonNullSamuel Tardieu2015-01-064-0/+4
| |
* | Use assertj assertionsSamuel Tardieu2015-01-061-57/+44
| |
* | Alternate workaround for missing method in testsSamuel Tardieu2015-01-061-1/+11
| | | | | | | | | | This one has the advantage of not requiring any extra code in the application itself.
* | Limit workaround to specific geocodeSamuel Tardieu2015-01-061-2/+2
| |
* | Add workaround for testing (#3777)Samuel Tardieu2015-01-062-9/+15
|/
* refactoring: remove unused methods, add null annotationsBananeweizen2015-01-022-5/+8
|
* refactoring: more null annotationsBananeweizen2015-01-021-0/+1
|
* Cache size can never be nullSamuel Tardieu2015-01-024-0/+4
|
* refactoring: assert without parenthesisBananeweizen2015-01-016-21/+20
|
* New test for RxUtilsSamuel Tardieu2015-01-011-0/+45
|
* 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-011-30/+0
|
* Move ImageUtilsTest into the right placeSamuel Tardieu2015-01-011-0/+29
|
* enable more strict Javadoc checking in EclipseBananeweizen2014-12-221-1/+1
|
* 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
|
* 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.
* remove robotium test frameworkBananeweizen2014-11-151-94/+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.
* 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-224-6/+6
|\ \ | |/ | | | | | | Conflicts: main/src/cgeo/geocaching/connector/gc/GCLogin.java
| * Use uniform date format in testsSamuel Tardieu2014-10-224-6/+6
| | | | | | | | 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
| |
* | 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
| |