branch develop updated (ef6c68e -> 4ba4357)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-utils. See http://git.nuiton.org/nuiton-utils.git from ef6c68e fix test (see #3753) new 4ba4357 fix test (see #3753) 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 4ba4357a0b6abcd743efde77dff77685c63198e8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 17 09:08:04 2015 +0200 fix test (see #3753) Summary of changes: src/test/java/org/nuiton/util/beans/BinderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-utils. See http://git.nuiton.org/nuiton-utils.git commit 4ba4357a0b6abcd743efde77dff77685c63198e8 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Aug 17 09:08:04 2015 +0200 fix test (see #3753) --- src/test/java/org/nuiton/util/beans/BinderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/nuiton/util/beans/BinderTest.java b/src/test/java/org/nuiton/util/beans/BinderTest.java index 82bfefa..4e4b95e 100644 --- a/src/test/java/org/nuiton/util/beans/BinderTest.java +++ b/src/test/java/org/nuiton/util/beans/BinderTest.java @@ -201,7 +201,7 @@ public class BinderTest { Assert.assertEquals(b.getA(), properties.get(BeanB.PROPERTY_A)); Assert.assertEquals(b.getB(), properties.get(BeanB.PROPERTY_B)); - + } } -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm