mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
fix: Make test suite names match the directory name (#5597)
This change fixes the suite names all around the test files, to make them match to the folder name in which this test files are located. Also, the RCL test files are relocated to the consensus folder, because they are testing consensus functionality.
This commit is contained in:
@@ -402,7 +402,7 @@ class SHAMapPathProof_test : public beast::unit_test::suite
|
||||
}
|
||||
};
|
||||
|
||||
BEAST_DEFINE_TESTSUITE(SHAMap, ripple_app, ripple);
|
||||
BEAST_DEFINE_TESTSUITE(SHAMapPathProof, ripple_app, ripple);
|
||||
BEAST_DEFINE_TESTSUITE(SHAMap, shamap, ripple);
|
||||
BEAST_DEFINE_TESTSUITE(SHAMapPathProof, shamap, ripple);
|
||||
} // namespace tests
|
||||
} // namespace ripple
|
||||
|
||||
Reference in New Issue
Block a user