branch develop updated (7ce55d5 -> 052f86e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 7ce55d5 Fix error in vocabulary new 052f86e Fix error in vocabulary 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 052f86e189e71b829a5b53f75d2f367fee321ad0 Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Mon Nov 21 17:32:11 2016 +0100 Fix error in vocabulary Summary of changes: .../echobase/services/service/atlantos/ExportAtlantosServiceTest.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@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 052f86e189e71b829a5b53f75d2f367fee321ad0 Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Mon Nov 21 17:32:11 2016 +0100 Fix error in vocabulary --- .../echobase/services/service/atlantos/ExportAtlantosServiceTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/echobase-services/src/test/java/fr/ifremer/echobase/services/service/atlantos/ExportAtlantosServiceTest.java b/echobase-services/src/test/java/fr/ifremer/echobase/services/service/atlantos/ExportAtlantosServiceTest.java index 3d242da..0b8f69a 100644 --- a/echobase-services/src/test/java/fr/ifremer/echobase/services/service/atlantos/ExportAtlantosServiceTest.java +++ b/echobase-services/src/test/java/fr/ifremer/echobase/services/service/atlantos/ExportAtlantosServiceTest.java @@ -63,14 +63,14 @@ public class ExportAtlantosServiceTest extends EchoBaseTestServiceSupport { // @Test public void testPattern() { - Pattern pattern = Pattern.compile("^(((AC_)|(ISO_)|(ICES_))?[^_]+)_(\\w+)"); + Pattern pattern = Pattern.compile("^(((AC_)|(ISO_)|(ICES_))?[^_]+)_(.+)"); Matcher matcher = pattern.matcher("Gear_PMT_57x52"); matcher.find(); matcher = pattern.matcher("SHIPC_35HT"); matcher.find(); - matcher = pattern.matcher("AC_SaCategory_D1"); + matcher = pattern.matcher("AC_SaCategory_D1-1"); matcher.find(); } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm