Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Removed Old Test (#19)
Browse files Browse the repository at this point in the history
Updated DMG
  • Loading branch information
ikorich committed Oct 2, 2014
1 parent 3ec2aef commit 146a388
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 266 deletions.
Binary file removed DMG Artwork/dmgBackground.png
Binary file not shown.
Binary file added DMG Artwork/dmgBackground.tiff
Binary file not shown.
199 changes: 13 additions & 186 deletions KisMac2.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions KisMac2_Test/KisMac2_Test-Info.plist

This file was deleted.

7 changes: 0 additions & 7 deletions KisMac2_Test/KisMac2_Test-Prefix.pch

This file was deleted.

13 changes: 0 additions & 13 deletions KisMac2_Test/KisMac2_Test.h

This file was deleted.

32 changes: 0 additions & 32 deletions KisMac2_Test/KisMac2_Test.m

This file was deleted.

2 changes: 0 additions & 2 deletions KisMac2_Test/en.lproj/InfoPlist.strings

This file was deleted.

2 changes: 2 additions & 0 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>KisMac 2</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Controller/ScanControllerMenus.m
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ - (IBAction)goFullscreen:(id)sender

- (IBAction)openWebsiteURL:(id)sender
{
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/iKorich/KisMac2"]];
[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/IGRSoft/KisMac2"]];
}

- (IBAction)openDonateURL:(id)sender
Expand Down
5 changes: 3 additions & 2 deletions KisMac2_Test/WaveHelperTest.m → Tests/WaveHelperTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
*/

#import "WaveHelper.h"

#import <XCTest/XCTest.h>

@implementation WaveHelper(UnitTestExtension)

- (void) testVendorNames {
- (void) testVendorNames
{
UKStringContains([WaveHelper vendorForMAC:@"00:30:65:1B:F0:01"], @"Apple");
UKStringsEqual(@"Broadcast", [WaveHelper vendorForMAC:@"FF:FF:FF:FF:FF:FF"]);
UKStringContains([WaveHelper vendorForMAC:@"02:60:8C:00:00:00"], @"3Com");
Expand Down
3 changes: 2 additions & 1 deletion KisMac2_Test/WaveNetTest.m → Tests/WaveNetTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#import "WaveNet.h"
#import "WaveNetWPACrack.h"
#import "WPA.h"
#import "80211b.h"

@implementation WaveNet(UnitTestExtension)

Expand All @@ -38,7 +39,7 @@ - (void) testWPAFunctions {
j = output[i];
[ms appendFormat:@"%.2x", j];
}
UKStringsEqual(ms, @"f42c6fc52df0ebef9ebb4b90b38a5f902e83fe1b135a70e23aed762e9710a12e");
XCTAssert(ms, @"f42c6fc52df0ebef9ebb4b90b38a5f902e83fe1b135a70e23aed762e9710a12e");

wpaPasswordHash("ThisIsAPassword", (const UInt8*)"ThisIsASSID", 11, output);
ms = [NSMutableString string];
Expand Down
1 change: 1 addition & 0 deletions KisMac2_Test/WavePacketTest.m → Tests/WavePacketTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/
#import "WavePacket.h"
#import "WaveHelper.h"
#import "80211b.h"

@implementation WavePacket(UnitTestExtentsion)

Expand Down

0 comments on commit 146a388

Please sign in to comment.