Changeset 4054

Show
Ignore:
Timestamp:
03/19/08 18:24:15 (16 months ago)
Author:
romanb
Message:

added xslt stylesheet to generate changelogs with svn log

Location:
branches/0.10
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/tests/RecordTestCase.php

    r4039 r4054  
    906906    } 
    907907     
    908     /* 
    909     public function testFirstCharUnderscoreColumn() 
     908     
     909    /*public function testFirstCharUnderscoreInColumnNameAndTableName() 
    910910    { 
    911911        $record = new UnderscoreColumn(); 
     
    921921        $result = $query->execute()->getFirst(); 
    922922        $this->assertEqual($result->_underscore_, 'test'); 
    923     } 
    924     */ 
     923    }*/ 
     924     
    925925}