Changeset 958

Show
Ignore:
Timestamp:
05/29/08 10:27:20 (6 months ago)
Author:
laurentj
Message:

fixed a bug in a unit test, about the lastest modification in the form plugin. You MUST run unit tests before to propose a patch and before commiting a patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/testapp/modules/jelix_tests/tests/jtpl.compiler.html_cli.php

    r929 r958  
    199199                  'jelix~errors.tpl.tag.character.invalid',array('for ($i=0;$i<$p;$i++)','(',null) ), 
    200200         4=>array('{form ($foo,$params)} aa {/form}', 
    201                   'jelix~errors.tplplugin.block.bad.argument.number',array('form','2-6',null) ), 
     201                  'jelix~errors.tplplugin.block.bad.argument.number',array('form','2-7',null) ), 
    202202         5=>array('{($aaa)}', 
    203203                  'jelix~errors.tpl.tag.syntax.invalid',array('($aaa)',null) ), 
  • trunk/testapp/modules/jelix_tests/tests/jtpl.compiler.html_cli.php

    r929 r958  
    199199                  'jelix~errors.tpl.tag.character.invalid',array('for ($i=0;$i<$p;$i++)','(',null) ), 
    200200         4=>array('{form ($foo,$params)} aa {/form}', 
    201                   'jelix~errors.tplplugin.block.bad.argument.number',array('form','2-6',null) ), 
     201                  'jelix~errors.tplplugin.block.bad.argument.number',array('form','2-7',null) ), 
    202202         5=>array('{($aaa)}', 
    203203                  'jelix~errors.tpl.tag.syntax.invalid',array('($aaa)',null) ), 
  • trunk/testapp/modules/jelix_tests/tests/jtpl.compiler.html_cli.php

    r929 r958  
    199199                  'jelix~errors.tpl.tag.character.invalid',array('for ($i=0;$i<$p;$i++)','(',null) ), 
    200200         4=>array('{form ($foo,$params)} aa {/form}', 
    201                   'jelix~errors.tplplugin.block.bad.argument.number',array('form','2-6',null) ), 
     201                  'jelix~errors.tplplugin.block.bad.argument.number',array('form','2-7',null) ), 
    202202         5=>array('{($aaa)}', 
    203203                  'jelix~errors.tpl.tag.syntax.invalid',array('($aaa)',null) ), 
  • trunk/testapp/modules/jelix_tests/tests/jtpl.compiler.html_cli.php

    r929 r958  
    199199                  'jelix~errors.tpl.tag.character.invalid',array('for ($i=0;$i<$p;$i++)','(',null) ), 
    200200         4=>array('{form ($foo,$params)} aa {/form}', 
    201                   'jelix~errors.tplplugin.block.bad.argument.number',array('form','2-6',null) ), 
     201                  'jelix~errors.tplplugin.block.bad.argument.number',array('form','2-7',null) ), 
    202202         5=>array('{($aaa)}', 
    203203                  'jelix~errors.tpl.tag.syntax.invalid',array('($aaa)',null) ), 
Download in other formats: Unified Diff Zip Archive