Fixes VersionTest class.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1889 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
199428804f
commit
1d542a5113
|
@ -1,5 +1,5 @@
|
||||||
# redMine - project management software
|
# Redmine - project management software
|
||||||
# Copyright (C) 2006-2007 Jean-Philippe Lang
|
# Copyright (C) 2006-2008 Jean-Philippe Lang
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
require File.dirname(__FILE__) + '/../test_helper'
|
require File.dirname(__FILE__) + '/../test_helper'
|
||||||
|
|
||||||
class ProjectTest < Test::Unit::TestCase
|
class VersionTest < Test::Unit::TestCase
|
||||||
fixtures :projects, :issues, :issue_statuses, :versions
|
fixtures :projects, :issues, :issue_statuses, :versions
|
||||||
|
|
||||||
def setup
|
def setup
|
||||||
|
|
Loading…
Reference in New Issue