stable

Clone or download

Read-only

Move SVN core tests to PHPUnit

This is part of request #14150: Get rid of SimpleTest Change-Id: If88fadb13d208c8eca3cde74f4992a405a81866b

Modified Files

Name
R tests/simpletest/common/svn/PreCommitTest.php Go to diff View file
A tests/phpunit/common/svn/PreCommitMessageTest.php +86 −0 Go to diff View file
R tests/simpletest/common/svn/PreCommitSHA1CollisionTest.php Go to diff View file
A tests/phpunit/common/svn/SVNAccessFileTest.php +163 −0 Go to diff View file
A tests/phpunit/common/svn/SVN_Apache_Auth_FactoryTest.php +95 −0 Go to diff View file
A tests/phpunit/common/svn/SVN_Apache_ModPerlTest.php +97 −0 Go to diff View file
A tests/phpunit/common/svn/SVN_Apache_SvnrootConfTest.php +124 −0 Go to diff View file
A tests/phpunit/common/svn/SVN_RepositoryListingGetSvnPathTest.php +71 −0 Go to diff View file
A tests/phpunit/common/svn/SVN_RepositoryListingGetSvnPathWithLogDetailsTest.php +187 −0 Go to diff View file
R tests/simpletest/common/svn/SVN_SOAPServerTest.php Go to diff View file
R tests/simpletest/common/svn/cache/ParameterRetrieverTest.php Go to diff View file
R tests/simpletest/common/svn/cache/ParameterSaverTest.php Go to diff View file
D tests/simpletest/common/svn/SVNAccessFileTest.php +0 −155 Go to diff View file
D tests/simpletest/common/svn/SVN_Apache_Auth_FactoryTest.php +0 −76 Go to diff View file
D tests/simpletest/common/svn/SVN_Apache_ModPerlTest.php +0 −93 Go to diff View file
D tests/simpletest/common/svn/SVN_Apache_SvnrootConfTest.php +0 −121 Go to diff View file
D tests/simpletest/common/svn/SVN_RepositoryListingTest.php +0 −226 Go to diff View file
D tests/simpletest/common/svn/_fixtures/svn_2revs.dump +0 −39 Go to diff View file