Mercurial > hg > soundsoftware-site
comparison test/functional/ldap_auth_sources_controller.rb @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | 513646585e45 |
children |
comparison
equal
deleted
inserted
replaced
908:c6c2cbd0afee | 909:cbb26bc654de |
---|---|
1 require 'test_helper' | 1 require File.expand_path('../../test_helper', __FILE__) |
2 | 2 |
3 class LdapAuthSourcesControllerTest < ActionController::TestCase | 3 class LdapAuthSourcesControllerTest < ActionController::TestCase |
4 fixtures :all | |
5 | 4 |
6 def setup | 5 def setup |
7 @request.session[:user_id] = 1 | 6 @request.session[:user_id] = 1 |
8 end | 7 end |
9 | 8 |