aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/resources/org
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-01-30 11:12:12 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2015-01-30 16:48:32 +0100
commit8d9f68e8ba9fc37de36d8ed98312ecb4c9aa6147 (patch)
tree393f52eedbb22b802951800e1788f2f9585ed282 /sonar-batch/src/test/resources/org
parentcda0bf9eef6b2cf978afb438d7d9142e6cf04db4 (diff)
downloadsonarqube-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.xml9
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&#13;&#10;,,,,,,,,,,,,,,,content&#13;&#10;"
+ line_hashes="8d7b3d6b83c0a517eac07e1aac94b773&#10;9a0364b9e99bb480dd25e1f0284c8555"
+ data_hash="0263047cd758c68c27683625f072f010"
+ src_hash="[null]"
+ created_at="1412952242000" updated_at="1412952242000" />
+
+</dataset>