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:
@@ -53,7 +53,7 @@ public:
|
||||
Account const alice("alice");
|
||||
|
||||
// Test without DepositAuth enabled initially.
|
||||
Env env(*this, supported_amendments() - featureDepositAuth);
|
||||
Env env(*this, testable_amendments() - featureDepositAuth);
|
||||
env.fund(XRP(10000), noripple(alice));
|
||||
|
||||
// Give alice a regular key so she can legally set and clear
|
||||
@@ -357,7 +357,7 @@ public:
|
||||
};
|
||||
|
||||
doTests(
|
||||
supported_amendments(),
|
||||
testable_amendments(),
|
||||
{{1.0, tesSUCCESS, 1.0},
|
||||
{1.1, tesSUCCESS, 1.1},
|
||||
{2.0, tesSUCCESS, 2.0},
|
||||
|
||||
Reference in New Issue
Block a user