summaryrefslogtreecommitdiffstats
path: root/test/unit/project_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-05-15 05:51:14 +0000
committerGo MAEDA <maeda@farend.jp>2021-05-15 05:51:14 +0000
commitec3527102deb7dafa34ca74ccc9e79e02f233eb9 (patch)
tree14b83cf710a24d0a7c590eba1c6fff212509dcd9 /test/unit/project_test.rb
parent4740307f11f4754df2970a75e83c16b87a71067c (diff)
downloadredmine-ec3527102deb7dafa34ca74ccc9e79e02f233eb9.tar.gz
redmine-ec3527102deb7dafa34ca74ccc9e79e02f233eb9.zip
Remove deprecated WikiContent::Version (#35031).
git-svn-id: http://svn.redmine.org/redmine/trunk@21002 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/project_test.rb')
-rw-r--r--test/unit/project_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/project_test.rb b/test/unit/project_test.rb
index b154e6b90..2c23feb83 100644
--- a/test/unit/project_test.rb
+++ b/test/unit/project_test.rb
@@ -287,7 +287,7 @@ class ProjectTest < ActiveSupport::TestCase
assert_equal 0, Wiki.count
assert_equal 0, WikiPage.count
assert_equal 0, WikiContent.count
- assert_equal 0, WikiContent::Version.count
+ assert_equal 0, WikiContentVersion.count
assert_equal 0, Project.connection.select_all("SELECT * FROM projects_trackers").count
assert_equal 0, Project.connection.select_all("SELECT * FROM custom_fields_projects").count
assert_equal 0, CustomValue.where(:customized_type => ['Project', 'Issue', 'TimeEntry', 'Version']).count