TRUNK-5338: make verification_status field nullable for the condition table (#2651)
teleivo <mrteleivo@gmail.com>
dc33df6a5a49c2c60002b6e1591fe520ca0daadf
TRUNK-5065 Test saving allowed locales without default
add test that shows its not allowed to save a locale list via global
property if the list doesnt contain the default locale currently set.
teleivo <mrteleivo@gmail.com>
0ac584076afb0857ab8c678c5bff47b4e70a26e2
Use adminService from test setup in AdminServiceTest
we prepare the adminService in the @Before method for every test so
there is no need to get it from the Context again in each test
teleivo <mrteleivo@gmail.com>
baa0e6cbe90c3e830aa815581e30791fe6ef61cf
Set AdminService before each test
let the @Before set the adminService which is under test each time,
tests should be independent
teleivo <mrteleivo@gmail.com>
b021f87163efec4df91e652edcb53f6ec660242f
Remove boilerplate javadocs in AdministrationServiceTest
these javadocs are often out of date, just take up space and repeat the
method signature that is under test anyway so navigating to it is easy
already via the test itself