diff options
author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2016-01-12 18:28:35 +0800 |
---|---|---|
committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2016-01-12 18:28:35 +0800 |
commit | a2ed0f003bd020981ef5d73db6cd0964f8f802aa (patch) | |
tree | 1402f43a1bbdc813f6c84156f714e8a94b4721e8 | |
parent | bdca18df54c9d351e5942f852856d3438dbe3301 (diff) |
plainbox-provider-checkbox: typo correction in job file
-rw-r--r-- | jobs/bluetooth.txt.in | 2 | ||||
-rw-r--r-- | jobs/mediacard.txt.in | 4 | ||||
-rw-r--r-- | jobs/suspend.txt.in | 1 | ||||
-rw-r--r-- | jobs/usb.txt.in | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/jobs/bluetooth.txt.in b/jobs/bluetooth.txt.in index 58d967c..e623283 100644 --- a/jobs/bluetooth.txt.in +++ b/jobs/bluetooth.txt.in @@ -122,7 +122,7 @@ _description: 3. Select 'Setup new device' 4. Look for the device in the list and select it 5. For mice, perform actions such as moving the pointer, right and left button clicks and double clicks - 6. For keyboards, commence the test to lauch a small tool. Enter some text into the tool and close it. + 6. For keyboards, commence the test to launch a small tool. Enter some text into the tool and close it. VERIFICATION: Did the device work as expected? diff --git a/jobs/mediacard.txt.in b/jobs/mediacard.txt.in index 27839dc..7e4aabf 100644 --- a/jobs/mediacard.txt.in +++ b/jobs/mediacard.txt.in @@ -497,12 +497,12 @@ id: mediacard/xd-performance-manual depends: mediacard/xd-insert estimated_duration: 120.0 user: root -command: removable_storage_test -s 268400000 --memorycard sdio usb | cat <(echo "Working...") - <(echo; echo "Verify the result and click OK to decide on the outcome") | zenity --text-info --title 'XD Card Performance' +command: removable_storage_test -s 268400000 --memorycard sdio usb | cat <(echo "Working...") - <(echo; echo "Verify the result and click OK to decide on the outcome") | zenity --text-info --title 'xD Card Performance' _description: PURPOSE: This test will check your Media Card data transfer performance. STEPS: - 1. Insert XD card into the reader slot on this computer. + 1. Insert xD card into the reader slot on this computer. 2. Commence the test. VERIFICATION: Did the results of the test match the expected performance of the inserted device? diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index c1add53..7df65bc 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -2507,7 +2507,6 @@ _description: of a SDXC card from the systems card reader after the system has been suspended. STEPS: 1. Click "Test" and remove the SDXC card from the reader. - If a file browser opens up, you can safely close it. (Note: this test will time-out after 20 seconds.) VERIFICATION: The verification of this test is automated. Do not change the diff --git a/jobs/usb.txt.in b/jobs/usb.txt.in index 897ea8f..ee5d9ae 100644 --- a/jobs/usb.txt.in +++ b/jobs/usb.txt.in @@ -34,7 +34,7 @@ _description: STEPS: 1. Enable either a USB mouse or keyboard 2. For mice, perform actions such as moving the pointer, right and left button clicks and double clicks - 3. For keyboards, commence the test to lauch a small tool. Type some text and close the tool. + 3. For keyboards, commence the test to launch a small tool. Type some text and close the tool. VERIFICATION: Did the device work as expected? |