Skip to content

Commit

Permalink
Remove mac address tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nonelse committed Nov 12, 2015
1 parent e6e99c4 commit 6156c6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions AdjustTests/ADJActivityHandlerTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ - (void)testFirstSession
// test init values
[self checkInit:ADJEnvironmentSandbox logLevel:@"3"];

// check mac mad5 is enabled
anInfo(@"Tracking of macMd5 is disabled");

// check event buffering is disabled
anInfo(@"Event buffering is enabled");

Expand Down Expand Up @@ -131,9 +128,6 @@ - (void)testEventBuffered
// set default tracker
[config setDefaultTracker:@"default1234tracker"];

// set macMd5 disabled
[config setMacMd5TrackingEnabled:NO];

// create handler and start the first session
id<ADJActivityHandler> activityHandler = [ADJActivityHandler handlerWithConfig:config];

Expand All @@ -142,9 +136,6 @@ - (void)testEventBuffered
// test init values
[self checkInit:ADJEnvironmentSandbox logLevel:@"1"];

// check mac mad5 is disabled
aInfo(@"Tracking of macMd5 is disabled");

// check event buffering is enabled
aInfo(@"Event buffering is enabled");

Expand Down
4 changes: 0 additions & 4 deletions AdjustTests/ADJTestActivityPackage.m
Original file line number Diff line number Diff line change
Expand Up @@ -242,14 +242,10 @@ - (void)testDefaultParameters:(ADJActivityPackage *)package
- (void)testDeviceInfoIds:(ADJActivityPackage *)package
fields:(ADJPackageFields *)fields
{
// mac_sha1
appnNil(@"mac_sha1");
// idfa
appnNil(@"idfa");
// idfv
appnNil(@"idfv");
// mac_md5
// can't test in simulator
}

- (void)testDeviceInfo:(ADJActivityPackage *)package
Expand Down

0 comments on commit 6156c6f

Please sign in to comment.