Source release 18.6.0

This commit is contained in:
Alex Dale
2024-06-27 12:54:34 -07:00
parent 28ec8548c6
commit 20c0587dcb
56 changed files with 1191 additions and 35538 deletions

View File

@@ -6,6 +6,7 @@
#define WVCDM_CORE_REBOOT_TEST_H_
#include <map>
#include <memory>
#include <string>
#include <vector>
@@ -37,6 +38,7 @@ class RebootTest : public WvCdmTestBaseWithEngine {
// This is used to store each test's persistent data.
static wvutil::FileSystem* file_system_;
static std::unique_ptr<wvutil::FileSystem> default_file_system_;
// The persistent data for the current test.
std::map<std::string, std::string> persistent_data_;