diff --git a/src/test/app/Flow_test.cpp b/src/test/app/Flow_test.cpp index bdf7ac6d339..bfd1460b4d4 100644 --- a/src/test/app/Flow_test.cpp +++ b/src/test/app/Flow_test.cpp @@ -1297,18 +1297,17 @@ struct Flow_test : public beast::unit_test::suite void run() override { - // testXXX(); - // testLimitQuality(); + testLimitQuality(); testXRPPathLoop(); - // testRIPD1443(); - // testRIPD1449(); - - // using namespace jtx; - // auto const sa = supported_amendments(); - // testWithFeats(sa - fix1373 - featureFlowCross); - // testWithFeats(sa - featureFlowCross); - // testWithFeats(sa); - // testEmptyStrand(sa); + testRIPD1443(); + testRIPD1449(); + + using namespace jtx; + auto const sa = supported_amendments(); + testWithFeats(sa - fix1373 - featureFlowCross); + testWithFeats(sa - featureFlowCross); + testWithFeats(sa); + testEmptyStrand(sa); } }; @@ -1327,7 +1326,7 @@ struct Flow_manual_test : public Flow_test testWithFeats(all - flowCross - f1513); testWithFeats(all - flowCross ); testWithFeats(all - f1513); - testWithFeats(all ); + testWithFeats(all ); testEmptyStrand(all - f1513); testEmptyStrand(all );