diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2021-10-23 23:41:25 +0200 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2021-10-23 23:47:47 +0200 |
commit | bb15bf10a7052adf0f5feb55db4f894a9053adac (patch) | |
tree | 95a3d24dd4501cf9d2852c24b7d560d8e4d66bff /.github | |
parent | b3f35278cead1c4647a10ae615258555618bd087 (diff) | |
download | gitblit-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