aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/test/WhitespaceTest.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-2/+2
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-021-3/+2
| | | * makes it easier to compare and find duplicate code
* code cleanupBananeweizen2013-02-241-7/+7
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-8/+6
|
* refactoring: more static code analysis cleanupsBananeweizen2012-04-021-17/+3
|
* static code analysis and other fixesBananeweizen2012-03-181-1/+1
| | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ...
* GC.com update 14.02.2012blafoo2012-02-151-1/+1
|
* Updated test data due to GC.com downtime on 17.01.2012blafoo2012-01-171-1/+1
|
* Updated mocked data due to GC.com downtime on 04.01.2012blafoo2012-01-041-1/+1
|
* Updated mocked datablafoo2011-12-171-1/+1
|
* Updated test datablafoo2011-12-061-1/+1
|
* refactoring: more FindBugs issuesBananeweizen2011-11-201-1/+1
|
* Fixed regex due to GC.com updateblafoo2011-11-081-5/+6
| | | | | | | | Conflicts: main/src/cgeo/geocaching/GCConstants.java + fix for ../tests/src/cgeo/geocaching/cgeoApplicationTest.java
* no more warnings in unit testsBananeweizen2011-10-221-8/+8
| | | | * log performance results as info only * avoid some BufferedReader warnings
* No need to trim the result for timing purposeSamuel Tardieu2011-10-071-1/+1
|
* Merge branch 'whitespace-cleanup' into upstreamSamuel Tardieu2011-10-071-3/+41
|\ | | | | | | | | Conflicts: tests/src/cgeo/geocaching/test/WhitespaceTest.java
| * Fixed cgBase.replaceWhitespace() and additional testsblafoo2011-10-071-8/+28
| |
| * Merge remote branch 'upstream/master'blafoo2011-10-051-5/+6
| |\ | | | | | | | | | | | | Conflicts: tests/src/cgeo/geocaching/test/WhitespaceTest.java
| * | replaceWhitespace for JUnit testsblafoo2011-10-021-0/+17
| | |
* | | Fix tests after mocked caches updateSamuel Tardieu2011-10-061-2/+2
| |/ |/|
* | fix #120: make settings static (no singleton)Bananeweizen2011-10-031-3/+3
|/ | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this...
* additional test for whitespace replacement performancebananeweizen2011-09-301-0/+80