diff .svn/pristine/dc/dc231e8a382bad8f57c4f1f8d58c2fe3cb3a5e5d.svn-base @ 926:b73a59a6acbd luisf

Merge from cannam_integration
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 11 May 2012 16:10:11 +0100
parents cbb26bc654de
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.svn/pristine/dc/dc231e8a382bad8f57c4f1f8d58c2fe3cb3a5e5d.svn-base	Fri May 11 16:10:11 2012 +0100
@@ -0,0 +1,36 @@
+Installing gems for testing
+===========================
+
+Run `rake gems RAILS_ENV=test` to list the required gems.  Run 
+`rake gems:install RAILS_ENV=test` to install any missing gems.
+
+Running Tests
+=============
+
+Run `rake --tasks test` to see available tests.
+`rake test` will run the entire testsuite.
+You can run `ruby test/unit/issue_test.rb` for an each test.
+
+Before running tests, you need to configure both development
+and test databases.
+
+Creating test repositories
+===================
+
+Redmine supports a wide array of different version control systems.
+To test the support, a test repository needs to be created for each of those.
+
+Run `rake --tasks test:scm:setup` for a list of available test-repositories or
+run `rake test:scm:setup:all` to set up all of them
+
+Creating a test ldap database
+=============================
+
+Redmine supports using LDAP for user authentications.  To test LDAP
+with Redmine, load the LDAP export from test/fixtures/ldap/test-ldap.ldif
+into a testing LDAP server.  Test that the ldap server can be accessed
+at 127.0.0.1 on port 389.
+
+Setting up the test ldap server is beyond the scope of this documentation.
+The OpenLDAP project provides a simple LDAP implementation that should work
+good as a test server.