commit | a35756b7de3921a30e355f7597b125edbf666398 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 22 16:59:11 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 22 16:59:11 2013 -0800 |
tree | f3ea6a0d9b7713c322d19668681a19610aa7c8a0 | |
parent | 0995f3242fe2a65ffdb5aa2ba19ffe084ccd61bc [diff] [blame] |
Debugging ActionLog. Corrections in dispatcher (filename in DB should be in a "generic" format)
diff --git a/test/test-sync-log.cc b/test/test-sync-log.cc index 311f937..09443e9 100644 --- a/test/test-sync-log.cc +++ b/test/test-sync-log.cc
@@ -42,7 +42,7 @@ INIT_LOGGERS (); fs::path tmpdir = fs::unique_path (fs::temp_directory_path () / "%%%%-%%%%-%%%%-%%%%"); - SyncLog db (tmpdir, "/alex"); + SyncLog db (tmpdir, Name ("/alex")); HashPtr hash = db.RememberStateInStateLog (); // should be empty