##// END OF EJS Templates
Added ApplicationController#attach_files as a common method to attach files in all actions....
Added ApplicationController#attach_files as a common method to attach files in all actions. git-svn-id: http://redmine.rubyforge.org/svn/trunk@990 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r974:48949f979a7d
r977:86319feef236
Show More
RUNNING_TESTS
16 lines | 432 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
------
gunzip < test/fixtures/repositories/bazaar_repository.tar.gz | tar -xv -C tmp/test