gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 08/19: IntegrationTest on test


From: gnunet
Subject: [taler-taler-ios] 08/19: IntegrationTest on test
Date: Sat, 02 Sep 2023 22:01:09 +0200

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit 2dd71007d3ed8d6e99f183ea3f891459b4911f07
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Aug 31 20:53:56 2023 +0200

    IntegrationTest on test
---
 TalerWallet1/Views/Settings/SettingsView.swift | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/TalerWallet1/Views/Settings/SettingsView.swift 
b/TalerWallet1/Views/Settings/SettingsView.swift
index e9c458b..7f7dc51 100644
--- a/TalerWallet1/Views/Settings/SettingsView.swift
+++ b/TalerWallet1/Views/Settings/SettingsView.swift
@@ -160,6 +160,14 @@ struct SettingsView: View {
                               description: String(localized: "Perform basic 
test transactions")) {
                             Button("Test 1") {
                                 checkDisabled = true    // don't run twice
+                                Task {
+                                    symLog.log("running integration test on 
test")
+                                    do {
+                                        try await 
model.runIntegrationTestM(newVersion: false, test: true)
+                                    } catch {    // TODO: show error
+                                        symLog.log(error.localizedDescription)
+                                    }
+                                }
                             }
                             .buttonStyle(.bordered)
                             .disabled(checkDisabled)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]