diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2014-12-01 12:04:28 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2014-12-01 12:04:58 +0100 |
commit | 8660e4806c513c4bbafd0cb43b8d5b612203c16c (patch) | |
tree | 7f5c4afffa584b758919e20d44c5b39a37b1533a /sonar-batch/src/test/resources/org | |
parent | e4ba9ee7a8f98bd291994d6e822ea8ef52ecc14c (diff) | |
download | sonarqube-8660e4806c513c4bbafd0cb43b8d5b612203c16c.tar.gz sonarqube-8660e4806c513c4bbafd0cb43b8d5b612203c16c.zip |
SONAR-5871 Add duplications to file_sources
Diffstat (limited to 'sonar-batch/src/test/resources/org')
3 files changed, 6 insertions, 6 deletions
diff --git a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/file_sources.xml b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/file_sources.xml index 8c17f16c453..2448332fb2e 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/file_sources.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/file_sources.xml @@ -1,8 +1,8 @@ <dataset> <file_sources id="101" project_uuid="projectUuid" file_uuid="uuidsame" - data=",,,,,,,,,,,,,,unchanged ,,,,,,,,,,,,,,content " + data=",,,,,,,,,,,,,,,unchanged ,,,,,,,,,,,,,,,content " line_hashes="8d7b3d6b83c0a517eac07e1aac94b773 9a0364b9e99bb480dd25e1f0284c8555" - data_hash="21a2d025d55b25d6412b1565afb516a5" + data_hash="0263047cd758c68c27683625f072f010" created_at="1412952242000" updated_at="1412952242000" /> </dataset> diff --git a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/testPersistDontTouchUnchanged-result.xml b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/testPersistDontTouchUnchanged-result.xml index c4a070d9ade..e17dd554230 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/testPersistDontTouchUnchanged-result.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/testPersistDontTouchUnchanged-result.xml @@ -1,9 +1,9 @@ <dataset> <file_sources id="101" project_uuid="projectUuid" file_uuid="uuidsame" - data=",,,,,,,,,,,,,,unchanged ,,,,,,,,,,,,,,content " + data=",,,,,,,,,,,,,,,unchanged ,,,,,,,,,,,,,,,content " line_hashes="8d7b3d6b83c0a517eac07e1aac94b773 9a0364b9e99bb480dd25e1f0284c8555" - data_hash="21a2d025d55b25d6412b1565afb516a5" + data_hash="0263047cd758c68c27683625f072f010" created_at="1412952242000" updated_at="1412952242000" /> </dataset> diff --git a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/testPersistEmptyFile-result.xml b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/testPersistEmptyFile-result.xml index 130cede5b5d..6733f34a100 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/testPersistEmptyFile-result.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/testPersistEmptyFile-result.xml @@ -1,8 +1,8 @@ <dataset> <file_sources id="101" project_uuid="projectUuid" file_uuid="uuidsame" - data=",,,,,,,,,,,,,,unchanged ,,,,,,,,,,,,,,content " + data=",,,,,,,,,,,,,,,unchanged ,,,,,,,,,,,,,,,content " line_hashes="8d7b3d6b83c0a517eac07e1aac94b773 9a0364b9e99bb480dd25e1f0284c8555" - data_hash="21a2d025d55b25d6412b1565afb516a5" + data_hash="0263047cd758c68c27683625f072f010" created_at="1412952242000" updated_at="1412952242000" /> <file_sources id="102" project_uuid="projectUuid" file_uuid="uuidempty" data="[null]" |