branch release/4.0-RC4 updated (8d697dd -> f3d5761)
This is an automated email from the git hooks/post-receive script. New change to branch release/4.0-RC4 in repository observe. See http://git.codelutin.com/observe.git from 8d697dd fixes #6944: Tracer une carte de la marée Merge branch 'feature/6944' into develop new 6d853ed fix replicate test new f3d5761 add license header The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f3d5761ffde9d6c690252c8c1c535e8405298ee6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 18:15:20 2015 +0200 add license header commit 6d853edc1fc2806be7bb13a65f10c079748abbeb Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 18:15:11 2015 +0200 fix replicate test Summary of changes: .../its/replication/AbstractReplicateDataTest.java | 2 ++ .../its/replication/H2ReplicateDataTest.java | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch release/4.0-RC4 in repository observe. See http://git.codelutin.com/observe.git commit 6d853edc1fc2806be7bb13a65f10c079748abbeb Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 18:15:11 2015 +0200 fix replicate test --- .../java/fr/ird/observe/its/replication/AbstractReplicateDataTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/observe-business/src/test/java/fr/ird/observe/its/replication/AbstractReplicateDataTest.java b/observe-business/src/test/java/fr/ird/observe/its/replication/AbstractReplicateDataTest.java index ecc947e..4e8eabc 100644 --- a/observe-business/src/test/java/fr/ird/observe/its/replication/AbstractReplicateDataTest.java +++ b/observe-business/src/test/java/fr/ird/observe/its/replication/AbstractReplicateDataTest.java @@ -323,6 +323,8 @@ public abstract class AbstractReplicateDataTest extends AbstractReplicateTest { ); detectShell(replicationDataModel.tripSeine, ObserveEntityEnum.Route, + ObserveEntityEnum.GearUseFeaturesSeine, + ObserveEntityEnum.GearUseFeaturesMeasurementSeine, ObserveEntityEnum.ActivitySeine, ObserveEntityEnum.SetSeine, ObserveEntityEnum.SchoolEstimate, -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch release/4.0-RC4 in repository observe. See http://git.codelutin.com/observe.git commit f3d5761ffde9d6c690252c8c1c535e8405298ee6 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 23 18:15:20 2015 +0200 add license header --- .../its/replication/H2ReplicateDataTest.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/observe-business/src/test/java/fr/ird/observe/its/replication/H2ReplicateDataTest.java b/observe-business/src/test/java/fr/ird/observe/its/replication/H2ReplicateDataTest.java index ec67b2c..9e1dbbc 100644 --- a/observe-business/src/test/java/fr/ird/observe/its/replication/H2ReplicateDataTest.java +++ b/observe-business/src/test/java/fr/ird/observe/its/replication/H2ReplicateDataTest.java @@ -1,5 +1,27 @@ package fr.ird.observe.its.replication; +/* + * #%L + * ObServe :: Business + * %% + * Copyright (C) 2008 - 2015 IRD, Codelutin, Tony Chemit + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. + * #L% + */ + import com.google.common.collect.Maps; import fr.ird.observe.ObserveEntityEnum; import fr.ird.observe.db.DBTestHelper; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.
participants (1)
-
codelutin.com scm