diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2014-11-20 09:46:00 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2014-11-20 09:46:00 +0100 |
commit | 8e3a90fafc40161cc6420ec04ca8e0ef57270849 (patch) | |
tree | 4af28373ba92c260bbb4c480b7062101eb6901a1 /sonar-batch/src/test/resources/org/sonar/batch/index | |
parent | 2c0723fd73baf8826cd9f804d9f604ee12e778f9 (diff) | |
download | sonarqube-8e3a90fafc40161cc6420ec04ca8e0ef57270849.tar.gz sonarqube-8e3a90fafc40161cc6420ec04ca8e0ef57270849.zip |
SONAR-5827 Fix issue on Oracle (null vs empty string)
Diffstat (limited to 'sonar-batch/src/test/resources/org/sonar/batch/index')
-rw-r--r-- | sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/testPersistEmptyFile-result.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 c6b256b4e44..77bf6e4d0c7 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,6 +1,6 @@ <dataset> <file_sources id="101" project_uuid="projectUuid" file_uuid="uuidsame" data=",,,,unchanged ,,,,content " data_hash="ee716d4ed9faae16eb9167714442a3bc" created_at="2014-10-10 16:44:02.000" updated_at="2014-10-10 16:44:02.000" /> - <file_sources id="102" project_uuid="projectUuid" file_uuid="uuidempty" data="" data_hash="d41d8cd98f00b204e9800998ecf8427e" created_at="2014-10-29 16:44:02.000" updated_at="2014-10-29 16:44:02.000" /> + <file_sources id="102" project_uuid="projectUuid" file_uuid="uuidempty" data="[null]" data_hash="0" created_at="2014-10-29 16:44:02.000" updated_at="2014-10-29 16:44:02.000" /> </dataset> |