-- Injected into DatabaseSeeder via applicationContext-test.xml (see test case JdbcAclServiceTests)
-- ACL Schema SQL
-- DROP TABLE ACL_ENTRY;
-- DROP TABLE ACL_OBJECT_IDENTITY;
@ -17,8 +17,6 @@ ID BIGINT GENERATED BY DEFAULT AS IDENTITY(START WITH 100) NOT NULL PRIMARY KEY,
@@ -17,8 +17,6 @@ ID BIGINT GENERATED BY DEFAULT AS IDENTITY(START WITH 100) NOT NULL PRIMARY KEY,
@ -39,7 +40,7 @@ public class AclImplementationSecurityCheckTests extends TestCase {
@@ -39,7 +40,7 @@ public class AclImplementationSecurityCheckTests extends TestCase {
@ -83,7 +84,7 @@ public class AclImplementationSecurityCheckTests extends TestCase {
@@ -83,7 +84,7 @@ public class AclImplementationSecurityCheckTests extends TestCase {
@ -171,7 +172,7 @@ public class AclImplementationSecurityCheckTests extends TestCase {
@@ -171,7 +172,7 @@ public class AclImplementationSecurityCheckTests extends TestCase {
@ -229,7 +230,7 @@ public class AclImplementationSecurityCheckTests extends TestCase {
@@ -229,7 +230,7 @@ public class AclImplementationSecurityCheckTests extends TestCase {
@ -229,10 +231,10 @@ public class BasicLookupStrategyTests {
@@ -229,10 +231,10 @@ public class BasicLookupStrategyTests {
Stringquery="INSERT INTO acl_object_identity(ID,OBJECT_ID_CLASS,OBJECT_ID_IDENTITY,PARENT_OBJECT,OWNER_SID,ENTRIES_INHERITING) VALUES (4,2,103,1,1,1);";
@ -85,7 +88,7 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@@ -85,7 +88,7 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@ -313,7 +316,7 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@@ -313,7 +316,7 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@ -370,7 +373,7 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@@ -370,7 +373,7 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
// Remove the child and check all related database rows were removed accordingly
assertEquals(0,jdbcTemplate.queryForList("select * from acl_object_identity").size());
assertEquals(0,jdbcTemplate.queryForList("select * from acl_entry").size());
@ -385,10 +388,10 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@@ -385,10 +388,10 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@ -400,8 +403,8 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@@ -400,8 +403,8 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@ -433,7 +436,7 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@@ -433,7 +436,7 @@ public class JdbcMutableAclServiceTests extends AbstractTransactionalJUnit4Sprin
@ -85,7 +85,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -85,7 +85,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -111,7 +111,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -111,7 +111,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -124,7 +124,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -124,7 +124,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -146,7 +146,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -146,7 +146,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -177,7 +177,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -177,7 +177,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -195,7 +195,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -195,7 +195,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -218,7 +218,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -218,7 +218,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -240,7 +240,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -240,7 +240,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -257,7 +257,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -257,7 +257,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -278,7 +278,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -278,7 +278,7 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -296,6 +296,15 @@ public class ExceptionTranslationFilterTests extends TestCase {
@@ -296,6 +296,15 @@ public class ExceptionTranslationFilterTests extends TestCase {
@ -144,7 +145,7 @@ public class AnonymousProcessingFilterTests extends TestCase {
@@ -144,7 +145,7 @@ public class AnonymousProcessingFilterTests extends TestCase {
// Ensure filter didn't change our original object
@ -164,7 +165,7 @@ public class AnonymousProcessingFilterTests extends TestCase {
@@ -164,7 +165,7 @@ public class AnonymousProcessingFilterTests extends TestCase {
@ -174,7 +175,7 @@ public class AnonymousProcessingFilterTests extends TestCase {
@@ -174,7 +175,7 @@ public class AnonymousProcessingFilterTests extends TestCase {
// Now test operation if we have removeAfterRequest = true
filter.setRemoveAfterRequest(true);// set to default value
@ -127,7 +126,7 @@ public class RememberMeProcessingFilterTests extends TestCase {
@@ -127,7 +126,7 @@ public class RememberMeProcessingFilterTests extends TestCase {
// Ensure filter didn't change our original object
@ -145,7 +144,7 @@ public class RememberMeProcessingFilterTests extends TestCase {
@@ -145,7 +144,7 @@ public class RememberMeProcessingFilterTests extends TestCase {
// Ensure filter setup with our remembered authentication object
@ -170,7 +169,7 @@ public class RememberMeProcessingFilterTests extends TestCase {
@@ -170,7 +169,7 @@ public class RememberMeProcessingFilterTests extends TestCase {