##// END OF EJS Templates
Added a Mercurial test repository with unit and functional tests....
Added a Mercurial test repository with unit and functional tests. git-svn-id: http://redmine.rubyforge.org/svn/trunk@991 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r978:47f399104b9c
r978:47f399104b9c
Show More
RUNNING_TESTS
21 lines | 540 B | text/plain | TextLexer
Jean-Philippe Lang
Added some unit tests for the Bazaar adapter....
r938 Creating test repositories
===================
mkdir tmp/test
Subversion
----------
svnadmin create tmp/test/subversion_repository
gunzip < test/fixtures/repositories/subversion_repository.dump.gz | svnadmin load tmp/test/subversion_repository
Jean-Philippe Lang
Added some functional tests and a CVS test repository....
r974 CVS
---
gunzip < test/fixtures/repositories/cvs_repository.tar.gz | tar -xv -C tmp/test
Jean-Philippe Lang
Added some unit tests for the Bazaar adapter....
r938 Bazaar
------
Jean-Philippe Lang
Added a Mercurial test repository with unit and functional tests....
r978 gunzip < test/fixtures/repositories/bazaar_repository.tar.gz | tar -xv -C tmp/test
Mercurial
---------
gunzip < test/fixtures/repositories/mercurial_repository.tar.gz | tar -xv -C tmp/test