Skip to content

Commit

Permalink
[fold] Uncomment existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seelabs committed Feb 25, 2020
1 parent 4d1f999 commit c5b605e
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions src/test/app/Flow_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
};

Expand All @@ -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 );
Expand Down

0 comments on commit c5b605e

Please sign in to comment.