public void SnapshotBackupWithUnicodePath() { if (!EsentVersion.SupportsUnicodePaths) { return; } var test = new DatabaseFileTestHelper(this.directory); test.TestSnapshotBackup(); }
public void SnapshotBackupWithAsciiPath() { var test = new DatabaseFileTestHelper("database"); test.TestSnapshotBackup(); }