diff --git a/Testing.md b/Testing.md index 020d9e5..80af469 100644 --- a/Testing.md +++ b/Testing.md @@ -30,7 +30,7 @@ To make sure that the bug you are reporting has not been fixed in the current bu 2. Go to the [official current build page](https://ci.appveyor.com/project/donho/notepad-plus-plus). 3. Click on the `Job name` in the list for the `Unicode Debug` job compatible with your version of Notepad ++ (`platform = Win32` for 32-bit Notepad++ or `platform = x64 for 64-bit Notepad++`). Ignore completely the `mingw` build jobs, and the `Unicode Release` jobs. 4. Click on the blue `Artifacts` link located in the upper right corner. -5. Download the `.exe` file (depending on the step 3. will be `Notepad++.Win32.Unicode Debug.exe` or `Notepad++.x64.Unicode Debug.exe`). +5. Download the appropriate `.exe` file (depending on step 3, it will be `Notepad++.Win32.Unicode Debug.exe` or `Notepad++.x64.Unicode Debug.exe`). Note that although a `.dll` file is provided, it is typically not necessary to obtain this file. 6. Add this `.exe` file to your portable Notepad++ folder and start program with this executable instead of the normal `notepad++.exe` that is present in this folder. 7. Try to reproduce the problem in this current build version.