more unit testing of diff xmit

This commit is contained in:
2021-08-03 12:40:12 -04:00
parent 202c5a24ba
commit 3fa782383e
4 changed files with 104 additions and 24 deletions

View File

@@ -216,7 +216,10 @@ public:
bool valid() const;
// Convert to a string for debugging purposes.
std::string debug_string() const;
std::string steps_debug_string() const;
std::string full_debug_string() const;
// Convert to a
private:
bool version_autoinc_;