Mercurial > hg > soundsoftware-site
diff test/unit/activity_test.rb @ 118:b859cc0c4fa1 cannam
Merge from branch "redmine-1.1"
author | Chris Cannam |
---|---|
date | Thu, 13 Jan 2011 13:21:03 +0000 |
parents | af80e5618e9b |
children | cbce1fd3b1b7 |
line wrap: on
line diff
--- a/test/unit/activity_test.rb Thu Jan 06 10:41:19 2011 +0000 +++ b/test/unit/activity_test.rb Thu Jan 13 13:21:03 2011 +0000 @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -require File.dirname(__FILE__) + '/../test_helper' +require File.expand_path('../../test_helper', __FILE__) class ActivityTest < ActiveSupport::TestCase fixtures :projects, :versions, :attachments, :users, :roles, :members, :member_roles, :issues, :journals, :journal_details,