diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2014-11-03 11:07:31 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2014-11-03 11:55:30 +0100 |
commit | 89eede7717dd056d314a214afb64a17be98fbc0e (patch) | |
tree | 3c9ed05a9749ea9a9557a2bb9a88b988f6ab26b1 /sonar-batch/src/test/resources/org | |
parent | 19a6905ce6c877f1497b2ce47b7aeb478591b036 (diff) | |
download | sonarqube-89eede7717dd056d314a214afb64a17be98fbc0e.tar.gz sonarqube-89eede7717dd056d314a214afb64a17be98fbc0e.zip |
SONAR-5815 Store last update time on source data
Diffstat (limited to 'sonar-batch/src/test/resources/org')
-rw-r--r-- | sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/shouldSaveSource-result.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/shouldSaveSource-result.xml b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/shouldSaveSource-result.xml index cb97c243911..7f96d2a1402 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/shouldSaveSource-result.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/index/SourcePersisterTest/shouldSaveSource-result.xml @@ -8,5 +8,5 @@ scope="FIL" qualifier="CLA" created_at="2008-11-01 13:58:00.00" build_date="2008-11-01 13:58:00.00" version="[null]" path="" status="U" islast="[false]" depth="3" /> - <SNAPSHOT_SOURCES ID="1" SNAPSHOT_ID="1000" DATA="this is the file content" UPDATED_AT="[null]"/> + <SNAPSHOT_SOURCES ID="1" SNAPSHOT_ID="1000" DATA="this is the file content" updated_at="2014-10-31 16:44:02.000"/> </dataset> |