From 536562976dad7425fcb546736eaa6e463c8032a9 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 14 Feb 2012 16:36:24 +0100 Subject: SONAR-3208 complete database tables * add PROJECTS.PERSON_ID * create the table AUTHORS --- .../batch/DefaultTimeMachineTest/loadMeasuresFromDate.xml | 4 ++-- .../sonar/batch/ProjectConfiguratorTest/isLatestAnalysis.xml | 2 +- .../isLatestAnalysisIfNeverAnalysed.xml | 2 +- .../batch/ProjectConfiguratorTest/isNotLatestAnalysis.xml | 2 +- .../sonar/batch/components/PastMeasuresLoaderTest/shared.xml | 6 +++--- .../batch/components/PastSnapshotFinderByDateTest/shared.xml | 2 +- .../batch/components/PastSnapshotFinderByDaysTest/shared.xml | 6 +++--- .../PastSnapshotFinderByDaysTest/shouldNotFindSelf.xml | 6 +++--- .../shouldFindPreviousAnalysis.xml | 2 +- .../shouldNotFindPreviousAnalysis.xml | 2 +- .../components/PastSnapshotFinderByVersionTest/shared.xml | 2 +- .../batch/components/TimeMachineConfigurationTest/shared.xml | 6 +++--- .../sonar/batch/index/DefaultResourcePersisterTest/shared.xml | 2 +- .../shouldSaveNewDirectory-result.xml | 6 +++--- .../shouldSaveNewLibrary-result.xml | 6 +++--- .../shouldSaveNewMultiModulesProject-result.xml | 10 +++++----- .../shouldSaveNewProject-result.xml | 4 ++-- .../shouldUpdateExistingResource-result.xml | 2 +- .../shouldUpdateExistingResource.xml | 2 +- .../org/sonar/batch/index/MeasurePersisterTest/shared.xml | 6 +++--- .../index/MeasurePersisterTest/shouldDelaySaving-result.xml | 6 +++--- .../index/MeasurePersisterTest/shouldInsertMeasure-result.xml | 6 +++--- .../shouldNotDelaySavingWithDatabaseOnlyMeasure-result.xml | 6 +++--- .../index/MeasurePersisterTest/shouldUpdateMeasure-result.xml | 6 +++--- .../org/sonar/batch/index/SourcePersisterTest/shared.xml | 2 +- .../index/SourcePersisterTest/shouldSaveSource-result.xml | 2 +- .../sonar/batch/phases/UpdateStatusJobTest/sharedFixture.xml | 10 +++++----- 27 files changed, 59 insertions(+), 59 deletions(-) (limited to 'sonar-batch') diff --git a/sonar-batch/src/test/resources/org/sonar/batch/DefaultTimeMachineTest/loadMeasuresFromDate.xml b/sonar-batch/src/test/resources/org/sonar/batch/DefaultTimeMachineTest/loadMeasuresFromDate.xml index 5d94c817fd0..3a6d76cabaf 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/DefaultTimeMachineTest/loadMeasuresFromDate.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/DefaultTimeMachineTest/loadMeasuresFromDate.xml @@ -6,10 +6,10 @@ + description="[null]" enabled="true" profile_id="[null]" language="java" copy_resource_id="[null]" person_id="[null]"/> + description="[null]" enabled="true" profile_id="[null]" language="java" copy_resource_id="[null]" person_id="[null]"/> diff --git a/sonar-batch/src/test/resources/org/sonar/batch/ProjectConfiguratorTest/isLatestAnalysis.xml b/sonar-batch/src/test/resources/org/sonar/batch/ProjectConfiguratorTest/isLatestAnalysis.xml index 6b0e7bb6e6e..de187166907 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/ProjectConfiguratorTest/isLatestAnalysis.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/ProjectConfiguratorTest/isLatestAnalysis.xml @@ -3,7 +3,7 @@ + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> diff --git a/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDateTest/shared.xml b/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDateTest/shared.xml index 3914489d920..2d07a1dda77 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDateTest/shared.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDateTest/shared.xml @@ -3,7 +3,7 @@ + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> diff --git a/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDaysTest/shared.xml b/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDaysTest/shared.xml index eb07ea0f0c5..4a2fc84eb3c 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDaysTest/shared.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDaysTest/shared.xml @@ -4,19 +4,19 @@ + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> diff --git a/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDaysTest/shouldNotFindSelf.xml b/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDaysTest/shouldNotFindSelf.xml index 30b4fd235ab..a62a55c49dd 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDaysTest/shouldNotFindSelf.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByDaysTest/shouldNotFindSelf.xml @@ -4,19 +4,19 @@ + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> diff --git a/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByPreviousAnalysisTest/shouldFindPreviousAnalysis.xml b/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByPreviousAnalysisTest/shouldFindPreviousAnalysis.xml index f5edd855a07..f6e905101a6 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByPreviousAnalysisTest/shouldFindPreviousAnalysis.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByPreviousAnalysisTest/shouldFindPreviousAnalysis.xml @@ -3,7 +3,7 @@ + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> diff --git a/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByVersionTest/shared.xml b/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByVersionTest/shared.xml index c414b95daa4..98c40a5fc53 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByVersionTest/shared.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/components/PastSnapshotFinderByVersionTest/shared.xml @@ -3,7 +3,7 @@ + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> diff --git a/sonar-batch/src/test/resources/org/sonar/batch/components/TimeMachineConfigurationTest/shared.xml b/sonar-batch/src/test/resources/org/sonar/batch/components/TimeMachineConfigurationTest/shared.xml index 5e53bd405e7..65c8a495038 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/components/TimeMachineConfigurationTest/shared.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/components/TimeMachineConfigurationTest/shared.xml @@ -1,12 +1,12 @@ + root_id="[null]" description="[null]" enabled="true" profile_id="[null]" language="java" copy_resource_id="[null]" person_id="[null]"/> + root_id="[null]" description="[null]" enabled="true" profile_id="[null]" language="java" copy_resource_id="[null]" person_id="[null]"/> + root_id="2" description="[null]" enabled="true" profile_id="[null]" language="java" copy_resource_id="[null]" person_id="[null]"/> diff --git a/sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest/shared.xml b/sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest/shared.xml index 61455e2ca4c..b0d3176964b 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest/shared.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/index/DefaultResourcePersisterTest/shared.xml @@ -3,7 +3,7 @@ + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="[null]" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]" profile_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> + enabled="true" language="java" copy_resource_id="[null]" person_id="[null]"/> \ No newline at end of file -- cgit v1.2.3