diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-21 08:54:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-21 08:54:50 +0000 |
commit | 1d542a5113a39aeecb4fb44f4cbc89d11b147d76 (patch) | |
tree | bd5590ca52214cac552b9d636e5ec50ff214fb7a /test | |
parent | 199428804fd8129559b685a0d2ddc2f73f70deaa (diff) | |
download | redmine-1d542a5113a39aeecb4fb44f4cbc89d11b147d76.tar.gz redmine-1d542a5113a39aeecb4fb44f4cbc89d11b147d76.zip |
Fixes VersionTest class.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1889 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/version_test.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit/version_test.rb b/test/unit/version_test.rb index 3fe5a5f87..29bdc0379 100644 --- a/test/unit/version_test.rb +++ b/test/unit/version_test.rb @@ -1,5 +1,5 @@ -# redMine - project management software -# Copyright (C) 2006-2007 Jean-Philippe Lang +# Redmine - project management software +# Copyright (C) 2006-2008 Jean-Philippe Lang # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -17,7 +17,7 @@ require File.dirname(__FILE__) + '/../test_helper' -class ProjectTest < Test::Unit::TestCase +class VersionTest < Test::Unit::TestCase fixtures :projects, :issues, :issue_statuses, :versions def setup |