From aeb8c33b6e73e5df2b3a92f2e5a196b5c230e2fc Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 19 Feb 2024 20:03:14 +0200 Subject: [PATCH] Update expected output for a QA scenario Inform testers that the container code no longer returns "UNTRUSTED >" strings in its output. Every string is trusted now, and the output will be similar for container and Qubes isolation providers alike. --- RELEASE.md | 5 ++--- dev_scripts/qa.py | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index cc77092..b4211c9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -175,10 +175,9 @@ Dangerzone. Dangerzone should show the settings that the user chose. Run Dangerzone and convert the `tests/test_docs/sample_bad_pdf.pdf` document. Dangerzone should fail gracefully, by reporting that the operation failed, and -showing the last error message. +showing the following error message: -_(Only for Qubes)_ The only message that the user should see is: "The document -format is not supported", without any untrusted strings. +> The document format is not supported #### 6. Dangerzone succeeds in converting multiple documents diff --git a/dev_scripts/qa.py b/dev_scripts/qa.py index 5a95f7f..091c452 100755 --- a/dev_scripts/qa.py +++ b/dev_scripts/qa.py @@ -105,10 +105,9 @@ Dangerzone. Dangerzone should show the settings that the user chose. Run Dangerzone and convert the `tests/test_docs/sample_bad_pdf.pdf` document. Dangerzone should fail gracefully, by reporting that the operation failed, and -showing the last error message. +showing the following error message: -_(Only for Qubes)_ The only message that the user should see is: "The document -format is not supported", without any untrusted strings. +> The document format is not supported #### 6. Dangerzone succeeds in converting multiple documents