indefero/src/IDF/Tests
Patrick Georgi baa88412b9 Rewrite the diff parser and reduce the memory footprint.
The diff parser code was rewritten for clarity and speed and now handles
a couple of ugly cornercases, like SVN's property change output and single
change chunks, much better. Since the path parsing was unified as well,
the SCM interface gained a new method `getPathStripLevel()` which determines
how many path components need to be shoven off a file name for the SCM
to form a valid path in the workspace (similar to patch(1)'s --strip option).
Fixes issue 627. Automated tests follow.
2011-03-16 23:50:41 +01:00
..
data Fixed missing detection of ISO-8859-2 characters. 2010-03-26 14:53:43 +01:00
0001-Some-configuration-variables-have-been-added-in-orde.patch Fixed issue 129, code review crashes on git diff files. 2009-02-02 20:55:45 +01:00
TestDiff.php Rewrite the diff parser and reduce the memory footprint. 2011-03-16 23:50:41 +01:00
TestFileUtil.php * move common file-specific functionality out of IDF_Views_Source into new 2010-12-02 01:50:01 +01:00
TestGit.php Fixed to not use the assumption that the first line of a commit message set the encoding. 2010-03-26 19:57:18 +01:00
TestIssue.php Initial commit. 2008-07-25 10:26:05 +02:00
TestMonotone.php Follow IDFs coding standards and tweak opening curly braces as well as 2010-08-13 11:21:07 +02:00
TestProject.php Initial commit. 2008-07-25 10:26:05 +02:00
TestSource.php * move common file-specific functionality out of IDF_Views_Source into new 2010-12-02 01:50:01 +01:00
TestSyncGit.php Started the work on issue 3, git synchronization. 2009-01-14 21:23:52 +01:00
test-diff-remove-oneline.diff Fixed bug in the diff display when a single empty line was removed. 2009-02-02 21:42:31 +01:00
test-diff-view.html Started ticket 39, add code review. 2008-11-30 10:26:05 +01:00
test-diff.diff Started ticket 39, add code review. 2008-11-30 10:26:05 +01:00
test-log.txt Added tests for the Git class and removed unused code. 2008-08-02 10:36:29 +02:00