From 853a598befbb8823c5868c792f51cda3466fada1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 17 Aug 2022 18:23:06 +0200 Subject: Add cEp to CfgA. --- c/test.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'c/test.cpp') diff --git a/c/test.cpp b/c/test.cpp index b8cf20a..92644ba 100644 --- a/c/test.cpp +++ b/c/test.cpp @@ -152,6 +152,21 @@ TESTS } //DeleteFile(L"tmp.dat"); } + + // TEST(MigrateCfg) + // { + // FileView fva{L"cfga.dat", 1}; + // FileView fvb = FileView::Initialized(L"cfgb.dat", 1); + // fvb->bViewWatched = fva->bViewWatched; + // fvb->bViewTVOriginal = fva->bViewTVOriginal; + // fvb->iSortCol = fva->iSortCol; + // fvb->iFocus = fva->iFocus; + // fvb->heightDlv = fva->heightDlv; + // Wcscpy(fvb->limitScreenwriter, fva->limitScreenwriter); + // Wcscpy(fvb->root, fva->root); + // Wcscpy(fvb->glob, fva->glob); + // Wcscpy(fvb->url, fva->url); + // } }; int RunTests() @@ -163,6 +178,7 @@ int RunTests() IO{}, //MigrateElvDataFromPrologToDisk{}, SampleConfigurationToDisk{}, + //MigrateCfg{} }; printf("Results (%llu tests):\n", sizeof(tests)/sizeof(*tests)); -- cgit v1.2.3