Changeset 4054
- Timestamp:
- 03/19/08 18:24:15 (16 months ago)
- Location:
- branches/0.10
- Files:
-
- 1 added
- 1 modified
-
svn2cl.xsl (added)
-
tests/RecordTestCase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/tests/RecordTestCase.php
r4039 r4054 906 906 } 907 907 908 /*909 public function testFirstCharUnderscoreColumn()908 909 /*public function testFirstCharUnderscoreInColumnNameAndTableName() 910 910 { 911 911 $record = new UnderscoreColumn(); … … 921 921 $result = $query->execute()->getFirst(); 922 922 $this->assertEqual($result->_underscore_, 'test'); 923 } 924 */923 }*/ 924 925 925 }