mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 23:00:55 +00:00
feat: Enable and rename fixSecurity3_1_3 to fixCleanup3_1_3 (#7128)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1036,7 +1036,7 @@ struct Credentials_test : public beast::unit_test::Suite
|
||||
void
|
||||
testRemoveExpiredCorruption(FeatureBitset features)
|
||||
{
|
||||
bool const fixEnabled = features[fixSecurity3_1_3];
|
||||
bool const fixEnabled = features[fixCleanup3_1_3];
|
||||
testcase(
|
||||
"removeExpired ignores deleteSLE failure " +
|
||||
(fixEnabled ? std::string(" after fix") : std::string(" before fix")));
|
||||
@@ -1164,8 +1164,8 @@ struct Credentials_test : public beast::unit_test::Suite
|
||||
testFlags(all);
|
||||
testRPC();
|
||||
|
||||
testRemoveExpiredCorruption(all - fixSecurity3_1_3);
|
||||
testRemoveExpiredCorruption(all | fixSecurity3_1_3);
|
||||
testRemoveExpiredCorruption(all - fixCleanup3_1_3);
|
||||
testRemoveExpiredCorruption(all | fixCleanup3_1_3);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user