aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/utils/MiscUtilsTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "fix #3759: OOM while loading caches"Samuel Tardieu2014-04-241-57/+0
| | | | | | This reverts commit 2f3e8ddd18303123a1b81995357f27461fa1d586, as the symptom of the out of memory error might not be its cause, and it slows down the loading of lists.
* avoid findbugs finding for dead storeMichael Keppler2014-04-231-4/+4
|
* #2414 convert junit statements to assertjMichael Keppler2014-04-221-2/+4
| | | | This conversion is not complete, but the remaining statements are hard to catch with regular expressions automatically.
* fix some compiler warningsMichael Keppler2014-04-191-3/+4
|
* buffer lets you split a list into smaller max-size onesSamuel Tardieu2014-04-131-0/+54