You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndDataSourceTransactionManager.java
+1
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@
38
38
* probably not such a good idea after all. AbstractPlatformTransactionManager is not
Copy file name to clipboardExpand all lines: core/src/main/java/org/springframework/ldap/transaction/compensating/manager/ContextSourceAndHibernateTransactionManager.java
+1
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@
41
41
* probably not such a good idea after all. AbstractPlatformTransactionManager is not
Copy file name to clipboardExpand all lines: test/integration-tests/src/test/java/org/springframework/ldap/itest/manager/hibernate/ContextSourceAndHibernateTransactionManagerIntegrationTests.java
+13-13
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ public void prepareTest() throws Exception {
79
79
}
80
80
81
81
OrgPersonperson = newOrgPerson();
82
-
person.setId(newInteger(1));
82
+
person.setId(1);
83
83
person.setLastname("Person");
84
84
person.setFullname("Some Person");
85
85
person.setDescription("Sweden, Company1, Some Person");
@@ -112,7 +112,7 @@ public void cleanup() throws Exception {
112
112
publicvoidtestCreateWithException() {
113
113
OrgPersonperson = newOrgPerson();
114
114
115
-
person.setId(newInteger(2));
115
+
person.setId(2);
116
116
person.setDescription("some description");
117
117
person.setFullname("Some testperson");
118
118
person.setLastname("testperson");
@@ -148,7 +148,7 @@ public void testCreateWithException() {
Copy file name to clipboardExpand all lines: test/integration-tests/src/test/java/org/springframework/ldap/itest/manager/hibernate/ContextSourceAndHibernateTransactionManagerLdap179IntegrationTests.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ public void prepareTest() throws Exception {
0 commit comments