mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +00:00
Updated submodule
Fixed error in Autotype test (password wrong)
This commit is contained in:
18
MacPassTests/KPKTestXmlLoading.h
Normal file
18
MacPassTests/KPKTestXmlLoading.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// KPKXmlLoadingTest.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 23.07.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <SenTestingKit/SenTestingKit.h>
|
||||
@class KPKPassword;
|
||||
|
||||
@interface KPKTestXmlLoading : SenTestCase {
|
||||
@private
|
||||
NSData *_data;
|
||||
KPKPassword *_password;
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user