From b66952a5c011da052ea953db63ca730c6a6a7c1c Mon Sep 17 00:00:00 2001 From: Ivana Date: Thu, 29 Jul 2021 10:02:37 +0000 Subject: [PATCH] Create reimport imported messages --- reimport-imported-messages.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 reimport-imported-messages.md diff --git a/reimport-imported-messages.md b/reimport-imported-messages.md new file mode 100644 index 0000000..57b61e5 --- /dev/null +++ b/reimport-imported-messages.md @@ -0,0 +1,34 @@ +There are two possibilities in this scenario: + +### Scenario 1 + +- Import the same message file from the removable drive that has already been imported + +#### Expected results: + +- The messages contained in the message file cannot be imported twice. If the user tried to do this, they are given an on screen error message + +#### Scenario 2 + +- Import a renamed file containing the messages that have already been imported + +#### Expected results: + +- The messages contained in the message file cannot be imported twice. If the user tried to do this, they are given an on screen error message + +#### Scenario 3 + +- User 1 exports some messages to user2, +- Before the messages are imported by user2, user1 re-establishes the connection with user2 and messages are delivered atuomatically +- User2 then tried to import the messages that were saved on the USB stick, but which have already been delivered automatically after that + +#### Expected results: + +- The messages contained in the message file cannot be imported because they have already been delivered to the user2 when the connection was re-established. If the user2 tries to do this, they are given an on screen message + +[Back to Testing](https://code.briarproject.org/briar/briar/-/wikis/testing) + + + + + \ No newline at end of file