Mercurial > hg > waet-hammond-1
changeset 19:d74d570f4832
Added page count in test_base
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 12 May 2016 17:44:52 +0100 |
parents | b2ae87f9f1c7 |
children | 3cbb9e7a359c |
files | new/test_list.php |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/new/test_list.php Thu May 12 14:07:01 2016 +0100 +++ b/new/test_list.php Thu May 12 17:44:52 2016 +0100 @@ -24,15 +24,15 @@ $abxTest = $defaultTestEntry; $abxTest['url'] = $baseUrl.'ABX.xml'; - $abxTest['string'] = 'A/B/X'; + $abxTest['string'] = 'A/B/X (72 pages)'; $abTests = Array($defaultTestEntry, $defaultTestEntry, $defaultTestEntry); $abTests[0]['url'] = $baseUrl.'AB-p-s.xml'; - $abTests[0]['string'] = 'A/B pressed/struck'; + $abTests[0]['string'] = 'A/B pressed/struck (24 pages)'; $abTests[1]['url'] = $baseUrl.'AB-ps-pf.xml'; - $abTests[1]['string'] = 'A/B fast/slow pressed'; + $abTests[1]['string'] = 'A/B fast/slow pressed (24 pages)'; $abTests[2]['url'] = $baseUrl.'AB-ss-sf.xml'; - $abTests[2]['string'] = 'A/B fast/slow struck'; + $abTests[2]['string'] = 'A/B fast/slow struck (24 pages)'; $likertTest = $defaultTestEntry; $likertTest['url'] = $baseUrl.'labelling.xml';