Merge branch 'master' of github.com:hibernate/hibernate-core

This commit is contained in:
Steve Ebersole 2011-03-09 09:52:53 -06:00
commit 6e35a57870
2 changed files with 2 additions and 2 deletions

View File

@ -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'
}
}

View File

@ -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();