From d64a201fbee2d3b22cb8b0fac91373ab729cc0dd Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Wed, 22 Oct 2025 08:20:21 -0700 Subject: [PATCH] deploy: 7c39c810eb35e64a1b818422c44857c158491b9b --- Flow__test_8cpp_source.html | 31 ++++++++++------------ Offer__test_8cpp_source.html | 51 ++++++++++++++++++------------------ 2 files changed, 39 insertions(+), 43 deletions(-) diff --git a/Flow__test_8cpp_source.html b/Flow__test_8cpp_source.html index 38549c1fb3..fd10b3be48 100644 --- a/Flow__test_8cpp_source.html +++ b/Flow__test_8cpp_source.html @@ -1477,26 +1477,23 @@ $(document).ready(function() { init_codefold(0); });
1346 {
1347 using namespace jtx;
1348 auto const all = testable_amendments();
-
1349 FeatureBitset const f1513{fix1513};
-
1350 FeatureBitset const permDex{featurePermissionedDEX};
-
1351
-
1352 testWithFeats(all - f1513 - permDex);
-
1353 testWithFeats(all - permDex);
-
1354 testWithFeats(all);
-
1355
-
1356 testEmptyStrand(all - f1513 - permDex);
-
1357 testEmptyStrand(all - permDex);
-
1358 testEmptyStrand(all);
-
1359 }
+
1349 FeatureBitset const permDex{featurePermissionedDEX};
+
1350
+
1351 testWithFeats(all - permDex);
+
1352 testWithFeats(all);
+
1353
+
1354 testEmptyStrand(all - permDex);
+
1355 testEmptyStrand(all);
+
1356 }
-
1360};
+
1357};
+
1358
+
1359BEAST_DEFINE_TESTSUITE_PRIO(Flow, app, ripple, 2);
+
1360BEAST_DEFINE_TESTSUITE_MANUAL_PRIO(Flow_manual, app, ripple, 4);
1361
-
1362BEAST_DEFINE_TESTSUITE_PRIO(Flow, app, ripple, 2);
-
1363BEAST_DEFINE_TESTSUITE_MANUAL_PRIO(Flow_manual, app, ripple, 4);
-
1364
-
1365} // namespace test
-
1366} // namespace ripple
+
1362} // namespace test
+
1363} // namespace ripple
A generic endpoint for log messages.
Definition Journal.h:60
A testsuite class.
Definition suite.h:55
diff --git a/Offer__test_8cpp_source.html b/Offer__test_8cpp_source.html index 20d1c3847e..e9817f4ae6 100644 --- a/Offer__test_8cpp_source.html +++ b/Offer__test_8cpp_source.html @@ -5697,34 +5697,33 @@ $(document).ready(function() { init_codefold(0); });
5450 {
5451 using namespace jtx;
5452 FeatureBitset const all{testable_amendments()};
-
5453 FeatureBitset const f1513{fix1513};
-
5454 FeatureBitset const immediateOfferKilled{featureImmediateOfferKilled};
-
5455 FeatureBitset const takerDryOffer{fixTakerDryOfferRemoval};
-
5456 FeatureBitset const fillOrKill{fixFillOrKill};
-
5457 FeatureBitset const permDEX{featurePermissionedDEX};
-
5458
-
5459 testAll(all - f1513 - immediateOfferKilled - permDEX);
-
5460 testAll(all - immediateOfferKilled - fillOrKill - permDEX);
-
5461 testAll(all - fillOrKill - permDEX);
-
5462 testAll(all - permDEX);
-
5463 testAll(all);
-
5464
-
5465 testAll(all - takerDryOffer - permDEX);
-
5466 }
+
5453 FeatureBitset const immediateOfferKilled{featureImmediateOfferKilled};
+
5454 FeatureBitset const takerDryOffer{fixTakerDryOfferRemoval};
+
5455 FeatureBitset const fillOrKill{fixFillOrKill};
+
5456 FeatureBitset const permDEX{featurePermissionedDEX};
+
5457
+
5458 testAll(all - immediateOfferKilled - permDEX);
+
5459 testAll(all - immediateOfferKilled - fillOrKill - permDEX);
+
5460 testAll(all - fillOrKill - permDEX);
+
5461 testAll(all - permDEX);
+
5462 testAll(all);
+
5463
+
5464 testAll(all - takerDryOffer - permDEX);
+
5465 }
-
5467};
+
5466};
-
5468
-
5469BEAST_DEFINE_TESTSUITE_PRIO(OfferBaseUtil, app, ripple, 2);
-
5470BEAST_DEFINE_TESTSUITE_PRIO(OfferWTakerDryOffer, app, ripple, 2);
-
5471BEAST_DEFINE_TESTSUITE_PRIO(OfferWOSmallQOffers, app, ripple, 2);
-
5472BEAST_DEFINE_TESTSUITE_PRIO(OfferWOFillOrKill, app, ripple, 2);
-
5473BEAST_DEFINE_TESTSUITE_PRIO(OfferWOPermDEX, app, ripple, 2);
-
5474BEAST_DEFINE_TESTSUITE_PRIO(OfferAllFeatures, app, ripple, 2);
-
5475BEAST_DEFINE_TESTSUITE_MANUAL_PRIO(Offer_manual, app, ripple, 20);
-
5476
-
5477} // namespace test
-
5478} // namespace ripple
+
5467
+
5468BEAST_DEFINE_TESTSUITE_PRIO(OfferBaseUtil, app, ripple, 2);
+
5469BEAST_DEFINE_TESTSUITE_PRIO(OfferWTakerDryOffer, app, ripple, 2);
+
5470BEAST_DEFINE_TESTSUITE_PRIO(OfferWOSmallQOffers, app, ripple, 2);
+
5471BEAST_DEFINE_TESTSUITE_PRIO(OfferWOFillOrKill, app, ripple, 2);
+
5472BEAST_DEFINE_TESTSUITE_PRIO(OfferWOPermDEX, app, ripple, 2);
+
5473BEAST_DEFINE_TESTSUITE_PRIO(OfferAllFeatures, app, ripple, 2);
+
5474BEAST_DEFINE_TESTSUITE_MANUAL_PRIO(Offer_manual, app, ripple, 20);
+
5475
+
5476} // namespace test
+
5477} // namespace ripple
Represents a JSON value.
Definition json_value.h:149