test: Remove boost::split from rpc_tests.cpp #25025

pull MarcoFalke wants to merge 1 commits into bitcoin:master from MarcoFalke:2204-test-boost-🏓 changing 1 files +6 −11
  1. MarcoFalke commented at 9:41 AM on April 29, 2022: member

    No need for boost, as there are no tabs.

    Can be tested with:

    diff --git a/src/test/rpc_tests.cpp b/src/test/rpc_tests.cpp
    index 50b5078110..ad6a888ad0 100644
    --- a/src/test/rpc_tests.cpp
    +++ b/src/test/rpc_tests.cpp
    @@ -29,6 +29,7 @@ public:
     
     UniValue RPCTestingSetup::CallRPC(std::string args)
     {
    +Assert(args.find('\t')==std::string::npos);
         std::vector<std::string> vArgs;
         boost::split(vArgs, args, boost::is_any_of(" \t"));
         std::string strMethod = vArgs[0];
    
  2. test: Remove boost::split from rpc_tests.cpp fad35e9afd
  3. MarcoFalke force-pushed on Apr 29, 2022
  4. DrahtBot added the label Tests on Apr 29, 2022
  5. fanquake approved
  6. fanquake commented at 11:24 AM on April 29, 2022: member

    utACK fad35e9afdd0bb6e8d6bf7f34a31de11aeb2d39b

  7. MarcoFalke merged this on Apr 29, 2022
  8. MarcoFalke closed this on Apr 29, 2022

  9. MarcoFalke deleted the branch on Apr 29, 2022
  10. sidhujag referenced this in commit 73584b291a on Apr 29, 2022
  11. kittywhiskers referenced this in commit 4cc241008b on Dec 21, 2022
  12. kittywhiskers referenced this in commit 6d34a6f3df on Dec 26, 2022
  13. kittywhiskers referenced this in commit 2958c9e542 on Jan 3, 2023
  14. kittywhiskers referenced this in commit 16d460d7aa on Jan 13, 2023
  15. kittywhiskers referenced this in commit 416ce3b244 on Jan 15, 2023
  16. kittywhiskers referenced this in commit dc98e7d835 on Jan 19, 2023
  17. PastaPastaPasta referenced this in commit 2d7a448fdc on Jan 19, 2023
  18. DrahtBot locked this on Apr 29, 2023
Contributors
Labels

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-17 06:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me