diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-10-31 14:56:55 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-10-31 16:14:37 +0100 |
commit | 0ffd9d683485c9a179e83ed4a466370c6036d1fe (patch) | |
tree | d476c4a82f414c0fd315cbf43cd1dad1978bd111 /sonar-batch/src/test/resources/org | |
parent | 44545af5e1f35e18525c05672c3e1c68b1a8dbd4 (diff) | |
download | sonarqube-0ffd9d683485c9a179e83ed4a466370c6036d1fe.tar.gz sonarqube-0ffd9d683485c9a179e83ed4a466370c6036d1fe.zip |
SONAR-5814 Add updated_at column on snapshot_sources
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 8c56be129e2..cb97c243911 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"/> + <SNAPSHOT_SOURCES ID="1" SNAPSHOT_ID="1000" DATA="this is the file content" UPDATED_AT="[null]"/> </dataset> |