mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 01:07:54 +00:00
remove (now) incorrect test case for xahaugen
This commit is contained in:
@@ -110,17 +110,6 @@ public:
|
|||||||
|
|
||||||
testcase("Basics");
|
testcase("Basics");
|
||||||
|
|
||||||
// test that XahauGenesis disables DeletableAccounts
|
|
||||||
{
|
|
||||||
Env env(*this, features | featureXahauGenesis);
|
|
||||||
Account const alice("alice");
|
|
||||||
|
|
||||||
env.fund(XRP(10000), alice);
|
|
||||||
env.close();
|
|
||||||
|
|
||||||
env(acctdelete(alice, alice), ter(temDISABLED));
|
|
||||||
}
|
|
||||||
|
|
||||||
Env env(*this, features);
|
Env env(*this, features);
|
||||||
Account const alice("alice");
|
Account const alice("alice");
|
||||||
Account const becky("becky");
|
Account const becky("becky");
|
||||||
|
|||||||
Reference in New Issue
Block a user