branch develop updated (1fb49d7 -> 36a03a0)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository observe. See http://git.codelutin.com/observe.git from 1fb49d7 Merge branch 'feature/7075' into develop new 36a03a0 refs #7044 : mise à jour du test The 1 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 36a03a004af7492d4209b0c69a8d030241033cb7 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon May 11 11:35:38 2015 +0200 refs #7044 : mise à jour du test Summary of changes: .../impl/longline/LonglineDetailCompositionValidatorServiceTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 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 develop in repository observe. See http://git.codelutin.com/observe.git commit 36a03a004af7492d4209b0c69a8d030241033cb7 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon May 11 11:35:38 2015 +0200 refs #7044 : mise à jour du test --- .../impl/longline/LonglineDetailCompositionValidatorServiceTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/observe-swing/src/test/java/fr/ird/observe/ui/content/impl/longline/LonglineDetailCompositionValidatorServiceTest.java b/observe-swing/src/test/java/fr/ird/observe/ui/content/impl/longline/LonglineDetailCompositionValidatorServiceTest.java index 5549cba..f3532b1 100644 --- a/observe-swing/src/test/java/fr/ird/observe/ui/content/impl/longline/LonglineDetailCompositionValidatorServiceTest.java +++ b/observe-swing/src/test/java/fr/ird/observe/ui/content/impl/longline/LonglineDetailCompositionValidatorServiceTest.java @@ -172,7 +172,7 @@ public class LonglineDetailCompositionValidatorServiceTest { } - { // Section 1 - Basket 2 mistmatch floatline1Length with Section 2 - Basket 1 + { // OK d'ont check if last floatline has same length of first floatline for next section sections.get(0).getBasket().get(0).setFloatline1Length(1f); sections.get(0).getBasket().get(0).setFloatline2Length(2f); @@ -187,7 +187,7 @@ public class LonglineDetailCompositionValidatorServiceTest { sections.get(1).getBasket().get(1).setFloatline2Length(12f); List<SwingValidatorMessage> messages = service.validateSections(sections); - assertMessages(messages, 1); + assertMessages(messages, 0); } -- 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