Copy on disabled TextFields now possible. This behavior will be used when edit mode is added.

Fixed include issue
Added Tests for NSCoding compliance of KPKAttribute, KPKEntry and KPKBinary
This commit is contained in:
michael starke
2013-08-01 01:33:27 +02:00
parent 83eb0edad2
commit 115537c95b
14 changed files with 284 additions and 48 deletions

View File

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