diff options
Diffstat (limited to 'features/mat.feature')
-rw-r--r-- | features/mat.feature | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/features/mat.feature b/features/mat.feature index 506c44f..1b6345f 100644 --- a/features/mat.feature +++ b/features/mat.feature @@ -1,14 +1,10 @@ -#11901: mat does not clean PDF files anymore -@product @fragile +@product Feature: Metadata Anonymization Toolkit As a Tails user I want to be able to remove leaky metadata from documents and media files - # In this feature we cannot restore from snapshots since it's - # incompatible with filesystem shares. - - Scenario: MAT can clean a PDF file + Scenario: MAT can clean a PNG file Given a computer - And I setup a filesystem share containing a sample PDF And I start Tails from DVD with network unplugged and I login - Then MAT can clean some sample PDF file + And I plug and mount a USB drive containing a sample PNG + Then MAT can clean some sample PNG file |