Changeset 92

Show
Ignore:
Timestamp:
02/18/07 15:49:19 (2 years ago)
Author:
schst
Message:

Updated changelog, fixed docblock, renamed test method

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/autopackage2.php

    r83 r92  
    5353- Added several unit tests (mikey) 
    5454- Added possibility to package XJConfForPHP as a STAR archive (mikey, schst) 
     55- Added new value type "xjonf:auto-primitive" to guess the type of a scalar value (schst) 
    5556Bugfixes: 
    5657- Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) 
  • trunk/package.php

    r83 r92  
    4747- Added several unit tests (mikey) 
    4848- Added possibility to package XJConfForPHP as a STAR archive (mikey, schst) 
     49- Added new value type "xjonf:auto-primitive" to guess the type of a scalar value (schst) 
    4950Bugfixes: 
    5051- Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) 
  • trunk/tests/integration/TestAutoPrimitivesTestCase.php

    r91 r92  
    33 * Integration test with TestAutoPrimitives. 
    44 * 
    5  * @author      Frank Kleine <mikey@xjconf.net> 
     5 * @author      Stephan Schmidt <schst@xjconf.net> 
    66 * @package     XJConf 
    77 * @subpackage  test_integration 
     
    1919     * test if primitives and keyAttribute works 
    2020     */ 
    21     public function testPrimitives() 
     21    public function testAutoPrimitives() 
    2222    { 
    2323        $tagParser = new DefinitionParser();