Indefero

Indefero Commit Details


Date:2008-11-23 07:35:39 (16 years 29 days ago)
Author:Loic d'Anterroches
Branch:dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:a643cbbc0c05baa66f66c31c3d8e367643f603f3
Parents: 649e85e5511b0dbbcfe5e6df69aa27e2d8761ebb
Message:Fixed to use the new class name.

Changes:

File differences

src/IDF/Tests/TestGit.php
3535
3636
3737
38
38
3939
4040
4141
public function testParseLog()
{
$log_lines = preg_split("/\015\012|\015|\012/", file_get_contents(dirname(__FILE__).'/test-log.txt'));
$log = IDF_Git::parseLog($log_lines, 3);
$log = IDF_Scm_Git::parseLog($log_lines, 3);
$this->assertEqual('Fixed the middleware to correctly return a 404 error if the project is', $log[0]->title);
}

Archive Download the corresponding diff file

Page rendered in 0.08231s using 13 queries.