branch documentDeleteTopiaError updated (088e487 -> 5987947)
This is an automated email from the git hooks/post-receive script. New change to branch documentDeleteTopiaError in repository coselmar. See http://git.codelutin.com/coselmar.git from 088e487 add an unit test to highlight error with topia during deletion new 5987947 Use topia SNAPSHOT to fix issue 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 59879470c49e664ebadedee2501964cf724fa66d Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed Jan 14 15:18:54 2015 +0100 Use topia SNAPSHOT to fix issue Summary of changes: coselmar-persistence/src/test/java/fr/ifremer/DocumentDaoTest.java | 2 ++ pom.xml | 5 +---- 2 files changed, 3 insertions(+), 4 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 documentDeleteTopiaError in repository coselmar. See http://git.codelutin.com/coselmar.git commit 59879470c49e664ebadedee2501964cf724fa66d Author: Arnaud Thimel <thimel@codelutin.com> Date: Wed Jan 14 15:18:54 2015 +0100 Use topia SNAPSHOT to fix issue --- coselmar-persistence/src/test/java/fr/ifremer/DocumentDaoTest.java | 2 ++ pom.xml | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/coselmar-persistence/src/test/java/fr/ifremer/DocumentDaoTest.java b/coselmar-persistence/src/test/java/fr/ifremer/DocumentDaoTest.java index da496fe..0143697 100644 --- a/coselmar-persistence/src/test/java/fr/ifremer/DocumentDaoTest.java +++ b/coselmar-persistence/src/test/java/fr/ifremer/DocumentDaoTest.java @@ -66,6 +66,8 @@ public class DocumentDaoTest extends AbstractCoselmarDaoTest { documentDao.delete(secondDocument); // Here we have error persistenceContext.commit(); + secondPersistenceContext.getHibernateSupport().getHibernateSession().clear(); + Question reloadQuestion = questionDao.forTopiaIdEquals(secondQuestion.getTopiaId()).findAny(); Assert.assertTrue(reloadQuestion.getRelatedDocuments().isEmpty()); } diff --git a/pom.xml b/pom.xml index cb154b9..0f04dbf 100644 --- a/pom.xml +++ b/pom.xml @@ -100,9 +100,6 @@ <signatureVersion>1.0</signatureVersion> <!-- libraries version --> - <eugenePluginVersion>2.13</eugenePluginVersion> - <topiaVersion>3.0-beta-14</topiaVersion> - <nuitonI18nVersion>3.3</nuitonI18nVersion> <nuitonValidatorVersion>3.0-rc-2</nuitonValidatorVersion> @@ -126,7 +123,7 @@ <nuitonI18nVersion>3.3</nuitonI18nVersion> <eugenePluginVersion>2.13</eugenePluginVersion> - <topiaVersion>3.0-beta-14</topiaVersion> + <topiaVersion>3.0-SNAPSHOT</topiaVersion> <nuitonWebVersion>1.17</nuitonWebVersion> <nuitonUtilsVersion>3.0-rc-7</nuitonUtilsVersion> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm