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>.