mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
Using private umbreall header for KeePassKit tests
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
Submodule KeePassKit updated: a1b1ef3cb9...4f4af8c13e
@@ -921,6 +921,7 @@
|
||||
4CE501331BBC47F500FB819D /* MPTagsTokenFieldDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPTagsTokenFieldDelegate.m; sourceTree = "<group>"; };
|
||||
4CE5B548173AFBA700207B39 /* MPDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPDocument.h; sourceTree = "<group>"; };
|
||||
4CE5B549173AFBA700207B39 /* MPDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MPDocument.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
||||
4CE5DFE51BE0DAD700A6C685 /* KeePassKit+Private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "KeePassKit+Private.h"; sourceTree = "<group>"; };
|
||||
4CE76DAC17B3AD010043B82B /* KPKHashedDataTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KPKHashedDataTest.m; sourceTree = "<group>"; };
|
||||
4CE8246D16E2E93400573141 /* MPOverlayWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPOverlayWindowController.h; sourceTree = "<group>"; };
|
||||
4CE8246E16E2E93400573141 /* MPOverlayWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPOverlayWindowController.m; sourceTree = "<group>"; };
|
||||
@@ -1787,6 +1788,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4CEFC2F118BA7644007D2565 /* KeePassKit.h */,
|
||||
4CE5DFE51BE0DAD700A6C685 /* KeePassKit+Private.h */,
|
||||
4C0104B817C37BFC00173EF3 /* Utilites */,
|
||||
4C1842D6179C716100E2F5BC /* Format */,
|
||||
4CD3ABAF178F71B50073F5C5 /* Categories */,
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
- (NSString *)defaultAutotypeSequenceForTree:(KPKTree *)tree {
|
||||
return [[NSUserDefaults standardUserDefaults] stringForKey:kMPSettingsKeyDefaultGlobalAutotypeSequence];
|
||||
return [[NSUserDefaults standardUserDefaults] stringForKey:kMPSettingsKeyDefaultGlobalAutotypeSequence];
|
||||
}
|
||||
|
||||
- (BOOL)shouldEditTree:(KPKTree *)tree {
|
||||
|
||||
@@ -8,8 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "NSData+HashedData.h"
|
||||
#import "NSData+Random.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKHashedDataTest : XCTestCase
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKIcon.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKIconLoading : XCTestCase {
|
||||
NSImage *_image;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "NSString+Commands.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestAutotype : XCTestCase
|
||||
@end
|
||||
|
||||
@@ -6,13 +6,9 @@
|
||||
// Copyright (c) 2015 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKTree.h"
|
||||
#import "KPKGroup.h"
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKAutotype.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestEntryLookup : XCTestCase
|
||||
@property (strong) KPKTree *tree;
|
||||
|
||||
@@ -8,8 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "NSColor+KeePassKit.h"
|
||||
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestHexColor : XCTestCase
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "NSData+Keyfile.h"
|
||||
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestKeyfileParsing : XCTestCase
|
||||
|
||||
|
||||
@@ -9,12 +9,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKTree+Serializing.h"
|
||||
#import "KPKCompositeKey.h"
|
||||
#import "KPKMetaData.h"
|
||||
#import "KPKIcon.h"
|
||||
|
||||
#import "KPKErrors.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestLegacyLoading : XCTestCase
|
||||
|
||||
|
||||
@@ -8,8 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKCompositeKey.h"
|
||||
#import "KPKTree+Serializing.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestLegacyWriting : XCTestCase
|
||||
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KeePassKit.h"
|
||||
#import "KPKEntry+Private.h"
|
||||
|
||||
#import "KeePassKit+Private.h"
|
||||
|
||||
@interface KPKTestModificationDates : XCTestCase
|
||||
|
||||
|
||||
@@ -7,9 +7,8 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKAttribute.h"
|
||||
#import "KPKFormat.h"
|
||||
|
||||
#import "KeePassKit.h"
|
||||
|
||||
NSUInteger const _kKPKEntryCount = 1000;
|
||||
|
||||
|
||||
@@ -7,10 +7,8 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKAttribute.h"
|
||||
|
||||
#import "NSString+Commands.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
|
||||
@interface KPKTextPlaceholder : XCTestCase
|
||||
|
||||
@@ -8,12 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKAttribute.h"
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKGroup.h"
|
||||
#import "KPKTree.h"
|
||||
|
||||
#import "NSString+Commands.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestReference : XCTestCase
|
||||
@property (strong) KPKTree *tree;
|
||||
|
||||
@@ -7,7 +7,9 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "NSUUID+KeePassKit.h"
|
||||
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTestUUIDAdditions : XCTestCase
|
||||
|
||||
@end
|
||||
|
||||
@@ -6,13 +6,10 @@
|
||||
// Copyright (c) 2015 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKTree.h"
|
||||
#import "KPKNode+Private.h"
|
||||
#import "KPKGroup.h"
|
||||
#import "KPKEntry.h"
|
||||
#import "KeePassKit.h"
|
||||
#import "KeePassKit+Private.h"
|
||||
|
||||
@interface KPKTestUndo : XCTestCase <KPKTreeDelegate> {
|
||||
NSUndoManager *_undoManager;
|
||||
|
||||
@@ -8,10 +8,7 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKCompositeKey.h"
|
||||
#import "KPKTree+Serializing.h"
|
||||
#import "KPKEntry.h"
|
||||
#import "KPKGroup.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
|
||||
@interface KPKTestXmlLoading : XCTestCase {
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "KPKXmlTreeReader.h"
|
||||
#import "KPKErrors.h"
|
||||
#import "KeePassKit.h"
|
||||
#import "KeePassKit+Private.h"
|
||||
|
||||
#import "DDXMLDocument.h"
|
||||
|
||||
|
||||
@@ -7,8 +7,9 @@
|
||||
//
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
#import "KPKCompositeKey.h"
|
||||
#import "KPKTree+Serializing.h"
|
||||
|
||||
#import "KeePassKit.h"
|
||||
|
||||
|
||||
@interface KPKTestXmlWriting : XCTestCase
|
||||
|
||||
|
||||
@@ -6,10 +6,9 @@
|
||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "NSString+XMLUtilities.h"
|
||||
#import "KeePassKit.h"
|
||||
|
||||
@interface KPKTextXMLUtilities : XCTestCase
|
||||
|
||||
|
||||
Reference in New Issue
Block a user