Key/Password set/reset test

This commit is contained in:
michael starke
2013-07-11 01:51:20 +02:00
parent 3d4c183bdb
commit 3d14904640
8 changed files with 112 additions and 17 deletions

View File

@@ -0,0 +1,13 @@
//
// MPDatabaseLoadingTest.h
// MacPass
//
// Created by Michael Starke on 10.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@interface MPDatabaseLoading : SenTestCase
@end