mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
test: Run unit tests regardless of 'Supported' amendment status (#5537)
This commit is contained in:
@@ -359,7 +359,7 @@ public:
|
||||
|
||||
// Tests are sped up by a factor of 2 if a new environment isn't created
|
||||
// on every iteration.
|
||||
Env env(*this, supported_amendments());
|
||||
Env env(*this, testable_amendments());
|
||||
for (int i = 0; i < numTestIterations; ++i)
|
||||
{
|
||||
auto const iterAsStr = std::to_string(i);
|
||||
@@ -434,7 +434,7 @@ public:
|
||||
|
||||
// Speed up tests by creating the environment outside the loop
|
||||
// (factor of 2 speedup on the DirectStep tests)
|
||||
Env env(*this, supported_amendments());
|
||||
Env env(*this, testable_amendments());
|
||||
for (int i = 0; i < numTestIterations; ++i)
|
||||
{
|
||||
auto const iterAsStr = std::to_string(i);
|
||||
|
||||
Reference in New Issue
Block a user