diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2014-11-28 17:11:21 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2014-11-28 17:59:35 +0100 |
commit | 0646b637664ac6018983cf4030398c692a50db24 (patch) | |
tree | 3b226c2f5600cc6c13095104aad8eed3b4192c5a /sonar-batch/src/test/resources/org | |
parent | 4253a180020a37877574d6c27e2e42311a428d62 (diff) | |
download | sonarqube-0646b637664ac6018983cf4030398c692a50db24.tar.gz sonarqube-0646b637664ac6018983cf4030398c692a50db24.zip |
SONAR-5867 Add symbol references data into file_sources table
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 cab8d665a7f..8c17f16c453 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="4fc300c67452d04e8852cbc315e16010" + data_hash="21a2d025d55b25d6412b1565afb516a5" 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 1b5e638558f..c4a070d9ade 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="4fc300c67452d04e8852cbc315e16010" + data_hash="21a2d025d55b25d6412b1565afb516a5" 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 caaae04c00c..130cede5b5d 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="4fc300c67452d04e8852cbc315e16010" + data_hash="21a2d025d55b25d6412b1565afb516a5" created_at="1412952242000" updated_at="1412952242000" /> <file_sources id="102" project_uuid="projectUuid" file_uuid="uuidempty" data="[null]" |