summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorFlorian Zschocke <f.zschocke+git@gmail.com>2021-10-23 23:41:25 +0200
committerFlorian Zschocke <f.zschocke+git@gmail.com>2021-10-23 23:47:47 +0200
commitbb15bf10a7052adf0f5feb55db4f894a9053adac (patch)
tree95a3d24dd4501cf9d2852c24b7d560d8e4d66bff /.github
parentb3f35278cead1c4647a10ae615258555618bd087 (diff)
downloadgitblit-bb15bf10a7052adf0f5feb55db4f894a9053adac.tar.gz
gitblit-bb15bf10a7052adf0f5feb55db4f894a9053adac.zip
TimeUtils: Move unit test to same package as TimeUtils is
For some reason the `TimeUtilsTest` class is, like almost all tests, in the `com.gitblit.tests` package. But this way all methods in classes which we might predominately need for tests have to be public. So move the unit test class `TimeUtilsTest` to the same package as the class it is testing, i.e. `com.gitblit.utils.TimeUtils`. This way we ca set the new added methods which get the current time passed in to be at least not public.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions