Skip to content

Commit

Permalink
clean up test app
Browse files Browse the repository at this point in the history
  • Loading branch information
uerceg committed Jun 16, 2021
1 parent 22528a8 commit ee18c10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
#import <UIKit/UIKit.h>

// simulator
//static NSString * baseUrl = @"http://127.0.0.1:8080";
//static NSString * gdprUrl = @"http://127.0.0.1:8080";
//static NSString * subscriptionUrl = @"http://127.0.0.1:8080";
//static NSString * controlUrl = @"ws://127.0.0.1:1987";
static NSString * baseUrl = @"http://127.0.0.1:8080";
static NSString * gdprUrl = @"http://127.0.0.1:8080";
static NSString * subscriptionUrl = @"http://127.0.0.1:8080";
static NSString * controlUrl = @"ws://127.0.0.1:1987";
// device
static NSString * baseUrl = @"http://192.168.86.75:8080";
static NSString * gdprUrl = @"http://192.168.86.75:8080";
static NSString * subscriptionUrl = @"http://192.168.86.75:8080";
static NSString * controlUrl = @"ws://192.168.86.75:1987";
// static NSString * baseUrl = @"http://192.168.0.27:8080";
// static NSString * gdprUrl = @"http://192.168.0.27:8080";
// static NSString * subscriptionUrl = @"http://192.168.0.27:8080";
// static NSString * controlUrl = @"ws://192.168.0.27:1987";

@interface ViewController : UIViewController

Expand Down
2 changes: 1 addition & 1 deletion AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ - (void)viewDidLoad {
[self.adjustCommandExecutor setTestLibrary:self.testLibrary];

// [self.testLibrary addTestDirectory:@"event-callbacks"];
// [self.testLibrary addTest:@"Test_AdRevenue_ad_revenue"];
// [self.testLibrary addTest:@"Test_Parameters"];

// [self.testLibrary doNotExitAfterEnd];
[self startTestSession];
Expand Down

0 comments on commit ee18c10

Please sign in to comment.