diff options
author | dakovaci <daniel.kovacic@nokia.com> | 2012-04-03 16:49:09 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-04-05 06:40:15 +0200 |
commit | d7d03207f890d81e476b7d96eb51b7f952132a6e (patch) | |
tree | 8dcd90f1a46c1cd349dd3250be5fa458092ba134 /tests/systemtests | |
parent | d6536f6583b68df54fb72db20c5348a0c06ff90c (diff) | |
download | qtmultimedia-d7d03207f890d81e476b7d96eb51b7f952132a6e.tar.gz |
Typo fix
Just some small eddits to typo errors
Change-Id: I374667dc66b8ea76595a98a519599df54b845775
Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Reviewed-by: Daron Andrew Edie <daron.edie@nokia.com>
Diffstat (limited to 'tests/systemtests')
-rw-r--r-- | tests/systemtests/radio/sys_radio.qtt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/systemtests/radio/sys_radio.qtt b/tests/systemtests/radio/sys_radio.qtt index 947675ae1..35d95bf6a 100644 --- a/tests/systemtests/radio/sys_radio.qtt +++ b/tests/systemtests/radio/sys_radio.qtt @@ -59,7 +59,7 @@ A device specific headset is required to be connected to device for radio testin testBinary = "radio"; testSource ="qt5/qtmultimedia/examples/radio" testGoal = "Verify that radio stations can be played."; - testPreconditions = "1. Radio reception should be available in the test area.<br>2. Wired headphones act as an antena to the device and must be connected."; + testPreconditions = "1. Radio reception should be available in the test area.<br>2. Wired headphones act as an antenna to the device and must be connected."; testGroups = "BAT, 1.2"; // Test steps @@ -301,7 +301,7 @@ A device specific headset is required to be connected to device for radio testin testTitle = "Multimedia - Radio Volume Control"; testBinary = "radio"; testGoal = "Verify that the radio volume can be controlled via volume controls."; - testPreconditions = "1. Radio reception should be available in the test area.<br>2. Wired headphones act as an antena to the device and must be connected."; + testPreconditions = "1. Radio reception should be available in the test area.<br>2. Wired headphones act as an antenna to the device and must be connected."; testGroups = "BAT, 1.2"; // Test steps @@ -325,8 +325,8 @@ A device specific headset is required to be connected to device for radio testin // Test meta data testTitle = "Multimedia - Display Radio Meta data"; testBinary = "radio"; - testGoal = "Verify that the radio API can display properly formmated meta data."; - testPreconditions = "1. Radio reception should be available in the test area.<br>2. Wired headphones act as an antena to the device and must be connected."; + testGoal = "Verify that the radio API can display properly formatted meta data."; + testPreconditions = "1. Radio reception should be available in the test area.<br>2. Wired headphones act as an antenna to the device and must be connected."; testGroups = "BAT, 1.2"; // Test steps |