Updated KeePassKit submodule

Added save to Kdbx test
This commit is contained in:
michael starke
2013-08-20 03:30:57 +02:00
parent f80226ee6c
commit e8124b0415
4 changed files with 51 additions and 1 deletions

View File

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