HomeSort by relevance Sort by last modified time
    Searched refs:gotNextLine (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffHeader.pl 119 my $gotNextLine = <$fileHandle>;
120 is($gotNextLine, $testCase->{expectedNextLine}, "$testNameStart next read line.");
parseSvnPropertyValue.pl 255 my $gotNextLine = <$fileHandle>;
256 is($gotNextLine, $testCase->{expectedNextLine}, "$testNameStart next read line.");
parseSvnDiffFooter.pl 441 my $gotNextLine = <$fileHandle>;
442 is($gotNextLine, $testCase->{expectedNextLine}, "$testNameStart next read line.");
parseSvnDiffHeader.pl 286 my $gotNextLine = <$fileHandle>;
287 is($gotNextLine, $testCase->{expectedNextLine}, "$testNameStart next read line.");
parseDiffWithMockFiles.pl 468 my $gotNextLine = <$fileHandle>;
469 is($gotNextLine, $testCase->{expectedNextLine}, "$testNameStart next read line.");
parseGitDiffHeader.pl 492 my $gotNextLine = <$fileHandle>;
493 is($gotNextLine, $testCase->{expectedNextLine}, "$testNameStart next read line.");
parseSvnProperty.pl 803 my $gotNextLine = <$fileHandle>;
804 is($gotNextLine, $testCase->{expectedNextLine}, "$testNameStart next read line.");
parseDiff.pl 1275 my $gotNextLine = <$fileHandle>;
1276 is($gotNextLine, $testCase->{expectedNextLine}, "$testNameStart next read line.");

Completed in 58 milliseconds