public void TestMethod00001()
        {
            var dbPath = TemmpCopyOf.FMEY_20180924();
            var tmpDb  = new SharedLiteDB(dbPath, "Test User");

            tmpDb.RemoveCorruptedTables();

            TableCount(dbPath).Should().Be(14);

            //await Task.Delay(1000 * 2);
            dbPath.DeleteIfFound();
        }
Пример #2
0
 public static string FMEY_20180924()
 => TemmpCopyOf.MakeTempCopy("F_MEY_2018-09-24_Solo.ldb");