mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
test: Run unit tests regardless of 'Supported' amendment status (#5537)
This commit is contained in:
@@ -82,8 +82,8 @@ public:
|
||||
|
||||
// Make one test run without fixReducedOffersV1 and one with.
|
||||
for (FeatureBitset features :
|
||||
{supported_amendments() - fixReducedOffersV1,
|
||||
supported_amendments() | fixReducedOffersV1})
|
||||
{testable_amendments() - fixReducedOffersV1,
|
||||
testable_amendments() | fixReducedOffersV1})
|
||||
{
|
||||
Env env{*this, features};
|
||||
|
||||
@@ -238,8 +238,8 @@ public:
|
||||
|
||||
// Make one test run without fixReducedOffersV1 and one with.
|
||||
for (FeatureBitset features :
|
||||
{supported_amendments() - fixReducedOffersV1,
|
||||
supported_amendments() | fixReducedOffersV1})
|
||||
{testable_amendments() - fixReducedOffersV1,
|
||||
testable_amendments() | fixReducedOffersV1})
|
||||
{
|
||||
// Make sure none of the offers we generate are under funded.
|
||||
Env env{*this, features};
|
||||
@@ -401,8 +401,8 @@ public:
|
||||
|
||||
// Make one test run without fixReducedOffersV1 and one with.
|
||||
for (FeatureBitset features :
|
||||
{supported_amendments() - fixReducedOffersV1,
|
||||
supported_amendments() | fixReducedOffersV1})
|
||||
{testable_amendments() - fixReducedOffersV1,
|
||||
testable_amendments() | fixReducedOffersV1})
|
||||
{
|
||||
Env env{*this, features};
|
||||
|
||||
@@ -509,8 +509,8 @@ public:
|
||||
|
||||
// Make one test run without fixReducedOffersV1 and one with.
|
||||
for (FeatureBitset features :
|
||||
{supported_amendments() - fixReducedOffersV1,
|
||||
supported_amendments() | fixReducedOffersV1})
|
||||
{testable_amendments() - fixReducedOffersV1,
|
||||
testable_amendments() | fixReducedOffersV1})
|
||||
{
|
||||
Env env{*this, features};
|
||||
|
||||
@@ -639,8 +639,8 @@ public:
|
||||
|
||||
// Make one test run without fixReducedOffersV2 and one with.
|
||||
for (FeatureBitset features :
|
||||
{supported_amendments() - fixReducedOffersV2,
|
||||
supported_amendments() | fixReducedOffersV2})
|
||||
{testable_amendments() - fixReducedOffersV2,
|
||||
testable_amendments() | fixReducedOffersV2})
|
||||
{
|
||||
// Make sure none of the offers we generate are under funded.
|
||||
Env env{*this, features};
|
||||
|
||||
Reference in New Issue
Block a user