From dcfba5736c2e73fb4704fcdb4a3f335aba12ee92 Mon Sep 17 00:00:00 2001 From: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com> Date: Mon, 27 Sep 2021 11:51:11 +0200 Subject: [PATCH] Update tests-checklist-stefan.md --- doc/releases/0.47.0/tests-checklist-stefan.md | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/releases/0.47.0/tests-checklist-stefan.md b/doc/releases/0.47.0/tests-checklist-stefan.md index af3b2e733..d72abb20c 100644 --- a/doc/releases/0.47.0/tests-checklist-stefan.md +++ b/doc/releases/0.47.0/tests-checklist-stefan.md @@ -22,26 +22,26 @@ - [x] Check Color Picker logs for errors ## Image Resizer -- [ ] Disable the Image Resizer and check that `Resize images` is absent in the context menu -- [ ] Enable the Image Resizer and check that `Resize images` is present in the context menu -- [ ] Remove one image size and add a custom image size. Open the Image Resize window from the context menu and verify that changes are populated -- [ ] Resize one image -- [ ] Resize multiple images +- [x] Disable the Image Resizer and check that `Resize images` is absent in the context menu +- [x] Enable the Image Resizer and check that `Resize images` is present in the context menu +- [x] Remove one image size and add a custom image size. Open the Image Resize window from the context menu and verify that changes are populated +- [x] Resize one image +- [x] Resize multiple images -- [ ] Resize images with `Fill` option -- [ ] Resize images with `Fit` option -- [ ] Resize images with `Stretch` option +- [x] Resize images with `Fill` option +- [x] Resize images with `Fit` option +- [x] Resize images with `Stretch` option -- [ ] Resize images using dimension: Centimeters -- [ ] Resize images using dimension: Inches -- [ ] Resize images using dimension: Percents -- [ ] Resize images using dimension: Pixels +- [x] Resize images using dimension: Centimeters +- [x] Resize images using dimension: Inches +- [x] Resize images using dimension: Percents +- [x] Resize images using dimension: Pixels -- [ ] Change `Filename format` to `%1 - %2 - %3 - %4 - %5 - %6` and check if the new format is applied to resized images -- [ ] Check `Use original date modified` and verify that modified date is not changed for resized images. Take into account that `Resize the original pictures(don't create copy)` should be selected -- [ ] Check `Make pictures smaller but not larger` and verify that smaller pictures are not resized -- [ ] Check `Resize the original pictures (don't create copies)` and verify that the original picture is resized and a copy is not created -- [ ] Uncheck `Ignore the orientation of pictures` and verify that swapped width and height will actually resize a picture if the width is not equal to the height +- [x] Change `Filename format` to `%1 - %2 - %3 - %4 - %5 - %6` and check if the new format is applied to resized images +- [x] Check `Use original date modified` and verify that modified date is not changed for resized images. Take into account that `Resize the original pictures(don't create copy)` should be selected +- [x] Check `Make pictures smaller but not larger` and verify that smaller pictures are not resized +- [x] Check `Resize the original pictures (don't create copies)` and verify that the original picture is resized and a copy is not created +- [x] Uncheck `Ignore the orientation of pictures` and verify that swapped width and height will actually resize a picture if the width is not equal to the height ## PowerRename - [ ] Check if disable and enable of the module works.