branch develop updated (924395d -> 9164c42)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 924395d Fixes #6438 Merge branch 'feature/6438-improve-user-management' into develop new 9164c42 fix compil... 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 9164c4267ea14d0d466c4bef87ead413b44a4fc1 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 16 14:05:04 2015 +0100 fix compil... Summary of changes: .../indexation/DocumentsIndexationServiceTest.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 coselmar. See http://git.codelutin.com/coselmar.git commit 9164c4267ea14d0d466c4bef87ead413b44a4fc1 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 16 14:05:04 2015 +0100 fix compil... --- .../indexation/DocumentsIndexationServiceTest.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/coselmar-rest/src/test/java/fr/ifremer/coselmar/services/indexation/DocumentsIndexationServiceTest.java b/coselmar-rest/src/test/java/fr/ifremer/coselmar/services/indexation/DocumentsIndexationServiceTest.java index dfef9de..13746ef 100644 --- a/coselmar-rest/src/test/java/fr/ifremer/coselmar/services/indexation/DocumentsIndexationServiceTest.java +++ b/coselmar-rest/src/test/java/fr/ifremer/coselmar/services/indexation/DocumentsIndexationServiceTest.java @@ -65,7 +65,7 @@ public class DocumentsIndexationServiceTest extends AbstractCoselmarServiceTest "Ceci n'est pas un document", "John Doe", Privacy.PUBLIC.name(), new Date(), Lists.newArrayList("document", "test"), "testDocument", "This is not a fake document used for test", "fr", null, "Jack, Jane", - null, null, false, null, "http://somewhere", "no comment"); + null, null, false, null, "http://somewhere", "no comment", null); documentsIndexationService.indexDocument(documentOne); @@ -108,7 +108,7 @@ public class DocumentsIndexationServiceTest extends AbstractCoselmarServiceTest "Ceci n'est pas un document", "John Doe", Privacy.PUBLIC.name(), new Date(), Lists.newArrayList("document", "test"), "testDocument", "This is not a fake document used for test", "fr", null, "Jack, Jane", - null, null, false, null, "http://somewhere", "no comment"); + null, null, false, null, "http://somewhere", "no comment", null); documentsIndexationService.indexDocument(documentOne); @@ -131,7 +131,7 @@ public class DocumentsIndexationServiceTest extends AbstractCoselmarServiceTest "Doc Premier", "John Doe", Privacy.PUBLIC.name(), new Date(), Lists.newArrayList("test", "update"), "testDocument", "This is a fake doc updated for test", "fr", null, "James, JJ", - null, null, false, null, "http://somewhere", "no comment"); + null, null, false, null, "http://somewhere", "no comment", null); documentsIndexationService.updateDocument(documentOne); @@ -202,7 +202,7 @@ public class DocumentsIndexationServiceTest extends AbstractCoselmarServiceTest "Ceci n'est pas un document", "John Doe", Privacy.PUBLIC.name(), new Date(), Lists.newArrayList("document", "test"), "testDocument", "This is not a fake document used for test", "fr", null, "Jack, Jane", - null, null, false, null, "http://somewhere", "no comment"); + null, null, false, null, "http://somewhere", "no comment", null); documentsIndexationService.indexDocument(documentOne); @@ -212,7 +212,7 @@ public class DocumentsIndexationServiceTest extends AbstractCoselmarServiceTest "Tardis documentation", "The Doctor", Privacy.PUBLIC.name(), new Date(), Lists.newArrayList("tardis", "documentation", "old", "new", "borrowed", "blue"), "testDocument", "This is part of document about the TARDIS", "fr", null, "The Doctor, Rose, Amy, River, Clara", - null, null, false, null, "http://tardis.wikia.com/wiki/TARDIS", "no comment"); + null, null, false, null, "http://tardis.wikia.com/wiki/TARDIS", "no comment", null); documentsIndexationService.indexDocument(documentTwo); @@ -246,7 +246,7 @@ public class DocumentsIndexationServiceTest extends AbstractCoselmarServiceTest "Ceci n'est pas un document", "John Doe", Privacy.PUBLIC.name(), new Date(), Lists.newArrayList("document", "test"), "testDocument", "This is not a fake document used for test", "fr", null, "Jack, Jane", - null, null, false, null, "http://somewhere", "no comment"); + null, null, false, null, "http://somewhere", "no comment", null); documentsIndexationService.indexDocument(documentOne); @@ -254,7 +254,7 @@ public class DocumentsIndexationServiceTest extends AbstractCoselmarServiceTest "Another document", "Amy Pond", Privacy.PUBLIC.name(), new Date(), Lists.newArrayList("document", "test", "fish"), "testDocument", "This is just an other document used for test", "fr", null, "Amy, Rory", - null, null, false, null, "http://somewhere", "no comment"); + null, null, false, null, "http://somewhere", "no comment", null); documentsIndexationService.indexDocument(documentTwo); @@ -262,7 +262,7 @@ public class DocumentsIndexationServiceTest extends AbstractCoselmarServiceTest "Tardis documentation", "The Doctor", Privacy.PUBLIC.name(), new Date(), Lists.newArrayList("tardis", "documentation", "old", "new", "borrowed", "blue"), "testDocument", "This is part of documentation about the TARDIS", "fr", null, "The Doctor, Rose, Amy, River, Clara", - null, null, false, null, "http://tardis.wikia.com/wiki/TARDIS", "no comment"); + null, null, false, null, "http://tardis.wikia.com/wiki/TARDIS", "no comment", null); documentsIndexationService.indexDocument(documentThree); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm