diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2015-01-30 11:12:12 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2015-01-30 16:48:32 +0100 |
commit | 8d9f68e8ba9fc37de36d8ed98312ecb4c9aa6147 (patch) | |
tree | 393f52eedbb22b802951800e1788f2f9585ed282 /sonar-batch/src/test/resources/org | |
parent | cda0bf9eef6b2cf978afb438d7d9142e6cf04db4 (diff) | |
download | sonarqube-8d9f68e8ba9fc37de36d8ed98312ecb4c9aa6147.tar.gz sonarqube-8d9f68e8ba9fc37de36d8ed98312ecb4c9aa6147.zip |
SONAR-5473 Fix progressive migration of file_sources.src_hash
Diffstat (limited to 'sonar-batch/src/test/resources/org')
-rw-r--r-- | sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/file_sources_missing_src_hash.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/file_sources_missing_src_hash.xml b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/file_sources_missing_src_hash.xml new file mode 100644 index 00000000000..4a26ff98e6a --- /dev/null +++ b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/file_sources_missing_src_hash.xml @@ -0,0 +1,9 @@ +<dataset> + <file_sources id="101" project_uuid="projectUuid" file_uuid="uuidsame" + data=",,,,,,,,,,,,,,,unchanged ,,,,,,,,,,,,,,,content " + line_hashes="8d7b3d6b83c0a517eac07e1aac94b773 9a0364b9e99bb480dd25e1f0284c8555" + data_hash="0263047cd758c68c27683625f072f010" + src_hash="[null]" + created_at="1412952242000" updated_at="1412952242000" /> + +</dataset> |