diff options
| author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-22 10:55:31 +0000 | 
|---|---|---|
| committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-22 10:55:31 +0000 | 
| commit | 79bd7cc8ea69d9229d229e69fd5db558ddcb1553 (patch) | |
| tree | 47aa9a671a40579dedf416504a32ee47d8ed316c /test/rt | |
| parent | d82ac0a69a90df8a74e44e2090e68ae86e930bc1 (diff) | |
| download | ChibiOS-79bd7cc8ea69d9229d229e69fd5db558ddcb1553.tar.gz ChibiOS-79bd7cc8ea69d9229d229e69fd5db558ddcb1553.tar.bz2 ChibiOS-79bd7cc8ea69d9229d229e69fd5db558ddcb1553.zip  | |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9147 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt')
| -rw-r--r-- | test/rt/configuration.xml | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/test/rt/configuration.xml b/test/rt/configuration.xml index 7b4bf469f..d02b17b75 100644 --- a/test/rt/configuration.xml +++ b/test/rt/configuration.xml @@ -1343,10 +1343,10 @@ static void *null_provider(size_t size, unsigned align) {              <cases>
                <case>
                  <brief>
 -                  <value>Loading and empting a memory pool.</value>
 +                  <value>Loading and emptying a memory pool.</value>
                  </brief>
                  <description>
 -                  <value>The memory pool functionality is tested by loading and empting it, all conditions are tested.</value>
 +                  <value>The memory pool functionality is tested by loading and emptying it, all conditions are tested.</value>
                  </description>
                  <condition>
                    <value />
 @@ -1448,10 +1448,10 @@ test_assert(chPoolAlloc(&mp1) == NULL, "provider returned memory");]]></value>                </case>
                <case>
                  <brief>
 -                  <value>Loading and empting a guarded memory pool without waiting.</value>
 +                  <value>Loading and emptying a guarded memory pool without waiting.</value>
                  </brief>
                  <description>
 -                  <value>The memory pool functionality is tested by loading and empting it, all conditions are tested.</value>
 +                  <value>The memory pool functionality is tested by loading and emptying it, all conditions are tested.</value>
                  </description>
                  <condition>
                    <value>CH_CFG_USE_SEMAPHORES</value>
  | 
