aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/LogTemplateProviderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* refactoring: move constants and classes to the packages they belong toBananeweizen2012-03-041-20/+0
|
* refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-0/+2
|
* Fix text by requiring the current year to be present in outputSamuel Tardieu2011-12-021-1/+6
|
* don't use regular expressions for String replacementBananeweizen2011-11-191-0/+13
* prefer StringUtils.replace over String.replaceAll * have new test to verify this change * remove cgBase instance from LogTemplates