diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-01-23 15:50:17 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-01-23 15:50:17 +0100 |
commit | 51b8c91b138aab690921e647e30deabbaf61e75b (patch) | |
tree | 7295f35a5068aa7f9640e32f431c771a6ab1f613 /sonar-core/src/test/resources | |
parent | fa8406f747589de519a6ba1c75e1e8ee64365b52 (diff) | |
download | sonarqube-51b8c91b138aab690921e647e30deabbaf61e75b.tar.gz sonarqube-51b8c91b138aab690921e647e30deabbaf61e75b.zip |
Fix quality flaws
Diffstat (limited to 'sonar-core/src/test/resources')
2 files changed, 9 insertions, 0 deletions
diff --git a/sonar-core/src/test/resources/org/sonar/core/user/AuthorDaoTest/add_missing_module_uuid_path-result.xml b/sonar-core/src/test/resources/org/sonar/core/user/AuthorDaoTest/add_missing_module_uuid_path-result.xml new file mode 100644 index 00000000000..b8737c88118 --- /dev/null +++ b/sonar-core/src/test/resources/org/sonar/core/user/AuthorDaoTest/add_missing_module_uuid_path-result.xml @@ -0,0 +1,7 @@ +<dataset> + <projects id="1" name="developer@company.net" qualifier="DEV" uuid="ABCD" project_uuid="ABCD" module_uuid="[null]" module_uuid_path="."/> + <authors id="1" person_id="1" login="developer@company.net"/> + + <projects id="2" name="developer2@company.net" qualifier="DEV" uuid="BCDE" project_uuid="BCDE" module_uuid="[null]" module_uuid_path="."/> + <authors id="2" person_id="2" login="developer2@company.net"/> +</dataset> diff --git a/sonar-core/src/test/resources/org/sonar/core/user/AuthorDaoTest/add_missing_module_uuid_path.xml b/sonar-core/src/test/resources/org/sonar/core/user/AuthorDaoTest/add_missing_module_uuid_path.xml new file mode 100644 index 00000000000..fb0854fccbe --- /dev/null +++ b/sonar-core/src/test/resources/org/sonar/core/user/AuthorDaoTest/add_missing_module_uuid_path.xml @@ -0,0 +1,2 @@ +<dataset> +</dataset> |