diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-04-17 15:14:51 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-04-17 15:24:55 +0200 |
commit | f1793ad0c7b6ce5d8847f921cb4abcbf966d2728 (patch) | |
tree | 99f7cfb5d5aaab7c063f5e28349096ed14a1bd13 /sonar-batch/src | |
parent | 76c0f10693e69f1f943f368252019c7bb0777649 (diff) | |
download | sonarqube-f1793ad0c7b6ce5d8847f921cb4abcbf966d2728.tar.gz sonarqube-f1793ad0c7b6ce5d8847f921cb4abcbf966d2728.zip |
cancel test_data migration in file_sources
Diffstat (limited to 'sonar-batch/src')
4 files changed, 0 insertions, 5 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 index bcc10abe0b5..4879192217c 100644 --- 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 @@ -1,7 +1,6 @@ <dataset> <file_sources id="101" project_uuid="projectUuid" file_uuid="uuidsame" binary_data="[null]" - test_data="[null]" line_hashes="8d7b3d6b83c0a517eac07e1aac94b773 9a0364b9e99bb480dd25e1f0284c8555" data_hash="0263047cd758c68c27683625f072f010" src_hash="[null]" diff --git a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/shared.xml b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/shared.xml index bd23aa0d917..1223c1869cd 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/shared.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/shared.xml @@ -1,7 +1,6 @@ <dataset> <file_sources id="1" project_uuid="PROJECT_UUID" file_uuid="FILE_UUID" binary_data="[null]" - test_data="[null]" line_hashes="8d7b3d6b83c0a517eac07e1aac94b773 9a0364b9e99bb480dd25e1f0284c8555" data_hash="0263047cd758c68c27683625f072f010" src_hash="123456" 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 39774b75559..b70d53511d0 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 @@ -2,7 +2,6 @@ <file_sources id="101" project_uuid="projectUuid" file_uuid="uuidsame" binary_data="[null]" - test_data="[null]" line_hashes="8d7b3d6b83c0a517eac07e1aac94b773 9a0364b9e99bb480dd25e1f0284c8555" data_hash="0263047cd758c68c27683625f072f010" src_hash="123456" 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 430a70baac3..9b3a8b549a8 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,14 +1,12 @@ <dataset> <file_sources id="101" project_uuid="projectUuid" file_uuid="uuidsame" binary_data="[null]" - test_data="[null]" line_hashes="8d7b3d6b83c0a517eac07e1aac94b773 9a0364b9e99bb480dd25e1f0284c8555" data_hash="0263047cd758c68c27683625f072f010" src_hash="123456" created_at="1412952242000" updated_at="1412952242000"/> <file_sources id="102" project_uuid="projectUuid" file_uuid="uuidempty" binary_data="[null]" - test_data="[null]" line_hashes="[null]" src_hash="abcd" data_hash="0" created_at="1414597442000" updated_at="1414597442000"/> |