stable

Forked from tuleap/stable

Clone or download

Read-only

story #8557: Create SVNXMLImporter with tests

- test that the svn repository isn't modified when the <svn/> tag is missing - test that the svn repository gets new revisions when the <svn/> tag specifies a svn dump file. - add test in case no dump file is present Change-Id: I5fa41129d509ac8fc8cf01e4ee9a56cbf1592cdd

Modified Files

Name
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +1 −0 Go to diff View file
A src/common/svn/SVNXMLImporter.class.php +60 −0 Go to diff View file
A tests/simpletest/common/svn/SVNXMLImporterTest.php +76 −0 Go to diff View file
A tests/simpletest/common/svn/_fixtures/svn_2revs.dump +39 −0 Go to diff View file