From ee18c10449e977b683ea97eb47396bc203cfc885 Mon Sep 17 00:00:00 2001 From: uerceg Date: Wed, 16 Jun 2021 22:46:03 +0200 Subject: [PATCH] clean up test app --- .../AdjustTestApp/AdjustTestApp/ViewController.h | 16 ++++++++-------- .../AdjustTestApp/AdjustTestApp/ViewController.m | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.h b/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.h index 0b0bea08b..e6060639d 100644 --- a/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.h +++ b/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.h @@ -9,15 +9,15 @@ #import // 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 diff --git a/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m b/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m index 4ceb87713..91615b7c2 100644 --- a/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m +++ b/AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m @@ -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];