Merge branch 'master' of github.com:hibernate/hibernate-core
This commit is contained in:
commit
6e35a57870
|
@ -217,7 +217,7 @@ subprojects { subProject ->
|
|||
license {
|
||||
name 'GNU Lesser General Public License'
|
||||
url 'http://www.gnu.org/licenses/lgpl-2.1.html'
|
||||
comments 'See discussion at http://hibernate.org/356.html for more details.'
|
||||
comments 'See discussion at http://hibernate.org/license for more details.'
|
||||
distribution 'repo'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -575,7 +575,7 @@ public class MergeTest extends AbstractOperationTestCase {
|
|||
cleanup();
|
||||
}
|
||||
|
||||
public void testMergeManaged() throws Exception {
|
||||
public void testMergeManagedFailureExpected() throws Exception {
|
||||
|
||||
SimpleJtaTransactionManagerImpl.getInstance().begin();
|
||||
Session s = openSession();
|
||||
|
|
Loading…
Reference in New Issue