Updated submodule

Added Test for Hashed data
This commit is contained in:
michael starke
2013-08-09 01:58:43 +02:00
parent bc0af02be4
commit 4b42493376
8 changed files with 58 additions and 26 deletions

View File

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