瀏覽代碼

clear code

Marino Faggiana 6 年之前
父節點
當前提交
166e0851c1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      iOSClient/AppDelegate.m

+ 3 - 0
iOSClient/AppDelegate.m

@@ -279,6 +279,9 @@
         NSLog(@"[LOG] Middleware Ping");
         [[NCService sharedInstance] middlewarePing];
     }
+    
+    // Test error task upload / download
+    [self verifyInternalErrorDownloadingUploading];
 }
 
 //