stable

Clone or download

Read-only

Merge commit 'refs/changes/11/13111/4' of ssh://gerrit.tuleap.net:29418/tuleap

* ssh://gerrit.tuleap.net:29418/tuleap: request #12524 SVN stats are not well collected if user name has a space Change-Id: I6276bc82dded8daee4bd63ba1574f30c2dfb71ea

Modified Files

Name
M plugins/svn/include/Svn/Logs/Parser.php +1 −1 Go to diff View file
A plugins/svn/phpunit/.simpletest_skip +0 −0 Go to diff View file
A plugins/svn/phpunit/Svn/Logs/LastAccessUpdaterTest.php +65 −0 Go to diff View file
R plugins/svn/tests/Svn/Logs/ParserCoreAndPluginTest.php Go to diff View file
A plugins/svn/phpunit/Svn/Logs/ParserTest.php +190 −0 Go to diff View file
A plugins/svn/phpunit/Svn/Logs/_fixtures/svn-6.log +1 −0 Go to diff View file
R plugins/svn/tests/Svn/Logs/_fixtures/svn.1.log Go to diff View file
R plugins/svn/tests/Svn/Logs/_fixtures/svn.2.log Go to diff View file
R plugins/svn/tests/Svn/Logs/_fixtures/svn.3.log Go to diff View file
R plugins/svn/tests/Svn/Logs/_fixtures/svn.4.log Go to diff View file
R plugins/svn/tests/Svn/Logs/_fixtures/svn.5.log Go to diff View file
A plugins/svn/phpunit/bootstrap.php +21 −0 Go to diff View file
D plugins/svn/tests/Svn/Logs/LastAccessUpdaterTest.php +0 −55 Go to diff View file
D plugins/svn/tests/Svn/Logs/ParserTest.php +0 −168 Go to diff View file