##// END OF EJS Templates
Ability to disable unused SCM adapters in application settings....
Ability to disable unused SCM adapters in application settings. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1507 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1222:3a9b0988c751
r1493:dfe62d7f51b4
Show More
RUNNING_TESTS
37 lines | 760 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
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222
Git
---
gunzip < test/fixtures/repositories/git_repository.tar.gz | tar -xv -C tmp/test
Running Tests
=============
Run
rake --tasks | grep test
to see available tests.
RAILS_ENV=test rake test will run tests.