aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/user/UserGroupDaoTest.java
Commit message (Collapse)AuthorAgeFilesLines
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-50/+0
|
* Fix integer type of user and group idsSimon Brandhof2017-02-161-2/+2
| | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int.
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-8134 prepare support of organizations in user group DAOSimon Brandhof2016-10-131-4/+3
|
* Refactor scope of DbTesterSimon Brandhof2016-05-241-2/+0
| | | | | | so that it is always @Rule but not @ClassRule. That allows to drop calls to truncateTables() from tests. Each db test is ensured to be isolated.
* Remove unused annotation @DbTestsSimon Brandhof2016-02-291-3/+1
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-5/+4
|
* Refactor dao unit tests to use DbTester.create(System2)Julien Lancelot2015-07-071-25/+12
|
* Fix execution of tests on non-H2 databasesSimon Brandhof2015-07-061-3/+3
|
* Move some classes from sonar-server to sonar-dbSimon Brandhof2015-07-061-0/+69