]> source.dussan.org Git - redmine.git/commitdiff
Fixes VersionTest class.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 21 Sep 2008 08:54:50 +0000 (08:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 21 Sep 2008 08:54:50 +0000 (08:54 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1889 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/version_test.rb

index 3fe5a5f877b52f6acb7404033b6a733a9e05ea8b..29bdc0379cf9b3a44b0767769bb8b765fffe6e00 100644 (file)
@@ -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