@@ -1,5 +1,5 | |||
|
1 |
# |
|
|
2 |
# Copyright (C) 2006-200 |
|
|
1 | # Redmine - project management software | |
|
2 | # Copyright (C) 2006-2008 Jean-Philippe Lang | |
|
3 | 3 | # |
|
4 | 4 | # This program is free software; you can redistribute it and/or |
|
5 | 5 | # modify it under the terms of the GNU General Public License |
@@ -17,7 +17,7 | |||
|
17 | 17 | |
|
18 | 18 | require File.dirname(__FILE__) + '/../test_helper' |
|
19 | 19 | |
|
20 |
class |
|
|
20 | class VersionTest < Test::Unit::TestCase | |
|
21 | 21 | fixtures :projects, :issues, :issue_statuses, :versions |
|
22 | 22 | |
|
23 | 23 | def setup |
General Comments 0
You need to be logged in to leave comments.
Login now