mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 15:12:21 +00:00
Key/Password set/reset test
This commit is contained in:
18
MacPassTests/MPDatabasePasswordAndKeyfile.h
Normal file
18
MacPassTests/MPDatabasePasswordAndKeyfile.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// MPDatabasePasswordAndKeyfile.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 11.07.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <SenTestingKit/SenTestingKit.h>
|
||||
|
||||
@class MPDocument;
|
||||
|
||||
@interface MPDatabasePasswordAndKeyfile : SenTestCase {
|
||||
MPDocument *_databaseV3;
|
||||
MPDocument *_databaseV4;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user