Added loading tests for meta entries

Added Test KDB database with custom icon
This commit is contained in:
michael starke
2013-08-05 21:26:06 +02:00
parent f87e60442e
commit b913d37797
10 changed files with 114 additions and 25 deletions

View File

@@ -8,12 +8,6 @@
#import <SenTestingKit/SenTestingKit.h>
@class KPKPassword;
@interface KPKLegacyLoadingTest : SenTestCase {
@private
NSData *_data;
KPKPassword *_password;
}
@interface KPKLegacyLoadingTest : SenTestCase
@end