Updated submodule

Fixed error in Autotype test (password wrong)
This commit is contained in:
michael starke
2013-08-17 15:39:40 +02:00
parent bbd0062301
commit d30bcac236
11 changed files with 33 additions and 36 deletions

View File

@@ -0,0 +1,17 @@
//
// KPKLegacyWritingTest.h
// MacPass
//
// Created by Michael Starke on 02.08.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@class KPKPassword;
@interface KPKTestLegacyWriting : SenTestCase {
NSData *_data;
KPKPassword *_password;
}
@end