mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +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>"; };
|
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>"; };
|
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; };
|
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>"; };
|
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>"; };
|
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>"; };
|
4CE8246E16E2E93400573141 /* MPOverlayWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPOverlayWindowController.m; sourceTree = "<group>"; };
|
||||||
@@ -1787,6 +1788,7 @@
|
|||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
4CEFC2F118BA7644007D2565 /* KeePassKit.h */,
|
4CEFC2F118BA7644007D2565 /* KeePassKit.h */,
|
||||||
|
4CE5DFE51BE0DAD700A6C685 /* KeePassKit+Private.h */,
|
||||||
4C0104B817C37BFC00173EF3 /* Utilites */,
|
4C0104B817C37BFC00173EF3 /* Utilites */,
|
||||||
4C1842D6179C716100E2F5BC /* Format */,
|
4C1842D6179C716100E2F5BC /* Format */,
|
||||||
4CD3ABAF178F71B50073F5C5 /* Categories */,
|
4CD3ABAF178F71B50073F5C5 /* Categories */,
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "NSData+HashedData.h"
|
#import "KeePassKit.h"
|
||||||
#import "NSData+Random.h"
|
|
||||||
|
|
||||||
@interface KPKHashedDataTest : XCTestCase
|
@interface KPKHashedDataTest : XCTestCase
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "KPKIcon.h"
|
#import "KeePassKit.h"
|
||||||
|
|
||||||
@interface KPKIconLoading : XCTestCase {
|
@interface KPKIconLoading : XCTestCase {
|
||||||
NSImage *_image;
|
NSImage *_image;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "NSString+Commands.h"
|
#import "KeePassKit.h"
|
||||||
|
|
||||||
@interface KPKTestAutotype : XCTestCase
|
@interface KPKTestAutotype : XCTestCase
|
||||||
@end
|
@end
|
||||||
|
|||||||
@@ -6,13 +6,9 @@
|
|||||||
// Copyright (c) 2015 HicknHack Software GmbH. All rights reserved.
|
// Copyright (c) 2015 HicknHack Software GmbH. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "KPKTree.h"
|
#import "KeePassKit.h"
|
||||||
#import "KPKGroup.h"
|
|
||||||
#import "KPKEntry.h"
|
|
||||||
#import "KPKAutotype.h"
|
|
||||||
|
|
||||||
@interface KPKTestEntryLookup : XCTestCase
|
@interface KPKTestEntryLookup : XCTestCase
|
||||||
@property (strong) KPKTree *tree;
|
@property (strong) KPKTree *tree;
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "NSColor+KeePassKit.h"
|
#import "KeePassKit.h"
|
||||||
|
|
||||||
|
|
||||||
@interface KPKTestHexColor : XCTestCase
|
@interface KPKTestHexColor : XCTestCase
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
#import "NSData+Keyfile.h"
|
|
||||||
|
#import "KeePassKit.h"
|
||||||
|
|
||||||
@interface KPKTestKeyfileParsing : XCTestCase
|
@interface KPKTestKeyfileParsing : XCTestCase
|
||||||
|
|
||||||
|
|||||||
@@ -9,12 +9,7 @@
|
|||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "KPKTree+Serializing.h"
|
#import "KeePassKit.h"
|
||||||
#import "KPKCompositeKey.h"
|
|
||||||
#import "KPKMetaData.h"
|
|
||||||
#import "KPKIcon.h"
|
|
||||||
|
|
||||||
#import "KPKErrors.h"
|
|
||||||
|
|
||||||
@interface KPKTestLegacyLoading : XCTestCase
|
@interface KPKTestLegacyLoading : XCTestCase
|
||||||
|
|
||||||
|
|||||||
@@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "KPKCompositeKey.h"
|
#import "KeePassKit.h"
|
||||||
#import "KPKTree+Serializing.h"
|
|
||||||
|
|
||||||
@interface KPKTestLegacyWriting : XCTestCase
|
@interface KPKTestLegacyWriting : XCTestCase
|
||||||
|
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "KeePassKit.h"
|
#import "KeePassKit.h"
|
||||||
#import "KPKEntry+Private.h"
|
#import "KeePassKit+Private.h"
|
||||||
|
|
||||||
|
|
||||||
@interface KPKTestModificationDates : XCTestCase
|
@interface KPKTestModificationDates : XCTestCase
|
||||||
|
|
||||||
|
|||||||
@@ -7,9 +7,8 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
#import "KPKEntry.h"
|
|
||||||
#import "KPKAttribute.h"
|
#import "KeePassKit.h"
|
||||||
#import "KPKFormat.h"
|
|
||||||
|
|
||||||
NSUInteger const _kKPKEntryCount = 1000;
|
NSUInteger const _kKPKEntryCount = 1000;
|
||||||
|
|
||||||
|
|||||||
@@ -7,10 +7,8 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
#import "KPKEntry.h"
|
|
||||||
#import "KPKAttribute.h"
|
|
||||||
|
|
||||||
#import "NSString+Commands.h"
|
#import "KeePassKit.h"
|
||||||
|
|
||||||
|
|
||||||
@interface KPKTextPlaceholder : XCTestCase
|
@interface KPKTextPlaceholder : XCTestCase
|
||||||
|
|||||||
@@ -8,12 +8,7 @@
|
|||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "KPKAttribute.h"
|
#import "KeePassKit.h"
|
||||||
#import "KPKEntry.h"
|
|
||||||
#import "KPKGroup.h"
|
|
||||||
#import "KPKTree.h"
|
|
||||||
|
|
||||||
#import "NSString+Commands.h"
|
|
||||||
|
|
||||||
@interface KPKTestReference : XCTestCase
|
@interface KPKTestReference : XCTestCase
|
||||||
@property (strong) KPKTree *tree;
|
@property (strong) KPKTree *tree;
|
||||||
|
|||||||
@@ -7,7 +7,9 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
#import "NSUUID+KeePassKit.h"
|
|
||||||
|
#import "KeePassKit.h"
|
||||||
|
|
||||||
@interface KPKTestUUIDAdditions : XCTestCase
|
@interface KPKTestUUIDAdditions : XCTestCase
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
@@ -6,13 +6,10 @@
|
|||||||
// Copyright (c) 2015 HicknHack Software GmbH. All rights reserved.
|
// Copyright (c) 2015 HicknHack Software GmbH. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "KPKTree.h"
|
#import "KeePassKit.h"
|
||||||
#import "KPKNode+Private.h"
|
#import "KeePassKit+Private.h"
|
||||||
#import "KPKGroup.h"
|
|
||||||
#import "KPKEntry.h"
|
|
||||||
|
|
||||||
@interface KPKTestUndo : XCTestCase <KPKTreeDelegate> {
|
@interface KPKTestUndo : XCTestCase <KPKTreeDelegate> {
|
||||||
NSUndoManager *_undoManager;
|
NSUndoManager *_undoManager;
|
||||||
|
|||||||
@@ -8,10 +8,7 @@
|
|||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "KPKCompositeKey.h"
|
#import "KeePassKit.h"
|
||||||
#import "KPKTree+Serializing.h"
|
|
||||||
#import "KPKEntry.h"
|
|
||||||
#import "KPKGroup.h"
|
|
||||||
|
|
||||||
|
|
||||||
@interface KPKTestXmlLoading : XCTestCase {
|
@interface KPKTestXmlLoading : XCTestCase {
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "KPKXmlTreeReader.h"
|
#import "KeePassKit.h"
|
||||||
#import "KPKErrors.h"
|
#import "KeePassKit+Private.h"
|
||||||
|
|
||||||
#import "DDXMLDocument.h"
|
#import "DDXMLDocument.h"
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,9 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
#import "KPKCompositeKey.h"
|
|
||||||
#import "KPKTree+Serializing.h"
|
#import "KeePassKit.h"
|
||||||
|
|
||||||
|
|
||||||
@interface KPKTestXmlWriting : XCTestCase
|
@interface KPKTestXmlWriting : XCTestCase
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,9 @@
|
|||||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
|
||||||
#import <XCTest/XCTest.h>
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
#import "NSString+XMLUtilities.h"
|
#import "KeePassKit.h"
|
||||||
|
|
||||||
@interface KPKTextXMLUtilities : XCTestCase
|
@interface KPKTextXMLUtilities : XCTestCase
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user